CRAN Package Check Results for Package dendextend

Last updated on 2018-09-26 01:46:21 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.8.0 11.76 320.48 332.24 ERROR
r-devel-linux-x86_64-debian-gcc 1.8.0 11.01 249.10 260.11 ERROR
r-devel-linux-x86_64-fedora-clang 1.8.0 393.78 OK
r-devel-linux-x86_64-fedora-gcc 1.8.0 399.14 OK
r-devel-windows-ix86+x86_64 1.8.0 29.00 421.00 450.00 OK
r-patched-linux-x86_64 1.8.0 11.51 303.37 314.88 ERROR
r-patched-solaris-x86 1.8.0 461.20 WARN
r-release-linux-x86_64 1.8.0 11.76 301.42 313.18 ERROR
r-release-windows-ix86+x86_64 1.8.0 28.00 391.00 419.00 OK
r-release-osx-x86_64 1.8.0 WARN
r-oldrel-windows-ix86+x86_64 1.8.0 14.00 408.00 422.00 WARN
r-oldrel-osx-x86_64 1.8.0 WARN

Check Details

Version: 1.8.0
Check: examples
Result: ERROR
    Running examples in ‘dendextend-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: collapse_branch
    > ### Title: Collapse branches under a tolerance level
    > ### Aliases: collapse_branch
    >
    > ### ** Examples
    >
    >
    > # # ladderize is like sort(..., type = "node")
    > dend <- iris[1:5,-5] %>% dist %>% hclust %>% as.dendrogram
    > par(mfrow = c(1,3))
    > dend %>% ladderize %>% plot(horiz = TRUE); abline(v = .2, col = 2, lty = 2)
    > dend %>% collapse_branch(tol = 0.2) %>% ladderize %>% plot(horiz = TRUE)
    > dend %>% collapse_branch(tol = 0.2) %>% ladderize %>%
    + hang.dendrogram(hang = 0) %>% plot(horiz = TRUE)
    >
    > par(mfrow = c(1,2))
    > dend %>% collapse_branch(tol = 0.2, lower = FALSE) %>% plot(horiz = TRUE, main = "dendrogram")
    > library(ape)
    
    Attaching package: ‘ape’
    
    The following objects are masked from ‘package:dendextend’:
    
     ladderize, rotate
    
    > dend %>% as.phylo %>% di2multi(tol = 0.2) %>% plot(main = "phylo")
    Error in UseMethod("as.phylo") :
     no applicable method for 'as.phylo' applied to an object of class "dendrogram"
    Calls: %>% ... eval -> _fseq -> freduce -> <Anonymous> -> as.phylo
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.8.0
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    
    ---------------------
    Welcome to dendextend version 1.8.0
    Type citation('dendextend') for how to cite the package.
    
    Type browseVignettes(package = 'dendextend') for the package vignette.
    The github page is: https://github.com/talgalili/dendextend/
    
    Suggestions and bug-reports can be submitted at: https://github.com/talgalili/dendextend/issues
    Or contact: <tal.galili@gmail.com>
    
     To suppress this message use: suppressPackageStartupMessages(library(dendextend))
    ---------------------
    
    
    Attaching package: 'dendextend'
    
    The following object is masked from 'package:stats':
    
     cutree
    
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    
    Attaching package: 'gplots'
    
    The following objects are masked from 'package:seriation':
    
     bluered, greenred
    
    The following object is masked from 'package:stats':
    
     lowess
    
    PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
    Quitting from lines 931-933 (introduction.Rmd)
    Error: processing vignette 'introduction.Rmd' failed with diagnostics:
    cannot open the connection
    Execution halted
Flavor: r-patched-solaris-x86

Version: 1.8.0
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    
     cutree
    
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    
    Attaching package: 'gplots'
    
    The following objects are masked from 'package:seriation':
    
     bluered, greenred
    
    The following object is masked from 'package:stats':
    
     lowess
    
    PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
    Quitting from lines 931-933 (introduction.Rmd)
    Error: processing vignette 'introduction.Rmd' failed with diagnostics:
    cannot open the connection
    Execution halted
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.8.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: S3 methods '[.fun_list', '[.grouped_df', 'all.equal.tbl_df', 'anti_join.data.frame', 'anti_join.tbl_df', 'arrange.data.frame', 'arrange.default', 'arrange.grouped_df', 'arrange.tbl_df', 'arrange_.data.frame', 'arrange_.tbl_df', 'as.data.frame.grouped_df', 'as.data.frame.rowwise_df', 'as.data.frame.tbl_cube', 'as.data.frame.tbl_df', 'as.table.tbl_cube', 'as.tbl.data.frame', 'as.tbl.tbl', 'as.tbl_cube.array', 'as.tbl_cube.data.frame', 'as.tbl_cube.matrix', 'as.tbl_cube.table', 'as_data_frame.grouped_df', 'as_data_frame.tbl_cube', 'auto_copy.tbl_cube', 'auto_copy.tbl_df', 'cbind.grouped_df', 'collapse.data.frame', 'collect.data.frame', 'common_by.NULL', 'common_by.character', 'common_by.default', 'common_by.list', 'compute.data.frame', 'copy_to.DBIConnection', 'copy_to.src_local', 'default_missing.data.frame', 'default_missing.default', 'dim.tbl_cube', 'distinct.data.frame', 'distinct.default', 'distinct.grouped_df', 'distinct.tbl_df', 'distinct_.data.frame', 'distinct_.grouped_df', 'dist [... truncated]
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.8.0
Check: Rd cross-references
Result: NOTE
    Package unavailable to check Rd xrefs: ‘WGCNA’
Flavor: r-oldrel-osx-x86_64