CRAN Package Check Results for Package TT

Last updated on 2024-10-19 21:48:45 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.98 2.81 23.11 25.92 NOTE
r-devel-linux-x86_64-debian-gcc 0.98 2.39 19.13 21.52 NOTE
r-devel-linux-x86_64-fedora-clang 0.98 41.32 OK
r-devel-linux-x86_64-fedora-gcc 0.98 39.58 OK
r-devel-windows-x86_64 0.98 6.00 54.00 60.00 NOTE
r-patched-linux-x86_64 0.98 7.23 22.36 29.59 OK
r-release-linux-x86_64 0.98 2.60 22.40 25.00 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 7.00 0.00 7.00 FAIL
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 200.00 206.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: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > 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. > > # still datatable works as expected when data.frame provided > treetable(data.frame( + date = seq(as.Date("2015-01-01"), by = "day", length.out = 5), x = 1:5)) Warning in treetable(data.frame(date = seq(as.Date("2015-01-01"), by = "day", : Provided data is not in data.tree format. Creating standard datatable. > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.38 0.28 1.68 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-release-windows-x86_64