CRAN Package Check Results for Package CRTspat (original) (raw)
Last updated on 2025-11-19 01:48:44 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.2 | 10.01 | 127.12 | 137.13 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.2 | 6.90 | 90.55 | 97.45 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3.2 | 36.00 | 244.53 | 280.53 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 25.00 | 262.13 | 287.13 | OK | |
| r-devel-windows-x86_64 | 1.3.2 | 15.00 | 152.00 | 167.00 | ERROR | |
| r-patched-linux-x86_64 | 1.3.2 | 10.34 | 114.39 | 124.73 | OK | |
| r-release-linux-x86_64 | 1.3.2 | 9.00 | 116.77 | 125.77 | OK | |
| r-release-macos-arm64 | 1.3.2 | 3.00 | 56.00 | 59.00 | OK | |
| r-release-macos-x86_64 | 1.3.2 | 8.00 | 108.00 | 116.00 | OK | |
| r-release-windows-x86_64 | 1.3.2 | 13.00 | 136.00 | 149.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.3.2 | 4.00 | 73.00 | 77.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.3.2 | 8.00 | 111.00 | 119.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.3.2 | 17.00 | 169.00 | 186.00 | ERROR |
Check Details
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 haltedFlavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.3.2
Check: tests
Result: ERROR Running 'testthat.R' [30s] 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 haltedFlavor: r-devel-windows-x86_64
Version: 1.3.2
Check: tests
Result: ERROR Running 'testthat.R' [28s] 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 haltedFlavor: r-release-windows-x86_64
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: tests
Result: ERROR Running 'testthat.R' [32s] 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 haltedFlavor: r-oldrel-windows-x86_64