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

RSkittleBrewer not available for R 3.2.2 #5

Open
twohlever opened this issue Oct 5, 2015 · 7 comments
Open

RSkittleBrewer not available for R 3.2.2 #5

twohlever opened this issue Oct 5, 2015 · 7 comments

Comments

@twohlever
Copy link

Unable to successfully run biocLite("jtleek/genstats",ref="gh-pages") in R version 3.2.2.

> biocLite("jtleek/genstats",ref="gh-pages")
BioC_mirror: http://bioconductor.org
Using Bioconductor version 3.1 (BiocInstaller 1.18.4), R version 3.2.2.
Installing github package(s) ‘jtleek/genstatsDownloading GitHub repo jtleek/genstats@gh-pages
Installing genstats
Skipping 1 packages not available: RSkittleBrewer
'/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file  \
  --no-environ --no-save --no-restore CMD INSTALL  \
  '/private/var/folders/q0/77608l192n98k852yv2lrdm80000gn/T/RtmpKGzfqP/devtools4a6434e085/jtleek-genstats-e60f9f0'  \
  --library='/Library/Frameworks/R.framework/Versions/3.2/Resources/library'  \
  --install-tests 

ERROR: dependencyRSkittleBreweris not available for packagegenstats* removing/Library/Frameworks/R.framework/Versions/3.2/Resources/library/genstatsError: Command failed (1)

> install.packages("RSkittleBrewer")
Warning in install.packages :
  packageRSkittleBreweris not available (for R version 3.2.2)
@ray1919
Copy link

ray1919 commented Mar 14, 2016

This might work
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")

@ghost
Copy link

ghost commented Mar 15, 2016

That worked for me, ray1919. Thanks for your help!

  • Sara

@splee83
Copy link

splee83 commented Mar 15, 2016

Received warning message as below. Would require some help here to sort this out...Thanks in advance.

Warning message:
package ‘jtleek/genstats’ is not available (for R version 3.2.4)

@V-Bernal
Copy link

thanks @ray1919, I just manage it (R.3.4.4 in Ubuntu 18.04) with a slight modification of your answer

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

@aromanowski
Copy link

Update for March 2020:
(with devtools already present):

devtools::install_github('RSkittleBrewer', 'alyssafrazee')
BiocManager::install("jtleek/genstats",ref="gh-pages")

@pascalcraw
Copy link

May 2020: I could not install 'RSkittleBrewer' using the above code but found this which worked:
devtools::install_github('alyssafrazee/RSkittleBrewer')

from: https://www.biostars.org/p/300330/

@owusukd
Copy link

owusukd commented Mar 1, 2023

May 2020: I could not install 'RSkittleBrewer' using the above code but found this which worked: devtools::install_github('alyssafrazee/RSkittleBrewer')

from: https://www.biostars.org/p/300330/

Feb 2023: It still works

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

7 participants