Skip to content

Commit 2592b9d

Browse files
committed
Updated circleci and github actions configs.
1 parent 3128bc7 commit 2592b9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
command: |
2020
mkdir -p ~/R/Library
2121
Rscript -e 'update.packages("Matrix")'
22-
Rscript -e 'install.packages(c("devtools","remotes","quadprog","gtools","irlba","Rtsne","uwot","dplyr","rlang","tidyr","Rcpp","RcppArmadillo","RcppParallel","progress","pbapply","ggplot2","ggrepel","cowplot","plotly","htmlwidgets","testthat","Ternary","RhpcBLASctl"))'
22+
Rscript -e 'install.packages(c("devtools","remotes","reshape2","rlang","quadprog","gtools","irlba","Rtsne","uwot","dplyr","rlang","tidyr","Rcpp","RcppArmadillo","RcppParallel","progress","pbapply","ggplot2","ggrepel","cowplot","plotly","htmlwidgets","testthat","Ternary","RhpcBLASctl"))'
2323
Rscript -e 'devtools::install_github("slowkow/ggrepel",upgrade="never",force=TRUE)'
2424
Rscript -e 'devtools::install_github("stephens999/ashr",upgrade="never",force=TRUE)'
2525
Rscript -e 'devtools::install_github("linxihui/NNLM",upgrade="never",force=TRUE)'

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
update.packages("Matrix")
26-
install.packages(c("remotes","rcmdcheck"))
26+
install.packages(c("remotes","rcmdcheck","reshape2","rlang"))
2727
install.packages(c("devtools","remotes","quadprog","gtools"))
2828
install.packages(c("irlba","Rtsne","uwot","dplyr","tidyr","rlang"))
2929
install.packages(c("Rcpp","RcppArmadillo","RcppParallel","pbapply"))

0 commit comments

Comments
 (0)