We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df56d5a commit 73dbac8Copy full SHA for 73dbac8
DESCRIPTION
@@ -40,6 +40,7 @@ LinkingTo:
40
plogr (>= 0.2.0)
41
VignetteBuilder:
42
knitr
43
+Config/Needs/build: decor
44
Config/autostyle/scope: line_breaks
45
Config/autostyle/strict: false
46
Config/testthat/edition: 3
Dockerfile
@@ -6,4 +6,4 @@ RUN mkdir -p /root/workspace
6
7
COPY DESCRIPTION /root/workspace
8
9
-RUN R -q -e 'pak::pak()'
+RUN R -q -e 'pak::pak(dependencies = c("soft", "Config/Needs/build"))'
0 commit comments