From c66e5af6cd773b207525a0759aaf33397691996a Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 4 Jul 2024 14:11:48 +0200 Subject: [PATCH] update pre-commit-config --- .pre-commit-config.yaml | 12 ++++++------ DESCRIPTION | 2 +- codemeta.json | 14 +++++++++++--- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42312fd..e70f945 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: style-files args: [--style_pkg=spaceout, --style_fun=spaceout_style] additional_dependencies: - ropensci-review-tools/spaceout - # - id: roxygenize + # - id: roxygenize # codemeta must be above use-tidy-description when both are used # - id: codemeta-description-updated - id: use-tidy-description @@ -42,14 +42,14 @@ repos: \.github/workflows/.*| data/.*| )$ - # - id: lintr + # - id: lintr - id: readme-rmd-rendered - id: parsable-R - id: no-browser-statement - id: no-print-statement - id: no-debug-statement - id: deps-in-desc - # - id: pkgdown + # - id: pkgdown - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: @@ -73,10 +73,10 @@ repos: files: '\.(Rhistory|RData|Rds|rds)$' # `exclude: ` to allow committing specific files - id: description version - name: Version has been incremented in DESCRIPTION + name: Version has been incremeneted in DESCRIPTION entry: .hooks/description language: script ci: autoupdate_schedule: monthly - # skip: [pkgdown] + # skip: [pkgdown] diff --git a/DESCRIPTION b/DESCRIPTION index 1c72e8c..677b47b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mapscanner Title: Print Maps, Draw on Them, Scan Them Back in -Version: 0.1.0 +Version: 0.1.0.001 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Michael D.", "Sumner", , "mdsumner@gmail.com", role = "aut"), diff --git a/codemeta.json b/codemeta.json index cc1897d..1826f72 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/ropensci/mapscanner", "issueTracker": "https://github.com/ropensci/mapscanner/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.0", + "version": "0.1.0.001", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -423,13 +423,21 @@ "fileSize": "8522.231KB", "releaseNotes": "https://github.com/ropensci/mapscanner/blob/master/NEWS.md", "readme": "https://github.com/ropensci/mapscanner/blob/main/README.md", - "contIntegration": ["https://github.com/ropensci/mapscanner/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/mapscanner"], + "contIntegration": [ + "https://github.com/ropensci/mapscanner/actions?query=workflow%3AR-CMD-check", + "https://app.codecov.io/gh/ropensci/mapscanner" + ], "developmentStatus": "https://www.repostatus.org/#active", "review": { "@type": "Review", "url": "https://github.com/ropensci/software-review/issues/330", "provider": "https://ropensci.org" }, - "keywords": ["r-package", "maps", "scan", "spatial"], + "keywords": [ + "r-package", + "maps", + "scan", + "spatial" + ], "relatedLink": "https://CRAN.R-project.org/package=mapscanner" }