File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ jobs:
1616 with :
1717 use-public-rspm : true
1818
19- - name : Install dependencies
20- run : |
21- Rscript -e 'install.packages("remotes")'
22- Rscript -e 'remotes::install_deps(dependencies = TRUE)'
23-
2419 - name : Install renv
2520 run : Rscript -e 'install.packages("renv")'
21+
22+ - name : Install BiocManager
23+ run : Rscript -e 'install.packages("BiocManager")'
2624
2725 - name : Restore project environment from renv.lock
2826 run : Rscript -e 'renv::restore()'
Original file line number Diff line number Diff line change 1616 with :
1717 use-public-rspm : true
1818
19- - name : Install dependencies
20- run : |
21- Rscript -e 'install.packages("remotes")'
22- Rscript -e 'remotes::install_deps(dependencies = TRUE)'
23-
2419 - name : Install renv
2520 run : Rscript -e 'install.packages("renv")'
2621
You can’t perform that action at this time.
0 commit comments