Last updated on 2025-12-04 07:51:32 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| cffdrs | 1 | 2 | 10 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
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: 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' [118s]
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.