File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Imports:
31
31
R6,
32
32
readxl,
33
33
rlang,
34
- rrq (>= 0.7.15 ),
34
+ rrq (>= 0.7.33 ),
35
35
specio (>= 0.1.4),
36
36
storr,
37
37
traduire (>= 0.0.5),
@@ -57,6 +57,7 @@ Suggests:
57
57
withr
58
58
Remotes:
59
59
mrc-ide/naomi@4e9a9b81ae86fabd81f9d1905bfc4c0554af7602
60
+ r-ash/rrq@cluster
60
61
Config/testthat/edition: 3
61
62
Config/testthat/parallel: true
62
63
VignetteBuilder: knitr
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ COPY docker/Rprofile.site /usr/local/lib/R/etc/Rprofile.site
7
7
# # Remove the large test data not needed for runtime
8
8
RUN install_packages remotes \
9
9
&& install_remote mrc-ide/naomi@4e9a9b81ae86fabd81f9d1905bfc4c0554af7602 \
10
+ && install_remote r-ash/rrq@cluster \
10
11
&& rm -r /usr/local/lib/R/site-library/naomi/extdata
11
12
12
13
WORKDIR /src
You can’t perform that action at this time.
0 commit comments