This is a test version of Biostars. For the public version, visit https://www.biostars.org.
DESeq2 installation problems

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.

deseq install

0 answers

No answers yet.

Log in to answer this question.