We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cd9c8 commit 0be8b5dCopy full SHA for 0be8b5d
1 file changed
.github/workflows/CI_DSSAT.yml
@@ -70,7 +70,8 @@ jobs:
70
- name: Install package
71
run: |
72
Rscript -e "repos <- c('https://marcionicolau.github.io/RCroptestDeps', 'https://cloud.r-project.org'); options(repos = c(CRAN = repos)); install.packages('RCroptest', dependencies = TRUE)"
73
-
+ Rscript -e "install.packages('plumber')"
74
+
75
- name: Verify installation
76
77
Rscript -e "print('Installed packages:'); print(installed.packages())"
0 commit comments