From bfea95d1ac474a39be36bd8c823eda50e55b3c27 Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 18 Jul 2024 12:42:39 +0200 Subject: [PATCH] CRAN version 0.4.1 --- DESCRIPTION | 2 +- codemeta.json | 35 ++++++++++++----------------------- 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fe7851ea..630d4ed1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dodgr Title: Distances on Directed Graphs -Version: 0.4.0.021 +Version: 0.4.1 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 f5a98a39..089acec7 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,20 +4,17 @@ "identifier": "dodgr", "description": "Distances on dual-weighted directed graphs using priority-queue shortest paths (Padgham (2019) ). Weighted directed graphs have weights from A to B which may differ from those from B to A. Dual-weighted directed graphs have two sets of such weights. A canonical example is a street network to be used for routing in which routes are calculated by weighting distances according to the type of way and mode of transport, yet lengths of routes must be calculated from direct distances.", "name": "dodgr: Distances on Directed Graphs", - "relatedLink": [ - "https://urbananalyst.github.io/dodgr/", - "https://CRAN.R-project.org/package=dodgr" - ], + "relatedLink": ["https://urbananalyst.github.io/dodgr/", "https://CRAN.R-project.org/package=dodgr"], "codeRepository": "https://github.com/UrbanAnalyst/dodgr", "issueTracker": "https://github.com/UrbanAnalyst/dodgr/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.4.0.021", + "version": "0.4.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "runtimePlatform": "R version 4.4.1 (2024-06-14)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -64,6 +61,11 @@ "@type": "Person", "givenName": "Shane", "familyName": "Saunders" + }, + { + "@type": "Person", + "givenName": "Stanislaw", + "familyName": "Adaszewski" } ], "maintainer": [ @@ -345,7 +347,7 @@ }, "SystemRequirements": "GNU make" }, - "fileSize": "34031.449KB", + "fileSize": "39562.072KB", "citation": [ { "@type": "ScholarlyArticle", @@ -364,10 +366,7 @@ "@type": "PublicationIssue", "datePublished": "2019", "isPartOf": { - "@type": [ - "PublicationVolume", - "Periodical" - ], + "@type": ["PublicationVolume", "Periodical"], "name": "Transport Findings" } } @@ -375,17 +374,7 @@ ], "releaseNotes": "https://github.com/UrbanAnalyst/dodgr/blob/master/NEWS.md", "readme": "https://github.com/UrbanAnalyst/dodgr/blob/main/README.md", - "contIntegration": [ - "https://github.com/UrbanAnalyst/dodgr/actions?query=workflow%3AR-CMD-check", - "https://app.codecov.io/gh/UrbanAnalyst/dodgr" - ], + "contIntegration": ["https://github.com/UrbanAnalyst/dodgr/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/UrbanAnalyst/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"] }