-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
166 additions
and
9 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
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 +1,22 @@ | ||
Moving `sprintf()` to `snprintf()` at request of cran along with a few bug fixes | ||
A few bug fixes as well as prep for Arm Windows. The one revdep failure seems | ||
to be related as the package is not using any ragg functionality. | ||
|
||
## revdepcheck results | ||
|
||
We checked 37 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 1 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* WhatsR | ||
checking tests ... ERROR | ||
|
||
### Failed to check | ||
|
||
* ursa (NA) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,2 +1,14 @@ | ||
# Revdeps | ||
|
||
## Failed to check (1) | ||
|
||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|ursa |3.10.1 |1 | |1 | | ||
|
||
## New problems (1) | ||
|
||
|package |version |error |warning |note | | ||
|:----------------------------|:-------|:------|:-------|:----| | ||
|[WhatsR](problems.md#whatsr) |1.0.1 |__+1__ | | | | ||
|
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,7 +1,18 @@ | ||
## revdepcheck results | ||
|
||
We checked 25 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 37 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
* We saw 1 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* WhatsR | ||
checking tests ... ERROR | ||
|
||
### Failed to check | ||
|
||
* ursa (NA) |
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 +1,73 @@ | ||
*Wow, no problems at all. :)* | ||
# ursa | ||
|
||
<details> | ||
|
||
* Version: 3.10.1 | ||
* GitHub: https://github.com/nplatonov/ursa | ||
* Source code: https://github.com/cran/ursa | ||
* Date/Publication: 2023-10-07 18:20:02 UTC | ||
* Number of recursive dependencies: 122 | ||
|
||
Run `cloud_details(, "ursa")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* checking whether package ‘ursa’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/tmp/workdir/ursa/new/ursa.Rcheck/00install.out’ for details. | ||
``` | ||
* checking package dependencies ... NOTE | ||
``` | ||
Package suggested but not available for checking: ‘gdalraster’ | ||
``` | ||
## Installation | ||
### Devel | ||
``` | ||
* installing *source* package ‘ursa’ ... | ||
** package ‘ursa’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** libs | ||
gcc -I"/opt/R/4.1.1/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c init.c -o init.o | ||
gcc -I"/opt/R/4.1.1/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c ursa.c -o ursa.o | ||
gcc -shared -L/opt/R/4.1.1/lib/R/lib -L/usr/local/lib -o ursa.so init.o ursa.o -L/opt/R/4.1.1/lib/R/lib -lR | ||
installing to /tmp/workdir/ursa/new/ursa.Rcheck/00LOCK-ursa/00new/ursa/libs | ||
** R | ||
Error in parse(outFile) : | ||
/tmp/workdir/ursa/new/ursa.Rcheck/00_pkg_src/ursa/R/package_vapour.R:125:94: unexpected input | ||
124: else | ||
125: ursa_value(a) <- vapour::gdal_raster_data(fname,bands=seq(a)) |> do.call(cbind,args=_ | ||
^ | ||
ERROR: unable to collate and parse R files for package ‘ursa’ | ||
* removing ‘/tmp/workdir/ursa/new/ursa.Rcheck/ursa’ | ||
|
||
|
||
``` | ||
### CRAN | ||
``` | ||
* installing *source* package ‘ursa’ ... | ||
** package ‘ursa’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** libs | ||
gcc -I"/opt/R/4.1.1/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c init.c -o init.o | ||
gcc -I"/opt/R/4.1.1/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c ursa.c -o ursa.o | ||
gcc -shared -L/opt/R/4.1.1/lib/R/lib -L/usr/local/lib -o ursa.so init.o ursa.o -L/opt/R/4.1.1/lib/R/lib -lR | ||
installing to /tmp/workdir/ursa/old/ursa.Rcheck/00LOCK-ursa/00new/ursa/libs | ||
** R | ||
Error in parse(outFile) : | ||
/tmp/workdir/ursa/old/ursa.Rcheck/00_pkg_src/ursa/R/package_vapour.R:125:94: unexpected input | ||
124: else | ||
125: ursa_value(a) <- vapour::gdal_raster_data(fname,bands=seq(a)) |> do.call(cbind,args=_ | ||
^ | ||
ERROR: unable to collate and parse R files for package ‘ursa’ | ||
* removing ‘/tmp/workdir/ursa/old/ursa.Rcheck/ursa’ | ||
|
||
|
||
``` |
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 +1,41 @@ | ||
*Wow, no problems at all. :)* | ||
# WhatsR | ||
|
||
<details> | ||
|
||
* Version: 1.0.1 | ||
* GitHub: NA | ||
* Source code: https://github.com/cran/WhatsR | ||
* Date/Publication: 2023-06-01 22:50:14 UTC | ||
* Number of recursive dependencies: 140 | ||
|
||
Run `cloud_details(, "WhatsR")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking tests ... ERROR | ||
``` | ||
Running ‘testthat.R’ | ||
Running the tests in ‘tests/testthat.R’ failed. | ||
Complete output: | ||
> library(testthat) | ||
> library(WhatsR) | ||
The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, | ||
which was just loaded, were retired in October 2023. | ||
Please refer to R-spatial evolution reports for details, especially | ||
https://r-spatial.org/r/2023/05/15/evolution4.html. | ||
It may be desirable to make the sf package available; | ||
... | ||
29: tryCatchOne(expr, names, parentenv, handlers[[1L]]) | ||
30: tryCatchList(expr, classes, parentenv, handlers) | ||
31: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL}) | ||
32: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call)) | ||
33: test_files_serial(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, desc = desc, load_package = load_package, error_call = error_call) | ||
34: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, load_package = load_package, parallel = parallel) | ||
35: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed") | ||
36: test_check("WhatsR") | ||
An irrecoverable exception occurred. R is aborting now ... | ||
Segmentation fault (core dumped) | ||
``` | ||