Entering edit mode
3.1 years ago
Bioinf_Questions
•
0
Hello. I'm having problems installing the DESeq2 package. I keep getting this error mesage below.
The downloaded source packages are in
‘C:\Users\Name\AppData\Local\Temp\Rtmp67gd4p\downloaded_packages’
Warning message:
In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\Name\Documents\R\win-library\4.0\00LOCK\xfun\libs\x64\xfun.dll to C:\Users\Name\Documents\R\win-library\4.0\xfun\libs\x64\xfun.dll: Permission denied
The commands I used were:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DESeq2", force = TRUE, dependencies = TRUE)
What else can I do to install it?
Thank you in advance.
Might have been solved here https://support.bioconductor.org/p/130817/