Skip to content

Commit

Permalink
CRAN release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 27, 2024
1 parent 4a64b47 commit 0744edf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 36 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.3.0.060
Version: 0.4.0
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
58 changes: 23 additions & 35 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +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"],
"codeRepository": "https://github.com/UrbanAnalyst/dodgr",
"issueTracker": "https://github.com/UrbanAnalyst/dodgr/issues",
"version": "0.3.0.060",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.4.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.0 (2023-04-21)",
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -99,6 +100,7 @@
"@type": "SoftwareApplication",
"identifier": "geodist",
"name": "geodist",
"version": ">= 0.1.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -191,18 +193,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
"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=roxygen2"
},
{
"@type": "SoftwareApplication",
"identifier": "sf",
Expand Down Expand Up @@ -297,11 +287,23 @@
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "memoise",
"name": "memoise",
"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=memoise"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"7": {
"8": {
"@type": "SoftwareApplication",
"identifier": "osmdata",
"name": "osmdata",
Expand All @@ -313,7 +315,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=osmdata"
},
"8": {
"9": {
"@type": "SoftwareApplication",
"identifier": "Rcpp",
"name": "Rcpp",
Expand All @@ -326,7 +328,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=Rcpp"
},
"9": {
"10": {
"@type": "SoftwareApplication",
"identifier": "RcppParallel",
"name": "RcppParallel",
Expand All @@ -340,7 +342,7 @@
},
"SystemRequirements": "GNU make"
},
"fileSize": "27938.114KB",
"fileSize": "34031.449KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand All @@ -359,29 +361,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"
],
"relatedLink": "https://CRAN.R-project.org/package=dodgr"
"keywords": ["distance", "street-networks", "shortest-paths", "r", "router", "openstreetmap"]
}

0 comments on commit 0744edf

Please sign in to comment.