CRAN Package Check Results for Package treestructure

Last updated on 2025-12-07 04:50:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.0 9.87 159.94 169.81 OK
r-devel-linux-x86_64-debian-gcc 0.7.0 7.93 27.14 35.07 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.0 24.00 225.87 249.87 OK
r-devel-linux-x86_64-fedora-gcc 0.7.0 36.00 239.64 275.64 OK
r-devel-windows-x86_64 0.7.0 16.00 205.00 221.00 OK
r-patched-linux-x86_64 0.7.0 11.55 156.18 167.73 OK
r-release-linux-x86_64 0.7.0 11.24 154.74 165.98 OK
r-release-macos-arm64 0.7.0 OK
r-release-macos-x86_64 0.7.0 24.00 569.00 593.00 OK
r-release-windows-x86_64 0.7.0 17.00 194.00 211.00 OK
r-oldrel-macos-arm64 0.7.0 OK
r-oldrel-macos-x86_64 0.7.0 28.00 579.00 607.00 OK
r-oldrel-windows-x86_64 0.7.0 19.00 234.00 253.00 OK

Check Details

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

Version: 0.7.0
Check: examples
Result: ERROR Running examples in ‘treestructure-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot.TreeStructure > ### Title: Plot TreeStructure tree with cluster and partition variables > ### Aliases: plot.TreeStructure > > ### ** Examples > > > #tree <- ape::read.tree( system.file('sim.nwk', package = 'treestructure') ) > # you can run the example below before plotting > #struc <- trestruct( tree ) > > #because it can take a minute or so to run treestructure, we will load it here > struc <- readRDS( system.file('struc_plot_example.rds', package='treestructure') ) > #plot treestructure object > > suppressWarnings(plot(struc)) Error in .plot.TreeStructure.ggtree(x, ...) : "ggtree" %in% utils::installed.packages()[, 1] is not TRUE Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.7.0
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