Last updated on 2025-12-05 01:48:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.9.2 | 27.77 | 348.48 | 376.25 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.9.2 | 17.91 | 210.76 | 228.67 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.9.2 | 127.00 | 481.22 | 608.22 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.9.2 | 56.00 | 497.05 | 553.05 | OK | |
| r-devel-windows-x86_64 | 1.9.2 | 24.00 | 259.00 | 283.00 | OK | |
| r-patched-linux-x86_64 | 1.9.2 | 26.27 | 316.86 | 343.13 | OK | |
| r-release-linux-x86_64 | 1.9.2 | 22.41 | 320.87 | 343.28 | OK | |
| r-release-macos-arm64 | 1.9.2 | OK | ||||
| r-release-macos-x86_64 | 1.9.2 | 24.00 | 278.00 | 302.00 | OK | |
| r-release-windows-x86_64 | 1.9.2 | 25.00 | 253.00 | 278.00 | OK | |
| r-oldrel-macos-arm64 | 1.9.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.9.2 | 29.00 | 212.00 | 241.00 | OK | |
| r-oldrel-windows-x86_64 | 1.9.2 | 35.00 | 357.00 | 392.00 | ERROR |
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.