Skip to content

Commit 15d814d

Browse files
missin g, simpler [[
1 parent 506b563 commit 15d814d

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
@@ -130,7 +130,7 @@ jobs:
130130
other_deps_expr = parse('inst/tests/other.Rraw', n=1L)
131131
eval(other_deps_expr)
132132
other_pkgs = setdiff(
133-
get(as.character(other_deps_expr[[1L]][[2L]]))
133+
get(as.character(other_deps_expr[[1:2]])),
134134
tools:::.get_standard_package_names()$base) # skip parallel
135135
# Many will not install on oldest R versions
136136
message("*** Installing fully optional packages ***")

0 commit comments

Comments
 (0)