Skip to content

Commit

Permalink
version bump -> CRAN 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Oct 7, 2021
1 parent bdb6273 commit deb559a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 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.10.028
Version: 0.2.11
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -419,5 +419,5 @@
}
],
"relatedLink": "https://CRAN.R-project.org/package=dodgr",
"fileSize": "13857.052KB"
"fileSize": "13857.048KB"
}
11 changes: 4 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit deb559a

Please sign in to comment.