Skip to content

Commit decf059

Browse files
author
Joao Felipe Rocha
committed
Updating R tests
1 parent 5767b46 commit decf059

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@ jobs:
9393
- name: Install R packages
9494
id: install-r-packages
9595
run: |
96-
if (!requireNamespace("renv", quietly = TRUE)) install.packages("renv")
97-
renv::restore()
98-
renv::install("bioc::splatter")
99-
renv::install("bioc::slingshot")
100-
renv::install("github::dynverse/dyngen")
101-
renv::install("github::dynverse/dynwrap")
96+
install.packages(c("BiocManager", "devtools"))
97+
BiocManager::install(c("splatter", "slingshot"))
98+
devtools::install_github("dynverse/dyngen")
99+
devtools::install_github("dynverse/dynwrap")
102100
shell: Rscript {0}
103101

104102
- name: Run tests

0 commit comments

Comments
 (0)