diff --git a/DESCRIPTION b/DESCRIPTION index ecb4b1c89..cb038ac6a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dodgr Title: Distances on Directed Graphs -Version: 0.2.10.028 +Version: 0.2.11 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 a0da9c3ae..6ae48a45e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,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.10.28", + "version": "0.2.11", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -419,5 +419,5 @@ } ], "relatedLink": "https://CRAN.R-project.org/package=dodgr", - "fileSize": "13857.052KB" + "fileSize": "13857.048KB" } diff --git a/cran-comments.md b/cran-comments.md index acee4eaea..b063d51e0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,20 +1,17 @@ -# CRAN notes for dodgr_0.2.9 submission +# CRAN notes for dodgr_0.2.11 submission -## Previous errors - -This submission fixes previous errors on some systems, due to test failures reflecting recent updated to the 'sf' package. ## Notes -This submission generates NOTES on some systems regarding "possibly invalid URLs", for which I can only assure you that all URLs are valid, and all use appropriate "https", and not "http", protocol. Note in particular that https://srtm.csi.cgiar.org/srtmdata commonly times out and errors, but the https is valid, and is the sole link to an official NASA data source. Please note that all URLs identified in 'R CMD check' NOTEs only arise in documentation, and are not directly called by any functions within the package. Thus any issues with these URLs do not affect package functionality in any way. - -Beyond that, this submission generates the following NOTES on some systems: +This submission generates the following NOTES on some systems: * "GNU make is a SystemRequirements", which is unavoidable because of the need to remove compiled object files in src sub-directories. +- Size Notes, which are also unavoidable as they are largely due to size of compiled "libs". ## Test environments Other than the above, this submission generates no additional notes, and no warnings on: + * Ubuntu 20.04: R-release, R-devel * win-builder (R-release, R-devel, R-oldrelease) - clang UBSAN on R-devel