Skip to content

Commit

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

print("--- group 3 ----")
print("--- group 3 ---")
.install_packages(c(
"callr/callr_3.7.5.tar.gz"
, "vctrs/vctrs_0.6.4.tar.gz"
))

print("--- group 4 ----")
.install_packages(c(
"tibble/tibble_3.2.0.tar.gz"
))

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

print("---- group 5 ----")
print("---- group 6 ----")
.install_packages(c(
"callr/callr_3.7.5.tar.gz"
, "lifecycle/lifecycle_1.0.3.tar.gz"
, "pkgbuild/pkgbuild_1.4.4.tar.gz"
"pkgbuild/pkgbuild_1.4.4.tar.gz"
, "pkgload/pkgload_1.3.4.tar.gz"
, "pillar/pillar_1.8.1.tar.gz"
, "testthat/testthat_3.2.1.tar.gz"
, "vctrs/vctrs_0.6.4.tar.gz"
))

0 comments on commit 35f2c0b

Please sign in to comment.