CRAN Package Check Results for Package nosoi

Last updated on 2025-12-28 01:48:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 4.50 231.36 235.86 OK
r-devel-linux-x86_64-debian-gcc 1.1.2 3.33 147.28 150.61 OK
r-devel-linux-x86_64-fedora-clang 1.1.2 8.00 351.67 359.67 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 8.00 377.39 385.39 OK
r-devel-windows-x86_64 1.1.2 6.00 165.00 171.00 ERROR
r-patched-linux-x86_64 1.1.2 5.51 194.55 200.06 OK
r-release-linux-x86_64 1.1.2 4.19 201.14 205.33 OK
r-release-macos-arm64 1.1.2 OK
r-release-macos-x86_64 1.1.2 3.00 186.00 189.00 OK
r-release-windows-x86_64 1.1.2 6.00 196.00 202.00 OK
r-oldrel-macos-arm64 1.1.2 OK
r-oldrel-macos-x86_64 1.1.2 3.00 131.00 134.00 OK
r-oldrel-windows-x86_64 1.1.2 7.00 269.00 276.00 OK

Check Details

Version: 1.1.2
Check: tests
Result: ERROR Running 'testthat.R' [38s] Running the tests in 'tests/testthat.R' failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(nosoi) + + test_check("nosoi") + + } Loading required package: data.table Attaching package: 'data.table' The following object is masked from 'package:base': %notin% Saving _problems/testTransmissionTree-47.R Saving _problems/testTransmissionTree-204.R Saving _problems/testTransmissionTree-370.R Saving _problems/testTransmissionTree-557.R Saving _problems/testTransmissionTree-738.R Saving _problems/testTransmissionTree-819.R Saving _problems/testTransmissionTree-973.R [ FAIL 7 | WARN 2 | SKIP 0 | PASS 477 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('testTransmissionTree.R:47:3'): Single, discrete ───────────────────── Error in ``[.data.table`(table.hosts, , `:=`("indNodes", .GRP), by = c("inf.by", "inf.time"))`: attempt access index 11/11 in VECTOR_ELT Backtrace: ▆ 1. └─nosoi::getTransmissionTree(test.nosoiA) at testTransmissionTree.R:47:3 2. ├─table.hosts[, `:=`("indNodes", .GRP), by = c("inf.by", "inf.time")] 3. └─data.table:::`[.data.table`(...) ── Error ('testTransmissionTree.R:204:3'): Single, continuous ────────────────── Error in ``[.data.table`(table.hosts, , `:=`("indNodes", .GRP), by = c("inf.by", "inf.time"))`: attempt access index 15/15 in VECTOR_ELT Backtrace: ▆ 1. └─nosoi::getTransmissionTree(test.nosoiA) at testTransmissionTree.R:204:3 2. ├─table.hosts[, `:=`("indNodes", .GRP), by = c("inf.by", "inf.time")] 3. └─data.table:::`[.data.table`(...) ── Error ('testTransmissionTree.R:370:3'): Dual, discrete ────────────────────── Error in ``[.data.table`(table.hosts, , `:=`("indNodes", .GRP), by = c("inf.by", "inf.time"))`: attempt access index 12/12 in VECTOR_ELT Backtrace: ▆ 1. └─nosoi::getTransmissionTree(test.nosoiA) at testTransmissionTree.R:370:3 2. ├─table.hosts[, `:=`("indNodes", .GRP), by = c("inf.by", "inf.time")] 3. └─data.table:::`[.data.table`(...) ── Error ('testTransmissionTree.R:557:3'): Dual, continuous ──────────────────── Error in ``[.data.table`(table.hosts, , `:=`("indNodes", .GRP), by = c("inf.by", "inf.time"))`: attempt access index 16/16 in VECTOR_ELT Backtrace: ▆ 1. └─nosoi::getTransmissionTree(test.nosoiA) at testTransmissionTree.R:557:3 2. ├─table.hosts[, `:=`("indNodes", .GRP), by = c("inf.by", "inf.time")] 3. └─data.table:::`[.data.table`(...) ── Error ('testTransmissionTree.R:738:3'): Single, discrete, Sink ────────────── Error in ``[.data.table`(table.hosts, , `:=`("indNodes", .GRP), by = c("inf.by", "inf.time"))`: attempt access index 12/12 in VECTOR_ELT Backtrace: ▆ 1. └─nosoi::getTransmissionTree(SimulationSingle) at testTransmissionTree.R:738:3 2. ├─table.hosts[, `:=`("indNodes", .GRP), by = c("inf.by", "inf.time")] 3. └─data.table:::`[.data.table`(...) ── Error ('testTransmissionTree.R:819:3'): Single, none ──────────────────────── Error in ``[.data.table`(table.hosts, , `:=`("indNodes", .GRP), by = c("inf.by", "inf.time"))`: attempt access index 8/8 in VECTOR_ELT Backtrace: ▆ 1. └─nosoi::getTransmissionTree(SimulationSingle) at testTransmissionTree.R:819:3 2. ├─table.hosts[, `:=`("indNodes", .GRP), by = c("inf.by", "inf.time")] 3. └─data.table:::`[.data.table`(...) ── Error ('testTransmissionTree.R:973:3'): Dual, none ────────────────────────── Error in ``[.data.table`(table.hosts, , `:=`("indNodes", .GRP), by = c("inf.by", "inf.time"))`: attempt access index 9/9 in VECTOR_ELT Backtrace: ▆ 1. └─nosoi::getTransmissionTree(SimulationDual) at testTransmissionTree.R:973:3 2. ├─table.hosts[, `:=`("indNodes", .GRP), by = c("inf.by", "inf.time")] 3. └─data.table:::`[.data.table`(...) [ FAIL 7 | WARN 2 | SKIP 0 | PASS 477 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.1.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'continuous.Rmd' using rmarkdown --- finished re-building 'continuous.Rmd' --- re-building 'discrete.Rmd' using rmarkdown --- finished re-building 'discrete.Rmd' --- re-building 'none.Rmd' using rmarkdown --- finished re-building 'none.Rmd' --- re-building 'nosoi.Rmd' using rmarkdown --- finished re-building 'nosoi.Rmd' --- re-building 'output.Rmd' using rmarkdown Quitting from output.Rmd:400-421 [treeA_actual] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 11/11 in VECTOR_ELT --- Backtrace: ▆ 1. └─nosoi::getTransmissionTree(test.nosoiA) 2. ├─table.hosts[, `:=`("indNodes", .GRP), by = c("inf.by", "inf.time")] 3. └─data.table:::`[.data.table`(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'output.Rmd' failed with diagnostics: attempt access index 11/11 in VECTOR_ELT --- failed re-building 'output.Rmd' SUMMARY: processing the following file failed: 'output.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-devel-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.