From cea722e6daca354e8a24ad44d2f65d3c28e3f4f2 Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 9 Jun 2022 09:47:42 +0200 Subject: [PATCH] version bump -> CRAN 0.2.14 --- DESCRIPTION | 2 +- codemeta.json | 25 ++++++------------------- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dc0122f74..0ab3ebca0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dodgr Title: Distances on Directed Graphs -Version: 0.2.13.024 +Version: 0.2.14 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Andreas", "Petutschnig", role = "aut"), diff --git a/codemeta.json b/codemeta.json index 2251ba580..42e44b03d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,13 +7,13 @@ "codeRepository": "https://github.com/ATFutures/dodgr", "issueTracker": "https://github.com/ATFutures/dodgr/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.13.024", + "version": "0.2.14", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.1.3 (2022-03-10)", + "runtimePlatform": "R version 4.2.0 (2022-04-22)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -334,7 +334,7 @@ }, "SystemRequirements": "C++11, GNU make" }, - "fileSize": "5042.774KB", + "fileSize": "5390.173KB", "citation": [ { "@type": "ScholarlyArticle", @@ -354,10 +354,7 @@ "@type": "PublicationIssue", "datePublished": "2019", "isPartOf": { - "@type": [ - "PublicationVolume", - "Periodical" - ], + "@type": ["PublicationVolume", "Periodical"], "name": "Transport Findings" } } @@ -365,18 +362,8 @@ ], "releaseNotes": "https://github.com/ATFutures/dodgr/blob/master/NEWS.md", "readme": "https://github.com/ATFutures/dodgr/blob/main/README.md", - "contIntegration": [ - "https://github.com/atfutures/dodgr/actions?query=workflow%3AR-CMD-check", - "https://app.codecov.io/gh/ATFutures/dodgr" - ], + "contIntegration": ["https://github.com/atfutures/dodgr/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ATFutures/dodgr"], "developmentStatus": "https://www.repostatus.org/#active", - "keywords": [ - "distance", - "street-networks", - "shortest-paths", - "r", - "router", - "openstreetmap" - ], + "keywords": ["distance", "street-networks", "shortest-paths", "r", "router", "openstreetmap"], "relatedLink": "https://CRAN.R-project.org/package=dodgr" }