Skip to content

Commit

Permalink
Adds forgotten closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpu committed Feb 14, 2020
1 parent 6d68b16 commit bbd7434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/install.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sys.setenv(TAR = "/bin/tar")
BiocManager::install(c('bumphunter' , 'GenomeInfoDb', 'GenomeInfoDbData')
BiocManager::install(c('bumphunter' , 'GenomeInfoDb', 'GenomeInfoDbData'))
install.packages(c('doParallel', 'doRNG', 'foreach', 'stringi'), repo = 'https://cran.r-project.org')
devtools::install_github("TheJacksonLaboratory/yarn", ref = "annes-changes", upgrade="never")

0 comments on commit bbd7434

Please sign in to comment.