CRAN Package Check Results for Package TT

Last updated on 2025-02-22 06:51:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.98 2.52 23.00 25.52 NOTE
r-devel-linux-x86_64-debian-gcc 0.98 1.92 19.60 21.52 NOTE
r-devel-linux-x86_64-fedora-clang 0.98 OK
r-devel-linux-x86_64-fedora-gcc 0.98 37.76 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 4.00 46.00 50.00 NOTE
r-patched-linux-x86_64 0.98 7.44 21.96 29.40 OK
r-release-linux-x86_64 0.98 2.80 21.94 24.74 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 141.00 146.00 OK
r-oldrel-macos-arm64 0.98 19.00 OK
r-oldrel-macos-x86_64 0.98 26.00 OK
r-oldrel-windows-x86_64 0.98 6.00 153.00 159.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: > ### 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 Flavor: r-devel-linux-x86_64-fedora-gcc