Skip to content

Commit 52b650c

Browse files
missing )
1 parent 15d814d commit 52b650c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check-occasional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
tools:::.get_standard_package_names()$base) # skip parallel
135135
# Many will not install on oldest R versions
136136
message("*** Installing fully optional packages ***")
137-
try(install.packages(c(other_pkgs, "rcmdcheck"))
137+
try(install.packages(c(other_pkgs, "rcmdcheck")))
138138
139139
has_other_pkg = sapply(other_pkgs, requireNamespace, quietly=TRUE)
140140
run_other = all(has_other_pkg)

0 commit comments

Comments
 (0)