Skip to content

Commit

Permalink
combine 2nd+3rd install calls
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 18, 2023
1 parent c88ab1b commit 8534065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get -qq update \

RUN Rscript -e "
install.packages('remotes')
remotes::install_deps()
# also pulls in testthat and pkgload
install.packages('patrick')
lintr_deps <- remotes::dev_package_deps()
# patrick also pulls in testthat and pkgload
install.packages(c(lintr_deps, 'patrick'))
"

0 comments on commit 8534065

Please sign in to comment.