diff --git a/DESCRIPTION b/DESCRIPTION index bfe827b..4ee1940 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: roreviewapi Title: Plumber API to report package structure and function -Version: 0.1.0.058 +Version: 0.1.0.059 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/Dockerfile b/Dockerfile index b1eba6f..5d13b68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ MAINTAINER Mark Padgham ENV R_REMOTES_UPGRADE "always" ENV NOT_CRAN "true" +ENV CI "ropensci" ENV GITHUB_PAT "" # seasonal -> roreviewapi#13 diff --git a/codemeta.json b/codemeta.json index 7ccdc93..63cc26e 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.058", + "version": "0.1.0.059", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",