Skip to content

Commit ecdd0a8

Browse files
committed
fix 'function usage' text to close #72
1 parent ba000c6 commit ecdd0a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: orgmetrics
22
Title: Metrics for Your GitHub Organization
3-
Version: 0.1.2.094
3+
Version: 0.1.2.095
44
Authors@R:
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/orgmetrics",
99
"issueTracker": "https://github.com/ropensci-review-tools/orgmetrics/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.2.094",
11+
"version": "0.1.2.095",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

inst/extdata/quarto/repo.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ other packages. Numbers may be less than total numbers of packages listed above
827827
in <q><i>Dependencies: Used by org pkgs</i></q> because some of those usages may be only
828828
in tests, whereas the following usage counts are within actual R code only.
829829
</div>` :
830-
htl.html`<div>This package uses no other packages from the organizations,
830+
htl.html`<div>This package is not used in any other packages from the organization,
831831
and so its functions are not used anywhere else.</div>`;
832832
```
833833

0 commit comments

Comments
 (0)