diff --git a/DESCRIPTION b/DESCRIPTION index 572b1d2..52bf60f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: roreviewapi Title: Plumber API to report package structure and function -Version: 0.1.1 +Version: 0.1.1.001 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/R/editor-check.R b/R/editor-check.R index b054ed9..83c21d4 100644 --- a/R/editor-check.R +++ b/R/editor-check.R @@ -26,6 +26,8 @@ editor_check <- function (repourl, repo, issue_id, post_to_issue = TRUE) { } path <- roreviewapi::dl_gh_repo (u = repourl, branch = branch) + convert_path <- utils::getFromNamespace ("convert_path", "pkgcheck") + path <- convert_path (path) deps <- roreviewapi::pkgrep_install_deps (path, repo, issue_id) if (any (grepl ("failed with error", deps))) { diff --git a/codemeta.json b/codemeta.json index 5d64f3e..b2e2462 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.1", + "version": "0.1.1.001", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",