Problem installing dartR: package 'qvalue' is not available for R version 3.5.1
1
0
Entering edit mode
mumpalsson • 0
@mumpalsson-17912
Last seen 5.5 years ago

I am trying to install dartR to work through at least part of “Introduction to dartR” tutorial.

I am running R version 3.5.1

My packages are up to date.

        > library(dartR)

Loading required package: adegenet

Loading required package: ade4


   /// adegenet 2.1.1 is loaded ////////////


   > overview: '?adegenet'

   > tutorials/doc/questions: 'adegenetWeb()'

   > bug reports/feature requests: adegenetIssues()



Error: package or namespace load failed for ‘dartR’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):

 there is no package called ‘qvalue’

I have tried:

 

install.packages('qvalue', repos='http://cran.us.r-project.org')

and get

installing package into ‘D:/Documents/R/win-library/3.5’

(as ‘lib’ is unspecified)

Warning in install.packages :

  package ‘qvalue’ is not available (for R version 3.5.1)

 

I have also tried

​biocLite("qvalue")

and got

Error in biocLite("qvalue"): could not find function "biocLite"

I have also tried

install.packages("stringi")

 

install.packages("qvalue")

Installing package into ‘D:/Documents/R/win-library/3.5’

(as ‘lib’ is unspecified)

Warning in install.packages :

  package ‘qvalue’ is not available (for R version 3.5.1)

 

Any ideas please?

Thanks, Ruth

qvalue dartR • 4.7k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 3 days ago
United States

To use biocLite(), first run

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

and then install qvalue

biocLite("qvalue")

For consistency, use biocLite() to install Bioconductor or CRAN packages.

ADD COMMENT

Login before adding your answer.

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