Skip to content

Commit

Permalink
CRAN vrsion 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jan 13, 2023
1 parent e96ad90 commit db42117
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 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.2.18.006
Version: 0.2.19
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
24 changes: 6 additions & 18 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ATFutures/dodgr",
"issueTracker": "https://github.com/ATFutures/dodgr/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.18.006",
"version": "0.2.19",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -219,6 +219,7 @@
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.1.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -339,7 +340,7 @@
},
"SystemRequirements": "C++11, GNU make"
},
"fileSize": "5759.568KB",
"fileSize": "5760.537KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand All @@ -359,29 +360,16 @@
"@type": "PublicationIssue",
"datePublished": "2019",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"@type": ["PublicationVolume", "Periodical"],
"name": "Transport Findings"
}
}
}
],
"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"
}
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CRAN notes for dodgr_0.2.18 submission
# CRAN notes for dodgr_0.2.19 submission

This submission generates the following NOTES on some systems:

Expand Down

0 comments on commit db42117

Please sign in to comment.