CRAN Package Check Results for Package dtlg

Last updated on 2026-06-08 13:50:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.91 74.11 77.02 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 2.44 42.12 44.56 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 6.00 100.18 106.18 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 102.01 OK
r-devel-windows-x86_64 0.1.0 6.00 87.00 93.00 OK
r-patched-linux-x86_64 0.1.0 3.70 61.06 64.76 OK
r-release-linux-x86_64 0.1.0 2.72 62.49 65.21 OK
r-release-macos-arm64 0.1.0 1.00 18.00 19.00 OK
r-release-macos-x86_64 0.1.0 3.00 116.00 119.00 OK
r-release-windows-x86_64 0.1.0 5.00 88.00 93.00 OK
r-oldrel-macos-arm64 0.1.0 1.00 17.00 18.00 OK
r-oldrel-macos-x86_64 0.1.0 3.00 119.00 122.00 OK
r-oldrel-windows-x86_64 0.1.0 6.00 105.00 111.00 OK

Check Details

Version: 0.1.0
Check: for unstated dependencies in examples
Result: WARN Warning in file(out, "wt") : cannot open file '/tmp/RtmpsuOb8f/file2f5eb64573dcf/AET02_table.R': No space left on device Error in file(out, "wt") : cannot open the connection Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘dtlg-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: as_dtlg_table > ### Title: Convert a TableTree to a dtlg table > ### Aliases: as_dtlg_table > > ### ** Examples > > vars <- c('AGE', 'RACE', 'ETHNIC', 'BMRKR1') > var_labels <- c("Age (yr)", "Race", "Ethnicity", "Continuous Level Biomarker 1") > > # Summary statistics table split by ARM with custom labels. > (tt <- tern_summary_table( + adsl, + target = vars, + treat = 'ARM', + target_name = var_labels + )) Error: Package tern must be installed to use this function. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/10s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(dtlg) > > test_check("dtlg") Saving _problems/test-tern-11.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 368 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tern.R:6:3'): DMT01 Demographics Table can be replicated using tern functions ── Error: Package tern must be installed to use this function. Backtrace: ▆ 1. └─dtlg::tern_summary_table(...) at test-tern.R:6:3 2. └─dtlg:::assert_pkg_is_installed("tern") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 368 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc