...
|
...
|
@@ -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)
|