-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
This seems to be related to #26
I'm trying to use the JupyterHub to run the code, but following the renv steps gave me an error with the Matrix package, which can't be solved with the proposed solution of renv::install("Matrix").
Here is the error message I got when renv was installing packages:
[... previous output of renv downloading packages ...]
# Installing packages --------------------------------------------------------
- Installing lattice ... OK [built from source and cached in 12s]
- Installing Matrix ... FAILED
Error: Error installing package 'Matrix':
==================================
ERROR: this R is version 4.3.3, package 'Matrix' requires R >= 4.4.0
install of package 'Matrix' failed [error code 1]
Then, after trying to run renv::install("Matrix"), i got the error
Error: package 'Matrix' is not available
I think this blocks the use of the renv setup, at list in the JupyterHub.