diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 608f1025..b548c45c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: \.github/workflows/.*| data/.*| )$ - - id: lintr + # - id: lintr - id: readme-rmd-rendered - id: parsable-R - id: no-browser-statement diff --git a/DESCRIPTION b/DESCRIPTION index 18dc3a6a..dd726758 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gtfsrouter Title: Routing with 'GTFS' (General Transit Feed Specification) Data -Version: 0.1.2.002 +Version: 0.1.2.003 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Marcin", "Stepniak", , "marcinstepniak@ucm.es", role = "aut", diff --git a/codemeta.json b/codemeta.json index 2dcd9872..83be9f73 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/UrbanAnalyst/gtfsrouter", "issueTracker": "https://github.com/UrbanAnalyst/gtfsrouter/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.2.002", + "version": "0.1.2.003", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",