Code Monkey home page Code Monkey logo

Comments (7)

ray1919 avatar ray1919 commented on July 17, 2024 7

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")

from genstats.

pascalcraw avatar pascalcraw commented on July 17, 2024 4

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/

from genstats.

 avatar commented on July 17, 2024

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

  • Sara

from genstats.

splee83 avatar splee83 commented on July 17, 2024

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)

from genstats.

V-Bernal avatar V-Bernal commented on July 17, 2024

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")

from genstats.

aromanowski avatar aromanowski commented on July 17, 2024

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

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

from genstats.

owusukd avatar owusukd commented on July 17, 2024

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

from genstats.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.