Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to install instruction #7

Open
davidenoma opened this issue Jun 6, 2020 · 4 comments
Open

Update to install instruction #7

davidenoma opened this issue Jun 6, 2020 · 4 comments

Comments

@davidenoma
Copy link

Nice work here. Kindly take note that the source("http://bioconductor.org/biocLite.R") is deprecated and now BiocManager is used to install Biocmanager.

@franasa
Copy link

franasa commented Jun 8, 2020

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: Failed to install 'genstats' from GitHub:
  (converted from warning) installation of package ‘/tmp/RtmpdNz6Kk/file111b347431de/genstats_0.1.02.tar.gz’ had non-zero exit status

with R 3.6.3 running on Fedora 31

@davidenoma
Copy link
Author

davidenoma commented Jun 9, 2020

Since I wanted the markdown and source code for the course, I just cloned the repository.

git clone https://github.com/jtleek/genstats
Then I was able to find the files in the vignettes sub directory.

With regards the error, I think you should install SkittleBrewer:
BiocManager::install('RSkittleBrewer')

This should work fine. Try and let me know what you get. Cheers

@franasa
Copy link

franasa commented Jun 9, 2020

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)
devtools::install_github('alyssafrazee/RSkittleBrewer')

this worked for me.

@davidenoma
Copy link
Author

BiocManager is able to install as well. Try it and see. I was also surprised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants