Browse code

added RCurl to dependencies for GHA

Robert Ivánek authored on 02/12/2020 08:37:53
Showing 1 changed files

... ...
@@ -166,7 +166,10 @@ jobs:
166 166
           remotes::install_github("ropensci/bibtex")
167 167
           remotes::install_github("ropensci/RefManageR")
168 168
           remotes::install_github("cboettig/knitcitations")
169
-
169
+          
170
+          ## install additionall RCurl
171
+          remotes::install_cran("RCurl")
172
+          
170 173
           ## Pass #1 at installing dependencies
171 174
           message(paste('****', Sys.time(), 'pass number 1 at installing dependencies: local dependencies ****'))
172 175
           remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE)