Skip to content

Commit

Permalink
install goodpractice as remotes via DESC not workflows for #198
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 14, 2024
1 parent a901025 commit f8da782
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: github::mangothecat/goodpractice
extra-packages: any::rcmdcheck
needs: check

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: github::mangothecat/goodpractice
extra-packages: roxygen2

- name: Document
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: github::mangothecat/goodpractice
extra-packages: any::covr
needs: coverage

Expand Down
3 changes: 2 additions & 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.026
Version: 0.1.2.027
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
Expand Down Expand Up @@ -46,6 +46,7 @@ Suggests:
VignetteBuilder:
knitr
Remotes:
mangothecat/goodpractice,
ropensci-review-tools/pkgstats,
ropensci-review-tools/srr
Config/testthat/edition: 3
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.026",
"version": "0.1.2.027",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit f8da782

Please sign in to comment.