Skip to content

Commit

Permalink
bug: forgot semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
rioualen committed Jul 4, 2017
1 parent 49f4853 commit 75bdd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makefiles/install_tools_and_libs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ R_lib:
pack <- pack.list[!(pack.list %in% installed.packages()[,'Package'])];\
if(length(pack)) biocLite(pack);\
library(devtools);\
install_github('PF2-pasteur-fr/SARTools', build_vignettes=TRUE)
install_github('PF2-pasteur-fr/SARTools', build_vignettes=TRUE);\
install_github('hms-dbmi/spp', build_vignettes = TRUE)"

Rstudio:
Expand Down

0 comments on commit 75bdd72

Please sign in to comment.