Skip to content

Commit 159b4bf

Browse files
committed
fix call to 'rm_data_repo' fn
1 parent 2806292 commit 159b4bf

File tree

3 files changed

+3
-3
lines changed

3 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.2.058
3+
Version: 0.1.2.059
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

R/repometrics-data.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repometrics_data <- function (path, step_days = 1L, num_cores = -1L) {
2121
cli::cli_alert_success ("Done!")
2222

2323
cli::cli_alert_info ("Extracting GitHub data ...")
24-
rm <- rm_data (path)
24+
rm <- rm_data_repo (path)
2525
rm$contributors <- get_all_contribs (rm$contribs_from_log, rm$contribs_from_gh_api)
2626
cli::cli_alert_success ("Done!")
2727

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

0 commit comments

Comments
 (0)