CRAN Package Check Results for Package DLSSM

Last updated on 2025-06-30 17:48:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 7.11 62.55 69.66 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 4.71 47.45 52.16 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 109.16 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 120.27 OK
r-devel-windows-x86_64 1.1.1 8.00 74.00 82.00 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 1.1.1 7.13 59.45 66.58 OK
r-release-macos-arm64 1.1.1 44.00 OK
r-release-macos-x86_64 1.1.1 78.00 OK
r-release-windows-x86_64 1.1.1 8.00 74.00 82.00 OK
r-oldrel-macos-arm64 1.1.1 44.00 OK
r-oldrel-macos-x86_64 1.1.1 79.00 OK
r-oldrel-windows-x86_64 1.1.1 11.00 91.00 102.00 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/2s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(DLSSM) > > test_check("DLSSM") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-DLSSM.R:23:3'): Input errors ─────────────────────────────────── Error in `dimnames(x) <- dn`: length of 'dimnames' [2] not equal to array extent Backtrace: ▆ 1. └─DLSSM::Batched(formula2, data3, time = "t", S = 10) at test-DLSSM.R:23:3 2. └─base::`colnames<-`(`*tmp*`, value = c(var_names, time)) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc