Entering edit mode
mumpalsson
•
0
@mumpalsson-17912
Last seen 6.3 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