package is not available
1
0
Entering edit mode
@davidmorse59-22812
Last seen 4.7 years ago

I am trying to run DESeq2 in R 3.6.2, the R version recommended for Mac OS 10.14. When I try to run the function newCountDataSet I get "package ‘newCountDataSet’ is not available (for R version 3.6.2)" Can I find a substitute? Do I return to an older version of R?

newCountDataSet • 618 views
ADD COMMENT
0
Entering edit mode

You are trying to use a function, and it's telling you that you lack a package of the same name? I wonder if your command line is messed up. But if you don't tell us your command line, no one can help you.

ADD REPLY
1
Entering edit mode
@james-w-macdonald-5106
Last seen 19 hours ago
United States

You shouldn't be so mysterious as to what you did. Show code. What you have said amounts to 'I did something and I got this error', which isn't much to go on.

However, the warning you are seeing comes from BiocManager, and indicates that you aren't actually trying to use DESeq2, but are instead trying to install something called newCountDataSet?

> install("newCountDataSet")
Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.1 (2019-07-05)
Installing package(s) 'newCountDataSet'
Warning message:
package 'newCountDataSet' is not available (for R version 3.6.1) 

Which doesn't seem to be a thing? What exactly are you trying to do?

ADD COMMENT

Login before adding your answer.

Traffic: 592 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