Skip to content

Commit

Permalink
version bump -> 0.2.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Apr 4, 2022
1 parent fcce360 commit bb8033a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 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.12.049
Version: 0.2.13
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
25 changes: 6 additions & 19 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"codeRepository": "https://github.com/ATFutures/dodgr",
"issueTracker": "https://github.com/ATFutures/dodgr/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.12.049",
"version": "0.2.13",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
"runtimePlatform": "R version 4.1.3 (2022-03-10)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -334,7 +334,7 @@
},
"SystemRequirements": "C++11, GNU make"
},
"fileSize": "6427.643KB",
"fileSize": "5042.774KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand All @@ -354,29 +354,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.12 submission
# CRAN notes for dodgr_0.2.13 submission

This submission rectifies the warnings and errors generated by the previous submission on some systems, including:
1. Replaced the bitwise with boolean operator in src code
Expand Down

0 comments on commit bb8033a

Please sign in to comment.