Last updated on 2024-12-23 12:49:41 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
edwards97 | 13 | ||
exifr | 8 | 5 | |
geos | 13 | ||
ggspatial | 1 | 2 | 10 |
libgeos | 4 | 9 | |
prettymapr | 13 | ||
rosm | 10 | 3 | |
tidypaleo | 13 | ||
wk | 13 | ||
wkutils | 13 |
Current CRAN status: OK: 13
Current CRAN status: NOTE: 8, OK: 5
Version: 0.3.2
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.3.2
Check: installed package size
Result: NOTE
installed size is 14.1Mb
sub-directories of 1Mb or more:
exiftool 14.0Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 1.1.9
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
layer_spatial.Raster.Rd: geom_raster
layer_spatial.SpatRaster.Rd: geom_raster
layer_spatial.stars.Rd: geom_raster
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 1.1.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggspatial)
>
> test_check("ggspatial")
Linking to GEOS 3.13.0, GDAL 3.9.3, PROJ 9.5.1; sf_use_s2() is TRUE
[ FAIL 6 | WARN 0 | SKIP 29 | PASS 79 ]
══ Skipped tests (29) ══════════════════════════════════════════════════════════
• On CRAN (20): 'test-annotation-north-arrow.R:7:3',
'test-annotation-north-arrow.R:56:3', 'test-annotation-north-arrow.R:105:3',
'test-annotation-north-arrow.R:144:3', 'test-annotation-north-arrow.R:166:3',
'test-annotation-scale.R:48:3', 'test-annotation-scale.R:133:3',
'test-annotation-scale.R:164:3', 'test-fixed-aspect.R:38:3',
'test-geom-polypath.R:7:3', 'test-geom-spatial-rect.R:38:3',
'test-geom-spatial-segment.R:29:3', 'test-geom-spatial-xline.R:16:3',
'test-geom-spatial-xline.R:99:3', 'test-geom-spatial.R:36:3',
'test-geom-spatial.R:75:3', 'test-geom-spatial.R:108:3',
'test-layer-spatial-bbox.R:33:3', 'test-layer-spatial-stars.R:124:3',
'test-layer-spatial.R:7:3'
• {raster} is not installed (2): 'test-df-spatial-raster.R:3:3',
'test-layer-spatial-stars.R:145:3'
• {terra} is not installed (7): 'test-df-spatial-stars.R:25:3',
'test-df-spatial-terra.R:3:3', 'test-df-spatial-terra.R:62:3',
'test-df-spatial-terra.R:81:3', 'test-df-spatial-terra.R:98:3',
'test-df-spatial-terra.R:123:3', 'test-layer-spatial-terra.R:123:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-df-spatial-raster.R:31:3'): x and y coordinates are exactly right for raster df ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'raster'
Backtrace:
▆
1. └─base::loadNamespace(x) at test-df-spatial-raster.R:31:3
2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
3. └─base (local) withOneRestart(expr, restarts[[1L]])
4. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test-df-spatial-raster.R:55:3'): na.rm works on df_spatial.Raster() ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'raster'
Backtrace:
▆
1. ├─ggspatial::load_longlake_data(which = "longlake_osm", raster_format = "raster") at test-df-spatial-raster.R:55:3
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test-df-spatial-raster.R:69:3'): Factor Raster* objects are properly converted ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'raster'
Backtrace:
▆
1. └─base::loadNamespace(x) at test-df-spatial-raster.R:69:3
2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
3. └─base (local) withOneRestart(expr, restarts[[1L]])
4. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test-df-spatial-sf.R:12:3'): df_spatial() works with sf objects ─────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'raster'
Backtrace:
▆
1. ├─ggspatial::load_longlake_data() at test-df-spatial-sf.R:12:3
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test-df-spatial-sp.R:6:3'): df_spatial() works with sp objects ──────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'raster'
Backtrace:
▆
1. ├─ggspatial::load_longlake_data(vector_format = "sp") at test-df-spatial-sp.R:6:3
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test-longlake-data.R:5:3'): longlake data loader works as expected ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'raster'
Backtrace:
▆
1. ├─ggspatial::load_longlake_data(...) at test-longlake-data.R:5:3
2. └─base::loadNamespace(x)
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 6 | WARN 0 | SKIP 29 | PASS 79 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 4, OK: 9
Version: 3.11.1-2
Check: installed package size
Result: NOTE
installed size is 43.5Mb
sub-directories of 1Mb or more:
libs 43.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 10, OK: 3
Version: 0.3.0
Check: Rd files
Result: NOTE
checkRd: (-1) osm_url_spec.Rd:23: Lost braces; missing escapes or markup?
23 | \item{server_url}{A url using `{x}`, `{y}`, and `{z}` for the x, y, and
| ^
checkRd: (-1) osm_url_spec.Rd:23: Lost braces; missing escapes or markup?
23 | \item{server_url}{A url using `{x}`, `{y}`, and `{z}` for the x, y, and
| ^
checkRd: (-1) osm_url_spec.Rd:23: Lost braces; missing escapes or markup?
23 | \item{server_url}{A url using `{x}`, `{y}`, and `{z}` for the x, y, and
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 0.1.3
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.1.3
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
wkt_plot.Rd: wkt, wkb
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64