_pkgdown.yml 756 B

123456789101112131415161718192021222324252627282930
  1. template:
  2. params:
  3. bootswatch: flatly
  4. ganalytics: UA-65001771-1
  5. reference:
  6. - title: "Docker Installation"
  7. desc: >
  8. Functions for guiding Docker installation and checking Docker status.
  9. contents:
  10. - install_docker
  11. - check_docker_install
  12. - check_docker_running
  13. - title: "Containerization and Rendering"
  14. desc: >
  15. Functions for containerizing and rendering R Markdown documents.
  16. contents:
  17. - lift
  18. - render_docker
  19. - liftr-package
  20. - title: "Docker Housekeeping"
  21. desc: >
  22. Functions for cleaning up dangling or existing containers and images".
  23. contents:
  24. - prune_container
  25. - prune_image
  26. - prune_container_auto
  27. - prune_image_auto
  28. - prune_all_auto