-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library Paths not loading #3
Comments
Will work on the possible solution of R-Geo libraries being in the same pathway as the base R library. |
Working Solution: Using the R-Geo module in the test envionment, as above
Code to add new libraries
This can be made permanent by placing in the .Rprofile, but should then also include the Bioconductor pathway. Bioconductor actually uses the following libraries Will add to current user documentation as workarounds. |
Also note that selected versions will require different paths eg 4.1, 4.2, 4.3 etc Bioconductor 3.17 Paths |
When selecting the R-Geo Module the incorrect library paths are loaded.
from logs - R-Geo is loaded
56) R-Geo/4.3.2-foss-2023a
from RStudio .libPaths() function
Should look like this
This means that the main packages
raster and terra
are not available.This also occurs with Bioconductor 3.17 which should show 4 libraries. App appears to be limited to 2 libraries showing. This was also seen on eRI
The text was updated successfully, but these errors were encountered: