CRAN Package Check Results for Package data.tree

Last updated on 2024-11-12 12:50:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 4.31 102.15 106.46 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.0 3.60 65.92 69.52 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 172.49 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 180.90 OK
r-devel-windows-x86_64 1.1.0 6.00 122.00 128.00 NOTE
r-patched-linux-x86_64 1.1.0 6.68 96.37 103.05 OK
r-release-linux-x86_64 1.1.0 4.61 96.90 101.51 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 6.00 119.00 125.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 8.00 142.00 150.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-gcc