From 55a8a2399dfacb421149045e4163d3a8cb6a84dd Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 16 Sep 2024 18:19:35 +0200 Subject: [PATCH] fix namespace of 'srr_counts_from_report' fn --- DESCRIPTION | 2 +- R/srr.R | 2 +- codemeta.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 721a713..301fd94 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: roreviewapi Title: Plumber API to report package structure and function -Version: 0.1.0.053 +Version: 0.1.0.054 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/R/srr.R b/R/srr.R index 1172bb6..242814f 100644 --- a/R/srr.R +++ b/R/srr.R @@ -48,7 +48,7 @@ srr_counts <- function (repourl, repo, issue_id, post_to_issue = TRUE) { return (out) } - out <- srr::srr_counts_from_report (srr_rep) + out <- roreviewapi::srr_counts_from_report (srr_rep) if (post_to_issue) { diff --git a/codemeta.json b/codemeta.json index ee0078f..2e50885 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/roreviewapi", "issueTracker": "https://github.com/ropensci-review-tools/roreviewapi/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.0.053", + "version": "0.1.0.054", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",