CRAN Package Check Results for Package ggparty

Last updated on 2025-12-06 00:48:43 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0.1 11.71 245.63 257.34 OK
r-devel-linux-x86_64-debian-gcc 1.0.0.1 7.64 88.80 96.44 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0.1 22.00 352.41 374.41 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.0.1 28.00 350.57 378.57 NOTE
r-devel-windows-x86_64 1.0.0.1 12.00 276.00 288.00 OK
r-patched-linux-x86_64 1.0.0.1 11.95 231.15 243.10 OK
r-release-linux-x86_64 1.0.0.1 11.16 236.01 247.17 OK
r-release-macos-arm64 1.0.0.1 OK
r-release-macos-x86_64 1.0.0.1 10.00 181.00 191.00 OK
r-release-windows-x86_64 1.0.0.1 13.00 244.00 257.00 OK
r-oldrel-macos-arm64 1.0.0.1 OK
r-oldrel-macos-x86_64 1.0.0.1 11.00 170.00 181.00 OK
r-oldrel-windows-x86_64 1.0.0.1 18.00 300.00 318.00 OK

Check Details

Version: 1.0.0.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'AER', 'knitr', 'rmarkdown', 'pander' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0.1
Check: examples
Result: ERROR Running examples in ‘ggparty-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: geom_node_label > ### Title: Draw (multi-line) labels at nodes > ### Aliases: geom_node_label geom_node_info geom_node_splitvar > > ### ** Examples > > library(ggparty) > data("WeatherPlay", package = "partykit") > sp_o <- partysplit(1L, index = 1:3) > sp_h <- partysplit(3L, breaks = 75) > sp_w <- partysplit(4L, index = 1:2) > pn <- partynode(1L, split = sp_o, kids = list( + partynode(2L, split = sp_h, kids = list( + partynode(3L, info = "yes"), + partynode(4L, info = "no"))), + partynode(5L, info = "yes"), + partynode(6L, split = sp_w, kids = list( + partynode(7L, info = "yes"), + partynode(8L, info = "no"))))) > py <- party(pn, WeatherPlay) > > ggparty(py) + + geom_edge() + + geom_edge_label() + + geom_node_label(aes(label = splitvar), + ids = "inner") + + geom_node_label(aes(label = info), + ids = "terminal") Warning in geom_edge_label() : Ignoring unknown parameters: `label.size` > > ###################################### > > data("TeachingRatings", package = "AER") Error in find.package(package, lib.loc, verbose = verbose) : there is no package called ‘AER’ Calls: data -> find.package Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0.1
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0.1
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘survival’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc