CRAN Package Check Results for Maintainer ‘Flávio M. M. Mota <flaviomoc at gmail.com>’

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

Package ERROR WARN OK
divraster 1 1 11

Package divraster

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

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

Version: 1.2.1
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: 1.2.1
Check: tests
Result: ERROR Running 'testthat.R' [101s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(divraster) Welcome to divraster! To acknowledge our work use: citation('divraster') > > test_check("divraster") Saving _problems/test-alpha-22.R Saving _problems/test-beta_spatial-25.R Saving _problems/test-beta_temporal-37.R Saving _problems/test-rand-22.R [ FAIL 4 | WARN 383 | SKIP 0 | PASS 84 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-alpha.R:22:3'): function spat.alpha works ──────────────────── Expected `spat.alpha(bin.crs)` to throw a error. ── Failure ('test-beta_spatial.R:25:3'): function spat.beta works ────────────── Expected `spat.beta(bin.crs)` to throw a error. ── Failure ('test-beta_temporal.R:37:3'): function temp.beta works ───────────── Expected `temp.beta(bin.crs, bin2)` to throw a error. ── Failure ('test-rand.R:22:3'): function spat.rand works ────────────────────── Expected `spat.rand(bin.crs, traits, 3, "spat")` to throw a error. [ FAIL 4 | WARN 383 | SKIP 0 | PASS 84 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64