Skip to content

Commit

Permalink
Added Rfast to circleci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed May 16, 2024
1 parent c1b8f04 commit a12bab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgsl-dev
mkdir -p ~/R/Library
Rscript -e 'install.packages(c("devtools","Rcpp","RcppArmadillo","RcppParallel","MBSP","mvtnorm","matrixStats","testthat","varbvs"))'
Rscript -e 'install.packages(c("devtools","Rcpp","RcppArmadillo","RcppParallel","MBSP","mvtnorm","matrixStats","testthat","varbvs","Rfast"))'
Rscript -e 'devtools::install_github("stephenslab/ebnm",upgrade="never",force=TRUE)'
Rscript -e 'devtools::install_github("stephenslab/mashr",upgrade="never",force=TRUE)'
Rscript -e 'devtools::install_github("willwerscheid/flashier",upgrade="never",force=TRUE)'
Expand Down

0 comments on commit a12bab2

Please sign in to comment.