CRAN Package Check Results for Package data.tree

Last updated on 2024-06-13 00:55:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 6.24 127.23 133.47 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 4.82 46.63 51.45 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 167.63 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 172.60 OK
r-devel-windows-x86_64 1.1.0 7.00 120.00 127.00 OK
r-patched-linux-x86_64 1.1.0 8.81 122.78 131.59 OK
r-release-linux-x86_64 1.1.0 5.84 126.88 132.72 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 8.00 123.00 131.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 137.00 143.00 OK

Check Details

Version: 1.1.0
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'testthat', 'networkD3', 'treemap', 'DiagrammeR', 'mockery' Package which this enhances but not available for checking: ‘igraph’ Flavor: r-devel-linux-x86_64-debian-gcc

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: plot.Node > ### Title: Plot a graph, or get a graphviz dot representation of the tree > ### Aliases: plot.Node ToDiagrammeRGraph SetNodeStyle SetEdgeStyle > ### SetGraphStyle GetDefaultTooltip > > ### ** Examples > > data(acme) > SetGraphStyle(acme, rankdir = "TB") > SetEdgeStyle(acme, arrowhead = "vee", color = "blue", penwidth = 2) > #per default, Node style attributes will be inherited: > SetNodeStyle(acme, style = "filled,rounded", shape = "box", fillcolor = "GreenYellow", + fontname = "helvetica", tooltip = GetDefaultTooltip) > SetNodeStyle(acme$IT, fillcolor = "LightBlue", penwidth = "5px") > #inheritance can be avoided: > SetNodeStyle(acme$Accounting, inherit = FALSE, fillcolor = "Thistle", + fontcolor = "Firebrick", tooltip = "This is the accounting department") > SetEdgeStyle(acme$Research$`New Labs`, + color = "red", + label = "Focus!", + penwidth = 3, + fontcolor = "red") > #use Do to set style on specific nodes: > Do(acme$leaves, function(node) SetNodeStyle(node, shape = "egg")) > plot(acme) Error in plot.Node(acme) : Package "DiagrammeR" is required to plot a `data.tree::Node`object. Please install it. Calls: plot -> plot.Node Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘applications.Rmd’ using rmarkdown Quitting from lines 57-64 [unnamed-chunk-2] (applications.Rmd) Error: processing vignette 'applications.Rmd' failed with diagnostics: there is no package called 'treemap' --- failed re-building ‘applications.Rmd’ --- re-building ‘data.tree.Rmd’ using rmarkdown Quitting from lines 121-124 [unnamed-chunk-3] (data.tree.Rmd) Error: processing vignette 'data.tree.Rmd' failed with diagnostics: there is no package called 'treemap' --- failed re-building ‘data.tree.Rmd’ SUMMARY: processing the following files failed: ‘applications.Rmd’ ‘data.tree.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc