CRAN Package Check Results for Package TT

Last updated on 2025-03-08 05:51:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.98 2.76 22.65 25.41 ERROR
r-devel-linux-x86_64-debian-gcc 0.98 2.13 18.70 20.83 ERROR
r-devel-linux-x86_64-fedora-clang 0.98 43.71 ERROR
r-devel-linux-x86_64-fedora-gcc 0.98 41.08 ERROR
r-devel-macos-arm64 0.98 22.00 OK
r-devel-macos-x86_64 0.98 31.00 OK
r-devel-windows-x86_64 0.98 5.00 45.00 50.00 ERROR
r-patched-linux-x86_64 0.98 OK
r-release-linux-x86_64 0.98 2.61 22.21 24.82 OK
r-release-macos-arm64 0.98 18.00 OK
r-release-macos-x86_64 0.98 25.00 OK
r-release-windows-x86_64 0.98 5.00 46.00 51.00 OK
r-oldrel-macos-arm64 0.98 OK
r-oldrel-macos-x86_64 0.98 26.00 OK
r-oldrel-windows-x86_64 0.98 6.00 99.00 105.00 OK

Check Details

Version: 0.98
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: treetable.Rd: datatable, data.tree Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.98
Check: examples
Result: ERROR Running examples in ‘TT-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: treetable > ### Title: Display tree structured data using 'datatable' widget > ### Aliases: treetable > > ### ** Examples > > data("org") > data("col_order") > colnames <- factor(c("org",org$attributesAll), + levels = col_order) > treetable(org, color="#FFFFFF", colnames=colnames) Warning: Automatic coercion from double to character was deprecated in purrr 1.0.0. ℹ Please use an explicit call to `as.character()` within `map_chr()` instead. ℹ The deprecated feature was likely used in the TT package. Please report the issue to the authors. Error in unlist(x, recursive, use.names) : 'length = 517' in coercion to 'logical(1)' Calls: treetable -> %>% -> <Anonymous> -> list2 -> unlist Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.98
Check: examples
Result: ERROR Running examples in ‘TT-Ex.R’ failed The error most likely occurred in: > ### Name: treetable > ### Title: Display tree structured data using 'datatable' widget > ### Aliases: treetable > > ### ** Examples > > data("org") > data("col_order") > colnames <- factor(c("org",org$attributesAll), + levels = col_order) > treetable(org, color="#FFFFFF", colnames=colnames) Warning: Automatic coercion from double to character was deprecated in purrr 1.0.0. ℹ Please use an explicit call to `as.character()` within `map_chr()` instead. ℹ The deprecated feature was likely used in the TT package. Please report the issue to the authors. Error in unlist(x, recursive, use.names) : 'length = 517' in coercion to 'logical(1)' Calls: treetable -> %>% -> <Anonymous> -> list2 -> unlist Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64