feat: Force containerized R environments

This commit is contained in:
Thomas A. Christensen II 2023-08-19 14:36:51 -05:00
parent 1e741e1db1
commit a91632a883
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -2,3 +2,10 @@ process {
errorStrategy = 'finish'
time = '7d'
}
singularity.enabled = true
env {
R_PROFILE_USER = "/.Rprofile"
R_ENVIRON_USER = "/.Renviron"
}