Skip to content

Commit 76d4f50

Browse files
authored
Merge pull request #360 from ropensci-review-tools/docker
update dockerfile envvar syntax [docker build]
2 parents 3c92207 + ef63e32 commit 76d4f50

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pkgcheck
22
Title: rOpenSci Package Checks
3-
Version: 0.1.2.275
3+
Version: 0.1.2.276
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")),

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,16 +251,16 @@ RUN wget https://raw.githubusercontent.com/abelsiqueira/jill/main/jill.sh \
251251
RUN rustup default stable
252252

253253
# https://arrow.apache.org/docs/r/articles/install.html#s3-support
254-
ENV ARROW_S3="ON"
254+
ENV ARROW_S3 "ON"
255255

256256
# ropensci-review-tools/pkgcheck/issues/134:
257-
#ENV R_REMOTES_UPGRADE="always"
258-
ENV NOT_CRAN="true"
259-
ENV CI="true"
260-
ENV ROPENSCI="true"
257+
#ENV R_REMOTES_UPGRADE "always"
258+
ENV NOT_CRAN "true"
259+
ENV CI "true"
260+
ENV ROPENSCI "true"
261261

262262
# cmdstan path
263-
ENV CMDSTAN_PATH="/root/.cmdstan"
263+
ENV CMDSTAN_PATH "/root/.cmdstan"
264264

265265
# A selection of R packages, including extra stats packages
266266
RUN install2.r \

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
99
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.2.275",
11+
"version": "0.1.2.276",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)