CRAN Package Check Results for Maintainer ‘Christos Adam <econp266 at econ.soc.uoc.gr>’

Last updated on 2025-12-07 07:50:26 CET.

Package ERROR WARN NOTE OK
corbouli 1 12
lightAUC 1 3 9
poobly 1 12
prior3D 1 1 11
priorCON 1 12
scoredec 1 12
SeaGraphs 2 11

Package corbouli

Current CRAN status: WARN: 1, OK: 12

Version: 0.1.5
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder packages required for checking but not installed: 'knitr', 'rmarkdown' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.5
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package lightAUC

Current CRAN status: WARN: 1, NOTE: 3, OK: 9

Version: 0.1.3
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder packages required for checking but not installed: 'knitr', 'rmarkdown' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

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

Package poobly

Current CRAN status: WARN: 1, OK: 12

Version: 0.1.2
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder packages required for checking but not installed: 'knitr', 'rmarkdown' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package prior3D

Current CRAN status: ERROR: 1, WARN: 1, OK: 11

Version: 0.1.5
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder packages required for checking but not installed: 'knitr', 'rmarkdown' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.5
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.5
Check: tests
Result: ERROR Running 'testthat.R' [19s] 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

Package priorCON

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.7
Check: package dependencies
Result: ERROR Package required but not available: ‘tmap’ Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder packages required for checking but not installed: 'knitr', 'rmarkdown' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package scoredec

Current CRAN status: WARN: 1, OK: 12

Version: 0.1.2
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder packages required for checking but not installed: 'knitr', 'rmarkdown' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package SeaGraphs

Current CRAN status: ERROR: 2, OK: 11

Version: 0.1.3
Check: package dependencies
Result: ERROR Packages required but not available: 'leaflet', 'leaflet.minicharts', 'leaflet.extras2' Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder packages required for checking but not installed: 'knitr', 'rmarkdown' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

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