Closed twallema closed 3 weeks ago
Should probably approach the R setup as an environment management problem, much like the approach for Python using conda. It seems like there is an renv folder - but this local_install script doesn't seem to leverage that approach?
I've got an example of doing that sort of thing in github.com/cmmid/paramix/blob/main/inst/install.R
Now superseded by build/hpc_install_or_update.sh
.
Label
documentation
Priority Label
low priority
Describe the bug/issue
Issue
Trying to run the chunk:
install gempyor and the R module. There should be no error, please report if not.
Sometimes you might need to run the next line two times because inference depends
on report.generation, which is installed later because of alphabetical order.
(or if you know R well enough to fix that 😊)
Rscript build/local_install.R # warnings are ok; there should be no error. pip install --no-deps -e flepimop/gempyor_pkg/
Script build/local_install.R
the user should install some R packages,Environment, if relevant
Rockfish cluster, Rocky Linux release 8.8 (Fedora)