diff --git a/DESCRIPTION b/DESCRIPTION index 670e7591d..c535c0ded 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "mark.padgham@email.com", role = c("aut", "cre")), person("Andreas", "Petutschnig", role = "aut"), diff --git a/codemeta.json b/codemeta.json index 0de111efa..91cf0be42 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -334,7 +334,7 @@ }, "SystemRequirements": "C++11, GNU make" }, - "fileSize": "6427.643KB", + "fileSize": "5042.774KB", "citation": [ { "@type": "ScholarlyArticle", @@ -354,10 +354,7 @@ "@type": "PublicationIssue", "datePublished": "2019", "isPartOf": { - "@type": [ - "PublicationVolume", - "Periodical" - ], + "@type": ["PublicationVolume", "Periodical"], "name": "Transport Findings" } } @@ -365,18 +362,8 @@ ], "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" } diff --git a/cran-comments.md b/cran-comments.md index 6ca519f62..a14253cce 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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