Skip to content

Commit f3edb15

Browse files
committed
Pin version of rrq
1 parent a3ac1f2 commit f3edb15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DESCRIPTION

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Imports:
3131
R6,
3232
readxl,
3333
rlang,
34-
rrq (>= 0.7.15),
34+
rrq (>= 0.7.33),
3535
specio (>= 0.1.4),
3636
storr,
3737
traduire (>= 0.0.5),
@@ -57,6 +57,7 @@ Suggests:
5757
withr
5858
Remotes:
5959
mrc-ide/naomi@4e9a9b81ae86fabd81f9d1905bfc4c0554af7602
60+
r-ash/rrq@cluster
6061
Config/testthat/edition: 3
6162
Config/testthat/parallel: true
6263
VignetteBuilder: knitr

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY docker/Rprofile.site /usr/local/lib/R/etc/Rprofile.site
77
## Remove the large test data not needed for runtime
88
RUN install_packages remotes \
99
&& install_remote mrc-ide/naomi@4e9a9b81ae86fabd81f9d1905bfc4c0554af7602 \
10+
&& install_remote r-ash/rrq@cluster \
1011
&& rm -r /usr/local/lib/R/site-library/naomi/extdata
1112

1213
WORKDIR /src

0 commit comments

Comments
 (0)