RSkittleBrewer Not available
Hi! I am currently trying to download and install a package called 'RSkittleBrewer' but the console is saying that it is not available for this version of R. Does anyone know how to solve this issue? Thank you!
> biocLite("RSkittleBrewer")
BioC_mirror: https://bioconductor.org
Using Bioconductor 3.6 (BiocInstaller 1.28.0), R 3.4.3 (2017-11-30).
Installing package(s) ‘RSkittleBrewer’
Warning message:
package ‘RSkittleBrewer’ is not available (for R version 3.4.3)
• 7,005 views
•
link
2 answers
I think RSkittleBrewer is not part of BioConductor, use devtools to install it.
edit: by the way, did you search for a solution? Because I not only could find the link above, I also found the very same question, asked here a few weeks ago.
• 0 views
•
link
Here, As h.mon said, RSkittleBrewer is not a package of BioConductor. You should install using: devtools::install_github('alyssafrazee/RSkittleBrewer')
• 0 views
•
link
Log in to answer this question.