CRAN Package Check Results for Package data.tree

Last updated on 2025-01-08 00:48:34 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.0 3.96 77.30 81.26 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.0 172.55 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 179.29 OK
r-devel-windows-x86_64 1.1.0 8.00 127.00 135.00 NOTE
r-patched-linux-x86_64 1.1.0 5.39 97.35 102.74 OK
r-release-linux-x86_64 1.1.0 3.93 98.17 102.10 OK
r-release-macos-arm64 1.1.0 47.00 OK
r-release-macos-x86_64 1.1.0 81.00 OK
r-release-windows-x86_64 1.1.0 5.00 130.00 135.00 OK
r-oldrel-macos-arm64 1.1.0 55.00 OK
r-oldrel-macos-x86_64 1.1.0 153.00 OK
r-oldrel-windows-x86_64 1.1.0 6.00 141.00 147.00 OK

Check Details

Version: 1.1.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: Node.Rd: R6Class as.Node.rpart.Rd: rpart, text.rpart 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: 1.1.0
Check: examples
Result: ERROR Running examples in ‘data.tree-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: as.Node.BinaryTree > ### Title: Convert a a 'SplitNode' from the party package to a 'data.tree' > ### structure. > ### Aliases: as.Node.BinaryTree > > ### ** Examples > > library(party) Error in library(party) : there is no package called ‘party’ Execution halted Flavor: r-devel-linux-x86_64-debian-clang