Skip to content

Commit c0beabc

Browse files
authored
Merge pull request #271 from ropensci-review-tools/rd
update man/pkgcheck for #251
2 parents 887dc4a + f489371 commit c0beabc

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

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.187
3+
Version: 0.1.2.190
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265")),

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.187",
11+
"version": "0.1.2.190",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

man/pkgcheck.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/_snaps/extra-checks/checks-extra.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Checks for <a href="https://github.com/ropensci-review-tools/pkgstats">pkgst
2929
<li>✅ ‘DESCRIPTION’ has a BugReports field.</li>
3030
<li>❌ Package has no HTML vignettes</li>
3131
<li>❌ These functions do not have examples: [pkgstats_from_archive].</li>
32-
<li>❌ Package has no continuous integration checks.</li>
32+
<li>❌ Package fails continuous integration checks, and has no badges on README</li>
3333
<li>❌ Package contains unexpected files.</li>
3434
<li>❌ Default GitHub branch of ‘master’ is not acceptable.</li>
3535
<li>✅ This is a statistical package which complies with all applicable standards</li>

tests/testthat/_snaps/extra-checks/checks-extra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git hash: [](https://github.com/ropensci-review-tools/pkgstats/tree/)
1111
- :heavy_check_mark: 'DESCRIPTION' has a BugReports field.
1212
- :heavy_multiplication_x: Package has no HTML vignettes
1313
- :heavy_multiplication_x: These functions do not have examples: [pkgstats_from_archive].
14-
- :heavy_multiplication_x: Package has no continuous integration checks.
14+
- :heavy_multiplication_x: Package fails continuous integration checks, and has no badges on README
1515
- :heavy_multiplication_x: Package contains unexpected files.
1616
- :heavy_multiplication_x: Default GitHub branch of 'master' is not acceptable.
1717
- :heavy_check_mark: This is a statistical package which complies with all applicable standards

tests/testthat/_snaps/extra-checks/checks-print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ v 'DESCRIPTION' has a URL field.
1010
v 'DESCRIPTION' has a BugReports field.
1111
x Package has no HTML vignettes
1212
x These functions do not have examples: [pkgstats_from_archive].
13-
x Package has no continuous integration checks.
13+
x Package fails continuous integration checks, and has no badges on README
1414
x Package contains unexpected files.
1515
x Default GitHub branch of 'master' is not acceptable.
1616
v This is a statistical package which complies with all applicable standards

tests/testthat/test-check-ci.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test_that ("check ci", {
1010
expect_false (ci_out$check_pass)
1111
expect_equal (
1212
ci_out$summary,
13-
" Package has no continuous integration checks."
13+
" Package fails continuous integration checks."
1414
)
1515
expect_length (ci_out$print, 1L)
1616
expect_true (!nzchar (ci_out$print))

0 commit comments

Comments
 (0)