Last updated on 2025-12-21 11:50:29 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| corbouli | 13 | ||
| lightAUC | 3 | 10 | |
| poobly | 13 | ||
| prior3D | 1 | 12 | |
| priorCON | 3 | 10 | |
| 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: 3, OK: 10
Version: 0.1.7
Check: examples
Result: ERROR
Running examples in ‘priorCON-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_cost_raster
> ### Title: Cost raster example
> ### Aliases: get_cost_raster
>
> ### ** Examples
>
> library(tmap)
>
> ## Import features_raster
> cost_raster <- get_cost_raster()
>
> ## Plot with tmap
> tm_shape(cost_raster) +
+ tm_raster(col.legend = tm_legend(title = "cost",
+ position = c("right", "top")))
The visual variable `col` of the layer "raster" contains a unique value.
Therefore a discrete scale is applied (tm_scale_discrete).
Error in `[.data.table`(d, , `:=`(bbox, do.call(get_bbox, as.list(.SD))), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> print.tmap -> step4_plot -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.7
Check: examples
Result: ERROR
Running examples in ‘priorCON-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_cost_raster
> ### Title: Cost raster example
> ### Aliases: get_cost_raster
>
> ### ** Examples
>
> library(tmap)
>
> ## Import features_raster
> cost_raster <- get_cost_raster()
>
> ## Plot with tmap
> tm_shape(cost_raster) +
+ tm_raster(col.legend = tm_legend(title = "cost",
+ position = c("right", "top")))
The visual variable `col` of the layer "raster" contains a unique value.
Therefore a discrete scale is applied (tm_scale_discrete).
Error in `[.data.table`(d, , `:=`(bbox, do.call(get_bbox, as.list(.SD))), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> print.tmap -> step4_plot -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [26s]
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