griffithlab / GenVisR

Genome data visualizations
Creative Commons Zero v1.0 Universal
206 stars 62 forks source link

GenVisR 3.4.0 #318

Closed ahwagner closed 6 years ago

ahwagner commented 6 years ago

Warning in install.packages : package ‘GenVisR’ is not available (for R version 3.4.0)

zlskidmore commented 6 years ago

Hey @ahwagner the GenVisR package is not on CRAN but is rather hosted on bioconductor which is why install.packages fails. to get the most up to date version you could install from github with

devtools::install_github("griffithlab/GenVisR")

or you could install the version from bioconductor which is update bi-anually, the instructions for that is here.

https://bioconductor.org/packages/release/bioc/html/GenVisR.html