-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #272 from UrbanAnalyst/tests
rm test expectations for #271
- Loading branch information
Showing
9 changed files
with
33 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env Rscript | ||
|
||
# do not commit to main branch | ||
on_main <- identical (gert::git_branch (), "main") | ||
if (on_main) | ||
stop ("main branch is protected on GitHub; commits must be made via PR from other branch") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# CRAN notes for dodgr_0.4.1 submission | ||
# CRAN notes for dodgr_0.4.2 submission | ||
|
||
This submission fixes previous warnings from g++ 14.x which arose on CRAN Fedora checks. | ||
This submission fixes the test failures seen on current CRAN version. | ||
|
||
It also rectifies one NOTE on namespace imports not used. | ||
|
||
This submission generates the following NOTES on some systems: | ||
Beyond that, this submission generates the following NOTES on some systems: | ||
|
||
- Possibly invalid URLs, all of which are GitHub because of "Too Many Requests," and not because of the URLs themselves. | ||
* "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". | ||
|
||
Other than these, this submission generates no additional notes, and no warnings on: | ||
|
||
* Ubuntu 22.04: R-release, R-devel | ||
* Ubuntu 24.04: R-release, R-devel | ||
* win-builder (R-release, R-devel, R-oldrelease) | ||
- clang UBSAN on R-devel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters