make | R Documentation |
Add a (GNU-)Makefile(s) with special emphasis on the use of containers.
use_make(
docker = FALSE,
publish = FALSE,
singularity = FALSE,
torque = FALSE,
open = TRUE
)
use_make_docker(file, use_docker = TRUE, dockerignore = TRUE, open = FALSE)
use_make_singularity(file, use_singularity = TRUE, open = FALSE)
use_make_publish(file, open = FALSE)
docker |
If true or a path a setup is created that can partially send make commands to a Docker container. |
publish |
Should the |
singularity |
If true or a path a setup is created that can partially send make commands to a Singularity container (which requires the Dockerimage) |
torque |
If true a or a path setup is created that can partially send make comands to a TORQUE job scheduler. Especially usefull in combination with a Singularity container. |
open |
Open the newly created file for editing? Happens in RStudio, if applicable, or via utils::file.edit() otherwise. |
file |
Path to the file that is to be created. |
use_docker |
If true |
dockerignore |
If true a .dockerignore file is created. |
use_singularity |
If true |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.