Last updated on 2025-12-03 05:50:40 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| cffdrs | 1 | 3 | 9 |
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
Version: 1.9.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Brett Moore <Brett.Moore@nrcan-rncan.gc.ca>’
The BugReports field in DESCRIPTION has
https://github.com/cffdrs/cffdrs_r/issues/new/choose
which should likely be
https://github.com/cffdrs/cffdrs_r/issues/new/choose/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.9.2
Check: Rd files
Result: NOTE
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 3 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 4 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 5 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 6 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 7 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 8 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 9 has 1)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 18 has 1)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 19 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 20 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 21 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 22 has 1)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 28 has 1)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 29 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 30 has 2)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 31 has 1)
checkRd: (-1) fbp.Rd:23-73: Only 3 columns allowed in this table (row 46 has 1)
checkRd: (-1) fbp.Rd:78-81: Only 2 columns allowed in this table (row 5 has 1)
checkRd: (-1) fbpRaster.Rd:224-244: Only 2 columns allowed in this table (row 21 has 1)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 3 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 4 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 5 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 6 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 7 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 8 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 9 has 1)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 18 has 1)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 19 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 20 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 21 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 22 has 1)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 28 has 1)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 29 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 30 has 2)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 31 has 1)
checkRd: (-1) fbpRaster.Rd:22-72: Only 3 columns allowed in this table (row 46 has 1)
Flavor: r-devel-windows-x86_64
Version: 1.9.2
Check: examples
Result: ERROR
Running examples in 'cffdrs-Ex.R' failed
The error most likely occurred in:
> ### Name: gfmcRaster
> ### Title: Grass Fuel Moisture Raster Calculation
> ### Aliases: gfmcRaster
>
> ### ** Examples
>
> require(terra)
Loading required package: terra
terra 1.8.86
> set.seed(5123)
> test_gfmc_r <- rast(
+ nrows = 25,
+ ncols = 25,
+ crs = "EPSG:3402",
+ resolution = 100,
+ ymin = 5652012,
+ ymax = 5652012 + (25 * 100),
+ xmin = 565550,
+ xmax = 565550 + (25 * 100),
+ names = "temp",
+ vals = sample(x = 19:27, size = 25 * 25, replace = TRUE)
+ )
Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1)
Error: [rast] empty srs
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 1.9.2
Check: tests
Result: ERROR
Running 'testthat.R' [126s]
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(cffdrs)
>
> test_check("cffdrs")
terra 1.8.86
Attaching package: 'terra'
The following object is masked from 'package:data.table':
shift
The following objects are masked from 'package:testthat':
compare, describe
Saving _problems/test_gfmcRaster-14.R
[ FAIL 1 | WARN 219 | SKIP 0 | PASS 106 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_gfmcRaster.r:3:3'): gfmcRaster ─────────────────────────────────
Error: [rast] empty srs
Backtrace:
▆
1. ├─terra::rast(...) at test_gfmcRaster.r:3:3
2. └─terra::rast(...)
3. └─terra (local) .local(x = x, ...)
4. └─terra:::new_rast(...)
5. └─terra:::messages(r, "rast")
6. └─terra:::error(f, x@pntr$getError())
[ FAIL 1 | WARN 219 | SKIP 0 | PASS 106 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64