Skip to content

Commit

Permalink
chore: Define build-time dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 20, 2023
1 parent df56d5a commit 73dbac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ LinkingTo:
plogr (>= 0.2.0)
VignetteBuilder:
knitr
Config/Needs/build: decor
Config/autostyle/scope: line_breaks
Config/autostyle/strict: false
Config/testthat/edition: 3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN mkdir -p /root/workspace

COPY DESCRIPTION /root/workspace

RUN R -q -e 'pak::pak()'
RUN R -q -e 'pak::pak(dependencies = c("soft", "Config/Needs/build"))'

0 comments on commit 73dbac8

Please sign in to comment.