Skip to content

Commit 2d728b7

Browse files
committed
feat(r-dependent-packages): add a new feature r-dependent-packages [skip ci]
1 parent b24eea2 commit 2d728b7

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "R packages from the DESCRIPTION file (r-dependent-packages)",
3+
"id": "r-dependent-packages",
4+
"version": "0.1.0",
5+
"description": "This Feature sets scripts to install dependent R packages from the DESCRIPTION file in the repository.",
6+
"documentationURL": "https://github.com/rocker-org/devcontainer-features/tree/main/src/r-dependent-packages",
7+
"options": {
8+
"pakVersion": {
9+
"type": "string",
10+
"enum": [
11+
"auto",
12+
"devel",
13+
"stable"
14+
],
15+
"default": "auto",
16+
"description": "Version of pak to install. By default, the stable version is installed if needed."
17+
}
18+
}
19+
}

src/r-dependent-packages/install.sh

Whitespace-only changes.

src/r-dependent-packages/oncreate.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)