diff --git a/DESCRIPTION b/DESCRIPTION index b4da955..c805ef6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: srr Title: 'rOpenSci' Review Roclets -Version: 0.1.3.009 +Version: 0.1.3.010 Authors@R: person("Mark", "Padgham", , "mark@ropensci.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/R/report.R b/R/report.R index bfd3220..7455162 100644 --- a/R/report.R +++ b/R/report.R @@ -41,6 +41,7 @@ srr_report <- function (path = ".", branch = "", if (path == ".") { path <- here::here () } + path <- normalizePath (path) remote <- get_git_remote (path) branch <- get_git_branch (path, branch) diff --git a/codemeta.json b/codemeta.json index 438a586..4eac039 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/srr", "issueTracker": "https://github.com/ropensci-review-tools/srr/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.1.3.009", + "version": "0.1.3.010", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",