diff --git a/.gitignore b/.gitignore index 8382988..8fdb230 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ aaa\.Rmd* # compiled object files *.o *.so +data-raw +docs +inst/WORDLIST diff --git a/DESCRIPTION b/DESCRIPTION index 293a4fe..979bede 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: srr Title: 'rOpenSci' Review Roclets -Version: 0.0.1.193 +Version: 0.0.1.194 Authors@R: person("Mark", "Padgham", , "mark@ropensci.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/codemeta.json b/codemeta.json index af779c1..c0dd4ec 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.0.1.193", + "version": "0.0.1.194", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -186,7 +186,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=roxygen2" }, - "SystemRequirements": null + "SystemRequirements": {} }, "fileSize": "1413.279KB", "citation": [ @@ -206,6 +206,9 @@ } ], "readme": "https://github.com/ropensci-review-tools/srr/blob/main/README.md", - "contIntegration": ["https://github.com/ropensci-review-tools/srr/actions", "https://codecov.io/gh/ropensci-review-tools/srr"], + "contIntegration": [ + "https://github.com/ropensci-review-tools/srr/actions", + "https://codecov.io/gh/ropensci-review-tools/srr" + ], "developmentStatus": "https://www.repostatus.org/#concept" }