check_docker_install.Rd 483 B

123456789101112131415161718192021
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/install.R
  3. \name{check_docker_install}
  4. \alias{check_docker_install}
  5. \title{Check if Docker was Installed}
  6. \usage{
  7. check_docker_install()
  8. }
  9. \value{
  10. \code{TRUE} if Docker was deteted, \code{FALSE} otherwise.
  11. }
  12. \description{
  13. This function checks if Docker was properly
  14. installed and discoverable by R and liftr.
  15. If still not usable, please start Docker daemon
  16. }
  17. \examples{
  18. \dontrun{
  19. check_docker_install()}
  20. }