feat: Force containerized R environments
This commit is contained in:
parent
1e741e1db1
commit
a91632a883
1 changed files with 7 additions and 0 deletions
|
@ -2,3 +2,10 @@ process {
|
|||
errorStrategy = 'finish'
|
||||
time = '7d'
|
||||
}
|
||||
|
||||
singularity.enabled = true
|
||||
|
||||
env {
|
||||
R_PROFILE_USER = "/.Rprofile"
|
||||
R_ENVIRON_USER = "/.Renviron"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue