CRAN Package Check Results for Package CRTspat

Last updated on 2025-07-11 01:48:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.2 9.80 111.42 121.22 OK
r-devel-linux-x86_64-debian-gcc 1.3.2 6.12 79.67 85.79 OK
r-devel-linux-x86_64-fedora-clang 1.3.2 280.14 OK
r-devel-linux-x86_64-fedora-gcc 1.3.2 292.18 OK
r-devel-windows-x86_64 1.3.2 12.00 132.00 144.00 ERROR
r-patched-linux-x86_64 1.3.2 10.06 103.32 113.38 OK
r-release-linux-x86_64 1.3.2 10.10 105.99 116.09 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 12.00 130.00 142.00 ERROR
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 157.00 172.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 halted Flavors: 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' [27s] 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-devel-windows-x86_64

Version: 1.3.2
Check: tests
Result: ERROR Running 'testthat.R' [25s] 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-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 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.