Skip to content

Commit

Permalink
fix the installation issue for RcppArmadillo
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouUMICH committed Mar 21, 2022
1 parent dc3f237 commit c9c370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extdata/install_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install.packages("vctrs", repos='http://cran.rstudio.com/')
print(packageVersion("vctrs"))


req_packages <- c("R.utils", "Rcpp", "RcppParallel", "data.table", "RcppEigen", "Matrix", "methods", "BH", "optparse", "SPAtest", "roxygen2", "rversions","devtools", "SKAT", "RhpcBLASctl", "qlcMatrix", "dplyr", "dbplyr")
req_packages <- c("R.utils", "Rcpp", "RcppParallel", "RcppArmadillo", "data.table", "RcppEigen", "Matrix", "methods", "BH", "optparse", "SPAtest", "roxygen2", "rversions","devtools", "SKAT", "RhpcBLASctl", "qlcMatrix", "dplyr", "dbplyr")
for (pack in req_packages) {
if(!require(pack, character.only = TRUE)) {
install.packages(pack, repos = "https://cloud.r-project.org", dependencies=TRUE)
Expand Down

0 comments on commit c9c370f

Please sign in to comment.