Skip to content

Commit f38061c

Browse files
committed
revdep and doc
1 parent 80bf9be commit f38061c

File tree

8 files changed

+166
-9
lines changed

8 files changed

+166
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ LinkingTo:
3737
Config/Needs/website: ggplot2, devoid, magick, bench, tidyr, ggridges,
3838
hexbin, sessioninfo, pkgdown, tidyverse/tidytemplate
3939
Encoding: UTF-8
40-
RoxygenNote: 7.2.1
40+
RoxygenNote: 7.2.3
4141
SystemRequirements: freetype2, libpng, libtiff, libjpeg
4242
Config/testthat/edition: 3

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Fix symbol rendering bug on windows (#132)
44
* Add support for `dev.capabilities()` (#105)
5+
* Prepare for Arm Windows
56

67
# ragg 1.2.5
78

cran-comments.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
Moving `sprintf()` to `snprintf()` at request of cran along with a few bug fixes
1+
A few bug fixes as well as prep for Arm Windows. The one revdep failure seems
2+
to be related as the package is not using any ragg functionality.
3+
4+
## revdepcheck results
5+
6+
We checked 37 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
7+
8+
* We saw 1 new problems
9+
* We failed to check 1 packages
10+
11+
Issues with CRAN packages are summarised below.
12+
13+
### New problems
14+
(This reports the first line of each new failure)
15+
16+
* WhatsR
17+
checking tests ... ERROR
18+
19+
### Failed to check
20+
21+
* ursa (NA)
22+

man/ragg-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

revdep/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# Revdeps
22

3+
## Failed to check (1)
4+
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:-----|:-------|:----|
7+
|ursa |3.10.1 |1 | |1 |
8+
9+
## New problems (1)
10+
11+
|package |version |error |warning |note |
12+
|:----------------------------|:-------|:------|:-------|:----|
13+
|[WhatsR](problems.md#whatsr) |1.0.1 |__+1__ | | |
14+

revdep/cran.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
## revdepcheck results
22

3-
We checked 25 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 37 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 0 new problems
6-
* We failed to check 0 packages
5+
* We saw 1 new problems
6+
* We failed to check 1 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### New problems
11+
(This reports the first line of each new failure)
12+
13+
* WhatsR
14+
checking tests ... ERROR
15+
16+
### Failed to check
17+
18+
* ursa (NA)

revdep/failures.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,73 @@
1-
*Wow, no problems at all. :)*
1+
# ursa
2+
3+
<details>
4+
5+
* Version: 3.10.1
6+
* GitHub: https://github.com/nplatonov/ursa
7+
* Source code: https://github.com/cran/ursa
8+
* Date/Publication: 2023-10-07 18:20:02 UTC
9+
* Number of recursive dependencies: 122
10+
11+
Run `cloud_details(, "ursa")` for more info
12+
13+
</details>
14+
15+
## In both
16+
17+
* checking whether package ‘ursa’ can be installed ... ERROR
18+
```
19+
Installation failed.
20+
See ‘/tmp/workdir/ursa/new/ursa.Rcheck/00install.out’ for details.
21+
```
22+
23+
* checking package dependencies ... NOTE
24+
```
25+
Package suggested but not available for checking: ‘gdalraster’
26+
```
27+
28+
## Installation
29+
30+
### Devel
31+
32+
```
33+
* installing *source* package ‘ursa’ ...
34+
** package ‘ursa’ successfully unpacked and MD5 sums checked
35+
** using staged installation
36+
** libs
37+
gcc -I"/opt/R/4.1.1/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c init.c -o init.o
38+
gcc -I"/opt/R/4.1.1/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c ursa.c -o ursa.o
39+
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
40+
installing to /tmp/workdir/ursa/new/ursa.Rcheck/00LOCK-ursa/00new/ursa/libs
41+
** R
42+
Error in parse(outFile) :
43+
/tmp/workdir/ursa/new/ursa.Rcheck/00_pkg_src/ursa/R/package_vapour.R:125:94: unexpected input
44+
124: else
45+
125: ursa_value(a) <- vapour::gdal_raster_data(fname,bands=seq(a)) |> do.call(cbind,args=_
46+
^
47+
ERROR: unable to collate and parse R files for package ‘ursa’
48+
* removing ‘/tmp/workdir/ursa/new/ursa.Rcheck/ursa’
49+
50+
51+
```
52+
### CRAN
53+
54+
```
55+
* installing *source* package ‘ursa’ ...
56+
** package ‘ursa’ successfully unpacked and MD5 sums checked
57+
** using staged installation
58+
** libs
59+
gcc -I"/opt/R/4.1.1/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c init.c -o init.o
60+
gcc -I"/opt/R/4.1.1/lib/R/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -c ursa.c -o ursa.o
61+
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
62+
installing to /tmp/workdir/ursa/old/ursa.Rcheck/00LOCK-ursa/00new/ursa/libs
63+
** R
64+
Error in parse(outFile) :
65+
/tmp/workdir/ursa/old/ursa.Rcheck/00_pkg_src/ursa/R/package_vapour.R:125:94: unexpected input
66+
124: else
67+
125: ursa_value(a) <- vapour::gdal_raster_data(fname,bands=seq(a)) |> do.call(cbind,args=_
68+
^
69+
ERROR: unable to collate and parse R files for package ‘ursa’
70+
* removing ‘/tmp/workdir/ursa/old/ursa.Rcheck/ursa’
71+
72+
73+
```

revdep/problems.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
*Wow, no problems at all. :)*
1+
# WhatsR
2+
3+
<details>
4+
5+
* Version: 1.0.1
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/WhatsR
8+
* Date/Publication: 2023-06-01 22:50:14 UTC
9+
* Number of recursive dependencies: 140
10+
11+
Run `cloud_details(, "WhatsR")` for more info
12+
13+
</details>
14+
15+
## Newly broken
16+
17+
* checking tests ... ERROR
18+
```
19+
Running ‘testthat.R’
20+
Running the tests in ‘tests/testthat.R’ failed.
21+
Complete output:
22+
> library(testthat)
23+
> library(WhatsR)
24+
The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
25+
which was just loaded, were retired in October 2023.
26+
Please refer to R-spatial evolution reports for details, especially
27+
https://r-spatial.org/r/2023/05/15/evolution4.html.
28+
It may be desirable to make the sf package available;
29+
...
30+
29: tryCatchOne(expr, names, parentenv, handlers[[1L]])
31+
30: tryCatchList(expr, classes, parentenv, handlers)
32+
31: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL})
33+
32: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, error_call = error_call))
34+
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)
35+
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)
36+
35: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed")
37+
36: test_check("WhatsR")
38+
An irrecoverable exception occurred. R is aborting now ...
39+
Segmentation fault (core dumped)
40+
```
41+

0 commit comments

Comments
 (0)