Creates all the necessary files to create a DeGAUSS container.
The container/geomarker name is assumed to be the basename of the working directory
and the version of R and renv is taken from the calling environment.
This function calls all of the individual dht::use_degauss_*() functions to create the following:
DockerfileMakefileREADME.mdentrypoint.R.dockerignoretest/my_address_file_geocoded.csvLICENSEGPL license.github/workflows/build-deploy-pr.yaml.github/workflows/build-deploy-release.yaml
Usage
use_degauss_container(geomarker = getwd(), version = "0.1.0", ...)
use_degauss_dockerfile(geomarker = getwd(), version, ...)
use_degauss_makefile(geomarker = getwd(), ...)
use_degauss_readme(geomarker = getwd(), version = "0.1.0", ...)
use_degauss_githook_readme_rmd(geomarker = getwd(), ...)
use_degauss_entrypoint(geomarker = getwd(), version = "0.1.0", ...)
use_degauss_dockerignore(geomarker = getwd(), ...)
use_degauss_tests(geomarker = getwd(), ...)
use_degauss_license(geomarker = getwd(), ...)
use_degauss_github_actions(geomarker = getwd(), ...)