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

Package dependencies #4

Open
lgatto opened this issue Apr 3, 2017 · 0 comments
Open

Package dependencies #4

lgatto opened this issue Apr 3, 2017 · 0 comments

Comments

@lgatto
Copy link
Owner

lgatto commented Apr 3, 2017

Here is a list of all required packages:

assertthat
Biobase
covr
datasets
devtools
dplyr
formatR
ggplot2
ggvis
hexbin
log4r
magrittr
microbenchmark
msdata
MSnbase
mypackage
profvis
pRolocdata
pryr
readr
reshape2
roxygen2
RUnit
sequences
shiny
testthat
tidyverse

To install all of them, please run

pkgs <- c("assertthat", "Biobase", "covr", "datasets", "devtools",
          "devtools", "dplyr", "formatR", "ggplot2", "ggvis",
          "hexbin", "log4r", "magrittr", "microbenchmark", "msdata",
          "MSnbase", "mypackage", "profvis", "pRolocdata", "pryr",
          "readr", "reshape2", "roxygen2", "RUnit", "sequences",
          "shiny", "testthat", "tidyverse")
if (!require("BiocInstaller")) {
    ## try http:// if https:// URLs are not supported
    source("https://bioconductor.org/biocLite.R")
}  
library("BiocInstaller")
biocLite(pkgs)
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

1 participant