Skip to content

Commit

Permalink
Missing ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Aug 20, 2024
1 parent 6ba971e commit d7f2715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/r-ancient-gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ options(repos = "https://cloud.r-project.org"); \
dcf = read.dcf("DESCRIPTION", c("Imports", "Suggests")); \
deps = names(tools:::.split_dependencies(dcf)); \
standard_pkgs = tools:::.get_standard_package_names(); \
deps = intersect(deps, rownames(available.packages()); \
deps = intersect(deps, rownames(available.packages())); \
install.packages(setdiff(deps, standard_pkgs$base)); \
'

Expand Down

0 comments on commit d7f2715

Please sign in to comment.