Last updated on 2025-06-14 03:49:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.2 | 8.60 | 116.58 | 125.18 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.2 | 5.97 | 79.52 | 85.49 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.2 | 260.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 279.27 | OK | |||
r-devel-windows-x86_64 | 1.3.2 | 11.00 | 174.00 | 185.00 | OK | |
r-patched-linux-x86_64 | 1.3.2 | 10.36 | 102.98 | 113.34 | OK | |
r-release-linux-x86_64 | 1.3.2 | 9.61 | 103.22 | 112.83 | OK | |
r-release-macos-arm64 | 1.3.2 | 59.00 | OK | |||
r-release-macos-x86_64 | 1.3.2 | 116.00 | OK | |||
r-release-windows-x86_64 | 1.3.2 | 13.00 | 174.00 | 187.00 | OK | |
r-oldrel-macos-arm64 | 1.3.2 | 77.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.3.2 | 119.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.3.2 | 15.00 | 163.00 | 178.00 | ERROR |
Version: 1.3.2
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘INLA’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.3.2
Check: examples
Result: ERROR
Running examples in 'CRTspat-Ex.R' failed
The error most likely occurred in:
> ### Name: compute_mesh
> ### Title: Create INLA mesh for spatial analysis
> ### Aliases: compute_mesh
>
> ### ** Examples
>
> {
+ # low resolution mesh for test dataset
+ library(Matrix)
+ library(sp)
+ example <- readdata('exampleCRT.txt')
+ exampleMesh=compute_mesh(example, pixel = 0.5)
+ }
Error: object 'fm_identical_CRS' is not exported by 'namespace:fmesher'
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 1.3.2
Check: tests
Result: ERROR
Running 'testthat.R' [31s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(CRTspat)
> extdata <- system.file("extdata",package = 'CRTspat')
> test_check("CRTspat")
(Intercept) armintervention
-0.5172565 -0.7004896
(Intercept) armintervention
-0.9848534 -0.4920953
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 7 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test9.R:35:3'): Analysis using INLA option gives expected DIC ───────
Error: object 'fm_identical_CRS' is not exported by 'namespace:fmesher'
Backtrace:
▆
1. ├─testthat::expect_equal(get_test9(), 1303) at test9.R:35:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─CRTspat (local) get_test9()
5. │ └─CRTspat::CRTanalysis(...) at test9.R:26:5
6. │ └─CRTspat:::INLAanalysis(analysis, requireMesh = requireMesh, inla_mesh = inla_mesh)
7. └─base::loadNamespace(x)
8. └─base::namespaceImportFrom(...)
9. └─base::importIntoEnv(impenv, impnames, ns, impvars)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 7 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64