Creates FROM statement for Dockerfile and sets it up with a relevant `rocker` r-base image as a starting point.
create_from_statement(r_version = NULL, verbose = FALSE)
character
which version of base R to include in the
Docker image, e.g. '3.6.0'. Defaults to NULL, which implies that the active
version of R will apply.
logical
should messages be printed or not?
character
FROM statement for Dockerfile.