Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.264
Version: 0.1.2.265
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")),
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.264",
"version": "0.1.2.265",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
8 changes: 0 additions & 8 deletions tests/testthat/_snaps/pkgcheck/checks0.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ <h3>1. rOpenSci Statistical Standards (<a href="https://github.com/ropensci-revi
<p>❌ This package still has TODO standards and can not be submitted
Package can not be submitted because the following standards [v0.2.0] are missing from your code:</p>
<p>G1.0
G1.4
G1.4a
G1.5
G1.6
G2.0a
G2.1a
Expand Down Expand Up @@ -374,12 +372,6 @@ <h3>3. Statistical Properties</h3>
<td align="left">TRUE</td>
</tr>
<tr class="odd">
<td align="left">doclines_per_fn_src</td>
<td align="right">1</td>
<td align="right">73.6</td>
<td align="left"></td>
</tr>
<tr class="even">
<td align="left"><a tooltip="tooltip" title="Total number of calls from one package function to another">fn_call_network_size</a></td>
<td align="right">1</td>
<td align="right">11.7</td>
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/_snaps/pkgcheck/checks0.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ This package is in the following category:
Package can not be submitted because the following standards [v0.2.0] are missing from your code:

G1.0
G1.4
G1.4a
G1.5
G1.6
G2.0a
G2.1a
Expand Down Expand Up @@ -233,7 +231,6 @@ The final measure (`fn_call_network_size`) is the total number of calls between
|rel_whitespace_tests | 17| 2.8|TRUE |
|doclines_per_fn_exp | 6| 2.3|TRUE |
|doclines_per_fn_not_exp | 4| 100.0|TRUE |
|doclines_per_fn_src | 1| 73.6| |
|fn_call_network_size | 1| 11.7| |

---
Expand Down
8 changes: 0 additions & 8 deletions tests/testthat/_snaps/pkgcheck/checks1.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ <h3>1. rOpenSci Statistical Standards (<a href="https://github.com/ropensci-revi
<p>❌ This package still has TODO standards and can not be submitted
Package can not be submitted because the following standards [v0.2.0] are missing from your code:</p>
<p>G1.0
G1.4
G1.4a
G1.5
G1.6
G2.0a
G2.1a
Expand Down Expand Up @@ -376,12 +374,6 @@ <h3>3. Statistical Properties</h3>
<td align="left">TRUE</td>
</tr>
<tr class="odd">
<td align="left">doclines_per_fn_src</td>
<td align="right">1</td>
<td align="right">73.6</td>
<td align="left"></td>
</tr>
<tr class="even">
<td align="left"><a tooltip="tooltip" title="Total number of calls from one package function to another">fn_call_network_size</a></td>
<td align="right">1</td>
<td align="right">11.7</td>
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/_snaps/pkgcheck/checks1.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ This package is in the following category:
Package can not be submitted because the following standards [v0.2.0] are missing from your code:

G1.0
G1.4
G1.4a
G1.5
G1.6
G2.0a
G2.1a
Expand Down Expand Up @@ -235,7 +233,6 @@ The final measure (`fn_call_network_size`) is the total number of calls between
|rel_whitespace_tests | 17| 2.8|TRUE |
|doclines_per_fn_exp | 6| 2.3|TRUE |
|doclines_per_fn_not_exp | 4| 100.0|TRUE |
|doclines_per_fn_src | 1| 73.6| |
|fn_call_network_size | 1| 11.7| |

---
Expand Down