Entering edit mode
7.6 years ago
greeshmathulasi1
•
0
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........
What was the result of bioconductor command?
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.
That error message is because OP tried to install directly from CRAN in 3)