Installing R Package on Mox #1218
-
Hi! I'm trying to install a package (specifically pheatmap) onto Mox. I'm trying to use it in the manual module creation script that Laura made - my computer just doesn't have the memory for it. I loaded R version 3.6.0, ran This returned I then tried to re-download the package using R version 4.0.5 (as described in Yaamini's discussion post here). However, when trying to install using `install.packages("pheatmap", lib="gscratch/srlab/afcoyle/rpackages"), it returned
I ignored and it returned
When I then tried to load using Any advice for how to load this dang package? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
At a minimum, you'll have to install all those other packages that returned errors first, then install pheatmap. |
Beta Was this translation helpful? Give feedback.
-
Didn't notice this part before: Warning in install.packages("pheatmap", lib = "gscratch/srlab/afcoyle/rpackages") : lib = "gscratch/srlab/afcoyle/rpackages"' is not writable Try changing permissions on that directory so it's writable. |
Beta Was this translation helpful? Give feedback.
Didn't notice this part before:
Try changing permissions on that directory so it's writable.