first iteration of agent-style worker and sensor containers.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
ref: core.r
|
||||
pack_ref: core
|
||||
name: R
|
||||
aliases: [r, rscript]
|
||||
description: R runtime for statistical computing and data analysis scripts
|
||||
|
||||
distributions:
|
||||
@@ -42,6 +43,6 @@ execution_config:
|
||||
install_command:
|
||||
- sh
|
||||
- "-c"
|
||||
- "cd {pack_dir} && R_LIBS_USER={env_dir}/library Rscript -e \"if (file.exists('renv.lock')) renv::restore(library='{env_dir}/library', prompt=FALSE)\" 2>/dev/null || true"
|
||||
- 'cd {pack_dir} && R_LIBS_USER={env_dir}/library Rscript -e "if (file.exists(''renv.lock'')) renv::restore(library=''{env_dir}/library'', prompt=FALSE)" 2>/dev/null || true'
|
||||
env_vars:
|
||||
R_LIBS_USER: "{env_dir}/library"
|
||||
|
||||
Reference in New Issue
Block a user