Last updated on 2025-12-03 05:50:44 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| corbouli | 13 | ||
| lightAUC | 3 | 10 | |
| poobly | 13 | ||
| prior3D | 1 | 12 | |
| priorCON | 1 | 12 | |
| scoredec | 13 | ||
| SeaGraphs | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.3
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.5
Check: tests
Result: ERROR
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(prior3D)
>
> test_check("prior3D")
terra 1.8.86
Attaching package: 'terra'
The following objects are masked from 'package:testthat':
compare, describe
Saving _problems/test-split_rast-102.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-split_rast.r:97:3'): split_rast works ──────────────────────────
Error: [project] cannot get output boundaries for the target crs
Backtrace:
▆
1. ├─base::suppressWarnings(...) at test-split_rast.r:97:3
2. │ └─base::withCallingHandlers(...)
3. ├─prior3D::split_rast(...)
4. ├─terra::project(depth_raster, "epsg:3857", method = "average")
5. └─terra::project(depth_raster, "epsg:3857", method = "average")
6. └─terra (local) .local(x, ...)
7. └─terra:::messages(x, "project")
8. └─terra:::error(f, x@pntr$getError())
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.7
Check: package dependencies
Result: ERROR
Package required but not available: ‘tmap’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-patched-linux-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [28s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(SeaGraphs)
>
> test_check("SeaGraphs")
Reading layer `mask_shapefile' from data source
`D:\RCompile\CRANpkg\lib\4.4\SeaGraphs\external\mask_shapefile\mask_shapefile.shp'
using driver `ESRI Shapefile'
Simple feature collection with 1 feature and 1 field
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 34.43481 ymin: 43.74194 xmax: 34.89778 ymax: 43.9225
Geodetic CRS: WGS 84
Reading layer `mask_shapefile' from data source
`D:\RCompile\CRANpkg\lib\4.4\SeaGraphs\external\mask_shapefile\mask_shapefile.shp'
using driver `ESRI Shapefile'
Simple feature collection with 1 feature and 1 field
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 34.43481 ymin: 43.74194 xmax: 34.89778 ymax: 43.9225
Geodetic CRS: WGS 84
Saving _problems/test-seagraph-68.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 28 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-seagraph.r:68:3'): seagraph works ──────────────────────────────
Error: [project] output crs is not valid
Backtrace:
▆
1. ├─terra::project(vect_mask_shapefile, "+init=EPSG:4269") at test-seagraph.r:68:3
2. └─terra::project(vect_mask_shapefile, "+init=EPSG:4269")
3. └─terra (local) .local(x, ...)
4. └─terra:::messages(x, "project")
5. └─terra:::error(f, x@pntr$getError())
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 28 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64