Skip to content

Commit 476d4d7

Browse files
committed
rename 'chaoss-metrics-internal*.R' files -> 'chaoss-internal-*.R' #11
1 parent 5fafdcd commit 476d4d7

8 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: repometrics
22
Title: Metrics for Your Code Repository
3-
Version: 0.1.1.008
3+
Version: 0.1.1.009
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))
File renamed without changes.
File renamed without changes.

R/chaoss-metrics-internal-change-req.R R/chaoss-internal-change-req.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#'
1212
#' @return NA if no commits made in given period, otherwise the proportion of
1313
#' commits which came from merged branches.
14-
#' noRd
14+
#' @noRd
1515
chaoss_internal_change_req <- function (path, end_date = Sys.Date ()) {
1616

1717
log <- git_log_in_period (path, end_date, get_repometrics_period ())
File renamed without changes.
File renamed without changes.
File renamed without changes.

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/repometrics",
99
"issueTracker": "https://github.com/ropensci-review-tools/repometrics/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.1.008",
11+
"version": "0.1.1.009",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)