Bioconductor / copy-number-analysis

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

Installation #7

Closed deepalivasoya closed 4 years ago

deepalivasoya commented 4 years ago

Hello,

I am trying to simply install the cp.mops. I tried in different R version - 3.2.1, 3.4.1, 3.6.1. It doesn't support any of it? What R version can I use to install it?

Thank you.

lshep commented 4 years ago

Please show the command you are trying to install ? In the above I'll assume cn.mos was a typo for cn.mops? For R 3.6.1

install.packages("BiocManager")
BiocManager::install("cn.mops")
lshep commented 4 years ago

If that fails please show the command and the complete output given in your R terminal

deepalivasoya commented 4 years ago

Oh yes its "cn.mops". I just corrected it. Thank you for noticing it. I am doing it direct install by install.packages. install.packages("cn.mops")

deepalivasoya commented 4 years ago

Thank you Isep. It worked with R3.5.3.

LiNk-NY commented 4 years ago

We would recommend that you use BiocManager for R versions greater than 3.5.0.

BiocManager::install("cn.mops")

Otherwise, refer to the appropriate release for installation instructions https://bioconductor.org/about/release-announcements/