Skip to content

Commit

Permalink
pin even more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 12, 2024
1 parent 8fd01c1 commit 05245e9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .ci/install-old-r-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,44 @@

.install_packages <- function(packages) {
install.packages(
pkgs = paste("https://cran.r-project.org/src/contrib/Archive", packages, sep = "/")
pkgs = (
paste("https://cran.r-project.org/src/contrib/Archive", packages, sep = "/")
, "https://cran.r-project.org/src/contrib/praise_1.0.0.tar.gz"
)
, repos = NULL
)
}

.install_packages(c(
"brio/brio_1.1.4.tar.gz"
, "callr/callr_3.7.5.tar.gz"
, "cli/cli_3.6.2.tar.gz"
, "crayon/crayon_1.5.2.tar.gz"
, "desc/desc_1.4.2.tar.gz"
, "diffobj/diffobj_0.3.4.tar.gz"
, "digest/digest_0.6.36.tar.gz"
, "fansi/fansi_1.0.5.tar.gz"
, "fs/fs_1.6.4.tar.gz"
, "evaluate/evaluate_0.23.tar.gz"
, "glue/glue_1.7.0.tar.gz"
, "jsonlite/jsonlite_1.8.8.tar.gz"
, "lattice/lattice_0.20-41.tar.gz"
, "lifecycle/lifecycle_1.0.3.tar.gz"
, "magrittr/magrittr_2.0.2.tar.gz"
, "pkgconfig/pkgconfig_2.0.2.tar.gz"
, "pkgbuild/pkgbuild_1.6.4.tar.gz"
, "pkgload/pkgload_1.3.4.tar.gz"
, "pillar/pillar_1.8.1.tar.gz"
, "processx/processx_3.8.3.tar.gz"
, "ps/ps_1.8.0.tar.gz"
, "R6/R6_2.5.0.tar.gz"
, "rematch2/rematch2_2.1.1.tar.gz"
, "rlang/rlang_1.1.3.tar.gz"
, "rprojroot/rprojroot_2.0.3.tar.gz"
, "testthat/testthat_3.2.1.tar.gz"
, "tibble/tibble_3.2.0.tar.gz"
, "utf8/utf8_1.2.3.tar.gz"
, "vctrs/vctrs_0.6.4.tar.gz"
, "waldo/waldo_0.5.3.tar.gz"
, "withr/withr_3.0.1.tar.gz"
))

0 comments on commit 05245e9

Please sign in to comment.