Bioconductor / copy-number-analysis

Explore, compare, and evaluate Bioconductor packages related to genomic copy number analysis
21 stars 12 forks source link

there is no package called ‘BiocParallel’ #4

Closed rlittman16 closed 5 years ago

rlittman16 commented 6 years ago

When I try to start cn.mops with library(cn.mops) I get this error

Error: package or namespace load failed for ‘cn.mops’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘BiocParallel’

R version 3.4.1 Bioconductor version 3.6 (BiocInstaller 1.28.0)

Thanks in advanced

mtmorgan commented 6 years ago

Try installing BiocParallel

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