Skip to content

Commit

Permalink
pre-install rdflib; closes ropensci-review-tools/pkgcheck-action#48
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 28, 2024
1 parent 85d2fe9 commit 0d62dbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgcheck
Title: rOpenSci Package Checks
Version: 0.1.2.041
Version: 0.1.2.042
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ RUN apt-get update -qq && apt-get install -y \
apt-get clean

# For some reason, librdf0-dev doesn't install in the list above:
# (See also pkgcheck-action#48)
RUN apt-get install -y librdf0-dev

# ctags install
Expand Down Expand Up @@ -271,6 +272,7 @@ RUN install2.r \
RcppEigen \
RcppParallel \
randomForest \
rdflib \
rmarkdown \
seasonal \
sf \
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgcheck",
"issueTracker": "https://github.com/ropensci-review-tools/pkgcheck/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.2.041",
"version": "0.1.2.042",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 0d62dbd

Please sign in to comment.