Open
Description
I'll have to think about this a bit, but rather than running renv::restore()
in an interactive session or on Open OnDemand, an alternative would be to run it as a SLURM job. The issue with that is that renv::restore()
fairly often doesn't "just work", especially on the HPC where you might have forgotten to load some module to satisfy system dependencies of an R package. That being said, if it is "just working", it's probably easier to do sbatch renv.sh
to install R packages than to get into an interactive session.
Metadata
Metadata
Assignees
Labels
No labels