Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump -> CRAN v0.4.2 #273

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.054
Version: 0.4.2
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
30 changes: 7 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.1.054",
"version": "0.4.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -356,7 +353,7 @@
},
"SystemRequirements": "GNU make"
},
"fileSize": "34840.198KB",
"fileSize": "34579.423KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand All @@ -375,28 +372,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"]
}
Loading