Francisco Arcila Salamanca
Results
2
comments of
Francisco Arcila Salamanca
were you able to install it? when I try with `BiocManager::install("jtleek/genstats", ref="gh-pages")` I get this error: ``` ERROR: dependency ‘RSkittleBrewer’ is not available for package ‘genstats’ * removing ‘/home/franasa/R/x86_64-redhat-linux-gnu-library/3.6/genstats’ Error:...
thanks!, I got an answer from one of the course mentors: >'RSkittleBrewer' is not a Bioconductor package and, thus, you cannot use 'BiocManager' to install it. Try instead: ``` library(devtools)...