R package information
1
0
Entering edit mode
6.3 years ago
amy16 ▴ 40

Hi, Which version of R is suitable for installing the package RSkittleBrewer?

I get the following error messages when I try to install the package: package 'RSkittleBrewer' is not available (for R version 3.3.0) package 'RSkittleBrewer' is not available (for R version 3.4.2)

-Thanks

RNA-Seq bioconductor R • 2.5k views
ADD COMMENT
0
Entering edit mode

R gives that error also when you are missing dependencies.....was there more to the error message?

ADD REPLY
3
Entering edit mode
6.3 years ago

Have you tried the instructions here to install from github (found on the first page of google results)?
https://github.com/jtleek/genstats/issues/5

source("http://bioconductor.org/biocLite.R")
biocLite("devtools") # only if devtools not yet installed
devtools::install_github('RSkittleBrewer', 'alyssafrazee')
biocLite("jtleek/genstats",ref="gh-pages")
ADD COMMENT
1
Entering edit mode

Thank you.. It helped!!!

ADD REPLY

Login before adding your answer.

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