Giter VIP home page Giter VIP logo

ggbio's Introduction

INSTALL

For R 2.15 with git version ggbio(latest)

This is for developers, notice I am not using bioc-devel svn as major version control system. If you want to play with latest ggbio you have to stick with this method.

Install of developmental version of ggbio require developmental R now. Simply open R session and run the following code:

source("http://www.tengfei.name/projects/ggbio/utils/installer.R")

This will install ggplot2/ggbio github version, and bioc-dev version denpendencies.

For all users, make sure to install R package RCurl to use this command

For Windows users: if you came across buiding errors, please install Rtools, then run the command line again.

For R 2.15 with bioc-dev version ggbio

source("http://bioconductor.org/biocLite.R")
biocLite("ggbio")

This will automatically install the right bioc-dev version of ggbio

This is currently now working due to the new-yet-unreleased ggplot2 0.9

For R 2.14

source("http://bioconductor.org/biocLite.R")
biocLite("ggbio")

not supported yet for git hub version ggbio

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.