Entering edit mode
8 months ago
Pallondyle
•
0
I am trying to install ChIPseeker on the lab server. I have never encountered such a problem on my own computer before.
> library(ChIPseeker)
Error: package or namespace load failed for ‘ChIPseeker’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘curl’
install this first
I tried, and the error message is as follows:
you have windows or linux(cent OS or ubuntu)?
The server appears to operate based on Ubuntu.
this one should fix
I do not have administrator rights on the server and cannot use the sudo command. It seems that I can only download the data to my computer for downstream analysis. Anyway, thank you for your advice.
Create a conda environment. You don't need admin privileges and can install almost anything you need.