Is it impossible to install geneplotter in R version 3.3.2
1
0
Entering edit mode
7.0 years ago

Hi, I tried to install geneplotter in R version 3.3.2 by
1) geneplotter_1.52.0.tar.gz
but shown insufficient memory
2)## try http:// if https:// URLs are not supported
source("https://bioc.ism.ac.jp/biocLite.R")
biocLite("geneplotter")
3)install.packages("geneplotter")
but shown not available for R version 3.3.2
Can you please help to sort it out........

R • 2.4k views
ADD COMMENT
0
Entering edit mode

What was the result of bioconductor command?

ADD REPLY
0
Entering edit mode

The vignette for the package suggests that Geneplotter only requires an R version >= 2.10 (https://bioconductor.org/packages/release/bioc/html/geneplotter.html) . Can you post clearer error messages else we won't be able to help you.

ADD REPLY
0
Entering edit mode

That error message is because OP tried to install directly from CRAN in 3)

ADD REPLY
3
Entering edit mode
7.0 years ago

Try only this:

source("http://bioconductor.org/biocLite.R")
biocLite("geneplotter")

and post the error message if it doesn't work

ADD COMMENT

Login before adding your answer.

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