Skip to content

Commit

Permalink
CRAN version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jul 18, 2024
1 parent 415bec9 commit bfea95d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
35 changes: 12 additions & 23 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,17 @@
"identifier": "dodgr",
"description": "Distances on dual-weighted directed graphs using priority-queue shortest paths (Padgham (2019) <doi:10.32866/6945>). 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",
Expand Down Expand Up @@ -64,6 +61,11 @@
"@type": "Person",
"givenName": "Shane",
"familyName": "Saunders"
},
{
"@type": "Person",
"givenName": "Stanislaw",
"familyName": "Adaszewski"
}
],
"maintainer": [
Expand Down Expand Up @@ -345,7 +347,7 @@
},
"SystemRequirements": "GNU make"
},
"fileSize": "34031.449KB",
"fileSize": "39562.072KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand All @@ -364,28 +366,15 @@
"@type": "PublicationIssue",
"datePublished": "2019",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"@type": ["PublicationVolume", "Periodical"],
"name": "Transport Findings"
}
}
}
],
"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"]
}

0 comments on commit bfea95d

Please sign in to comment.