Skip to content

Commit 6a8df11

Browse files
danielleiwoodDaniWood
authored andcommitted
Update config for new upgrade
1 parent d112ea3 commit 6a8df11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
command: |
2222
Rscript -e "print(R.version)"
2323
Rscript -e "utils::install.packages('hutilscpp', repos = 'https://cran.rstudio.com')"
24-
Rscript -e "devtools::install_deps(dependencies = TRUE, upgrade = 'false', keep_source = FALSE)"
24+
Rscript -e "devtools::install_deps(dependencies = TRUE, upgrade = 'never')"
2525
- run:
2626
no_output_timeout: 20m
2727
command: |

0 commit comments

Comments
 (0)