Skip to content

Commit 95021c6

Browse files
authored
Merge pull request #230 from ropensci-review-tools/typo
typo: 'pgkcheck' -> 'pkgcheck'
2 parents d34b2f5 + bf72c15 commit 95021c6

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

DESCRIPTION

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

README.Rmd

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "pgkcheck"
2+
title: "pkgcheck"
33
output:
44
md_document:
55
variant: gfm
@@ -12,9 +12,8 @@ output:
1212

1313
<!-- badges: start -->
1414
[![R build status](https://github.com/ropensci-review-tools/pkgcheck/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci-review-tools/pkgcheck/actions?query=workflow%3AR-CMD-check)
15-
[![gitlab push](https://github.com/ropensci-review-tools/pkgcheck/workflows/push-to-gitlab/badge.svg)](https://github.com/ropensci-review-tools/pkgcheck/actions?query=workflow%3Apush-to-gitlab)
1615
[![codecov](https://codecov.io/gh/ropensci-review-tools/pkgcheck/branch/main/graph/badge.svg)](https://codecov.io/gh/ropensci-review-tools/pkgcheck)
17-
[![Project Status: Concept](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
16+
[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
1817
<!-- badges: end -->
1918

2019
Check whether a package is ready for submission to
@@ -198,7 +197,7 @@ to your local clipboard with `write_clip(md)`, where `md` is the output of
198197

199198
## Caching and running `pkgcheck` in the background
200199

201-
Running the [`pgkcheck`
200+
Running the [`pkgcheck`
202201
function](https://docs.ropensci.org/pkgcheck/reference/pkgcheck.html) can
203202
be time-consuming, primarily because the
204203
[`goodpractice`](https://docs.ropensci.org/goodpractice) component runs

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44

55
[![R build
66
status](https://github.com/ropensci-review-tools/pkgcheck/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci-review-tools/pkgcheck/actions?query=workflow%3AR-CMD-check)
7-
[![gitlab
8-
push](https://github.com/ropensci-review-tools/pkgcheck/workflows/push-to-gitlab/badge.svg)](https://github.com/ropensci-review-tools/pkgcheck/actions?query=workflow%3Apush-to-gitlab)
97
[![codecov](https://codecov.io/gh/ropensci-review-tools/pkgcheck/branch/main/graph/badge.svg)](https://codecov.io/gh/ropensci-review-tools/pkgcheck)
108
[![Project Status:
11-
Concept](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
9+
Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
1210
<!-- badges: end -->
1311

1412
Check whether a package is ready for submission to
@@ -213,7 +211,7 @@ copy this directly to your local clipboard with `write_clip(md)`, where
213211

214212
## Caching and running `pkgcheck` in the background
215213

216-
Running the [`pgkcheck`
214+
Running the [`pkgcheck`
217215
function](https://docs.ropensci.org/pkgcheck/reference/pkgcheck.html)
218216
can be time-consuming, primarily because the
219217
[`goodpractice`](https://docs.ropensci.org/goodpractice) component runs

codemeta.json

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ <h3>2. Statistical Properties</h3>
369369
</tr>
370370
<tr class="odd">
371371
<td align="left"><a tooltip="tooltip" title="Total number of calls from one package function to another">fn_call_network_size</a></td>
372-
<td align="right">104</td>
373-
<td align="right">79.8</td>
372+
<td align="right">111</td>
373+
<td align="right">80.8</td>
374374
<td align="left"></td>
375375
</tr>
376376
</tbody>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The final measure (`fn_call_network_size`) is the total number of calls between
133133
|rel_whitespace_tests | 27| 64.5| |
134134
|doclines_per_fn_exp | 31| 36.1| |
135135
|doclines_per_fn_not_exp | 0| 0.0|TRUE |
136-
|fn_call_network_size | 104| 79.8| |
136+
|fn_call_network_size | 111| 80.8| |
137137

138138
---
139139

0 commit comments

Comments
 (0)