Skip to content

Commit

Permalink
separate gh install of goodpractice for #198
Browse files Browse the repository at this point in the history
To allow debugging potential failures of standard r install vs github r install
  • Loading branch information
mpadge committed May 14, 2024
1 parent 627df5e commit eb557cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.030
Version: 0.1.2.031
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ RUN install2.r \
duckdb \
foreign \
glmnet \
# goodpractice \
lme4 \
mgcv \
Rcpp \
Expand All @@ -257,8 +256,9 @@ RUN install2.r \
tidymodels \
tidyverse \
xts \
zoo \
&& installGithub.r \
zoo

RUN installGithub.r \
mangothecat/goodpractice

# arrow docs suggest this shouldn't be needed, but s3
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.030",
"version": "0.1.2.031",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit eb557cc

Please sign in to comment.