Downloading DESeq package manually
1
0
Entering edit mode
JAcky • 0
@d6b8183e
Last seen 18 months ago
Israel

I have a dataset that for some reason requires DESeq (not DESeq2) to load and open. I have DEseq2 already installed and I use it very often, but I need DESeq for this one. I want to download the package manually cause obviously there is no other choice, using this code: install.packages("~/Downloads/DESeq_1.39.0.tar.gz", repos = NULL, type = "source")

I have this package already downloaded of course:

enter image description here

I'm getting this error, why is it saying no packages specified?

Installing package into '/home/myname/R/x86_64-pc-linux-gnu-library/4.2'
(as 'lib' is unspecified)
Warning: invalid package ‘/home/myname/Downloads/DESeq_1.39.0.tar.gz’
Error: ERROR: no packages specified
Warning in install.packages :
  installation of package '/home/myname/Downloads/DESeq_1.39.0.tar.gz' had non-zero exit status

What am I doing wrong? thanks!

DESeq2 Install • 575 views
ADD COMMENT
1
Entering edit mode
Basti ▴ 780
@7d45153c
Last seen 21 hours ago
France

Maybe the path was wrong ? You could try to manually select it with install.packages(file.choose(), repos=NULL), it will open your finder

ADD COMMENT

Login before adding your answer.

Traffic: 665 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6