Skip to content

Commit

Permalink
install more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 13, 2024
1 parent dc43998 commit 2563bba
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .ci/install-old-r-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,27 @@ print("---- group 2 ----")
.install_packages(c(
"desc/desc_1.4.2.tar.gz"
, "diffobj/diffobj_0.3.4.tar.gz"
, "processx/processx_3.8.3.tar.gz"
))

print("--- group 3 ----")
.install_packages(c(
"waldo/waldo_0.5.3.tar.gz"
"tibble/tibble_3.2.0.tar.gz"
))

print("---- group 4 ----")
print("--- group 4 ---")
.install_packages(c(
"rematch2/rematch2_2.1.1.tar.gz"
, "waldo/waldo_0.5.3.tar.gz"
))

print("---- group 5 ----")
.install_packages(c(
"callr/callr_3.7.5.tar.gz"
, "lifecycle/lifecycle_1.0.3.tar.gz"
, "pkgbuild/pkgbuild_1.4.4.tar.gz"
, "pkgload/pkgload_1.3.4.tar.gz"
, "pillar/pillar_1.8.1.tar.gz"
, "processx/processx_3.8.3.tar.gz"
, "rematch2/rematch2_2.1.1.tar.gz"
, "testthat/testthat_3.2.1.tar.gz"
, "tibble/tibble_3.2.0.tar.gz"
, "vctrs/vctrs_0.6.4.tar.gz"
))

0 comments on commit 2563bba

Please sign in to comment.