package ‘airway’ is not available (for R version 3.2.2)
1
0
Entering edit mode
@jmmonroykuhn-9144
Last seen 5.0 years ago
Germany

Is the package ‘airway’ not available for R version 3.2.2?  I tried to install it and I got this answer:

BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.14 (BiocInstaller 1.14.3), R
  version 3.2.2.
Installing package(s) 'airway'
Warning messages:
1: package ‘airway’ is not available (for R version 3.2.2)

Is it not available? If it is how can I install it

Thanks

 

airway • 5.4k views
ADD COMMENT
1
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.1 years ago
United States

You are running the wrong version of Bioconductor for your version of R. airway is not available in that older version. 

You should upgrade to the current release version (3.2).

Do this by starting R as follows:
 

R --vanilla

Then remove the old BiocInstaller package:

remove.packages("BiocInstaller")

Then install Bioconductor:

source("https://bioconductor.org/biocLite.R")

Then install airway:

biocLite("airway")
 

When asked whether to update old packages, choose 'a' for 'all.

 

ADD COMMENT
0
Entering edit mode

how to start with R--vanilla

ADD REPLY
0
Entering edit mode

Open a shell (e.g., on Windows, run the program cmd) and type R --vanilla.

ADD REPLY

Login before adding your answer.

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