Skip to content

Commit

Permalink
build: use the r-dependent-package devcontainer Feature (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored May 12, 2024
1 parent 98f30c4 commit f575d20
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"dockerDashComposeVersion": "v2"
},
"ghcr.io/rocker-org/devcontainer-features/r-history:0": {}
"ghcr.io/rocker-org/devcontainer-features/r-history:0": {},
"ghcr.io/rocker-org/devcontainer-features/r-dependent-packages:0": {
"manifestRoot": "build",
"when": "updateContent"
}
},
"containerEnv": {
"PKG_SYSREQS": "false"
},
"customizations": {
"vscode": {
Expand Down
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: daily
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
21 changes: 21 additions & 0 deletions build/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Package: rocker-versiond-dev
Version: 0.0.0.9000
Imports:
dplyr,
forcats,
fs,
gert,
glue,
httr2,
jsonlite,
knitr,
lubridate,
purrr,
readr,
rlang,
rmarkdown,
rversions,
stringr,
tibble,
tidyr
Encoding: UTF-8

0 comments on commit f575d20

Please sign in to comment.