Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 13, 2024
1 parent 05245e9 commit 40a663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install-old-r-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit 40a663f

Please sign in to comment.