From 503a56e97cded71a918bc569273630a1a0fca739 Mon Sep 17 00:00:00 2001 From: mpadge Date: Tue, 29 Oct 2024 09:55:47 +0100 Subject: [PATCH] version bump -> 0.1.3 CRAN release to close #118 --- DESCRIPTION | 2 +- NEWS.md | 2 +- codemeta.json | 37 ++++++++++++++++++++----------------- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8ce50997..faef8691 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gtfsrouter Title: Routing with 'GTFS' (General Transit Feed Specification) Data -Version: 0.1.2.029 +Version: 0.1.3 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/NEWS.md b/NEWS.md index eb69d2cc..d0c1c0f7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# v0.1.2.00x - current dev +# v0.1.3 ## Minor changes: diff --git a/codemeta.json b/codemeta.json index f5838a88..2dd54ffe 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,13 +7,13 @@ "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.029", + "version": "0.1.3", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.1 (2023-06-16)", + "runtimePlatform": "R version 4.4.1 (2024-06-14)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -241,6 +241,18 @@ "sameAs": "https://CRAN.R-project.org/package=data.table" }, "4": { + "@type": "SoftwareApplication", + "identifier": "fs", + "name": "fs", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, + "sameAs": "https://CRAN.R-project.org/package=fs" + }, + "5": { "@type": "SoftwareApplication", "identifier": "geodist", "name": "geodist", @@ -252,12 +264,12 @@ }, "sameAs": "https://CRAN.R-project.org/package=geodist" }, - "5": { + "6": { "@type": "SoftwareApplication", "identifier": "methods", "name": "methods" }, - "6": { + "7": { "@type": "SoftwareApplication", "identifier": "Rcpp", "name": "Rcpp", @@ -270,22 +282,13 @@ }, "sameAs": "https://CRAN.R-project.org/package=Rcpp" }, - "SystemRequirements": {} + "SystemRequirements": null }, - "fileSize": "16146.154KB", + "fileSize": "16149.905KB", "releaseNotes": "https://github.com/UrbanAnalyst/gtfsrouter/blob/master/NEWS.md", "readme": "https://github.com/UrbanAnalyst/gtfsrouter/blob/main/README.md", - "contIntegration": [ - "https://github.com/UrbanAnalyst/gtfsrouter/actions?query=workflow%3AR-CMD-check", - "https://app.codecov.io/gh/UrbanAnalyst/gtfsrouter" - ], + "contIntegration": ["https://github.com/UrbanAnalyst/gtfsrouter/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/UrbanAnalyst/gtfsrouter"], "developmentStatus": "https://www.repostatus.org/#active", - "keywords": [ - "gtfs", - "public-transportation", - "router", - "r-package", - "gtfsrouter" - ], + "keywords": ["gtfs", "public-transportation", "router", "r-package", "gtfsrouter"], "relatedLink": "https://CRAN.R-project.org/package=gtfsrouter" }