CRAN Package Check Results for Package aplot

Last updated on 2020-08-07 01:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.5 3.86 37.75 41.61 OK
r-devel-linux-x86_64-debian-gcc 0.0.5 3.18 28.95 32.13 OK
r-devel-linux-x86_64-fedora-clang 0.0.5 58.64 OK
r-devel-linux-x86_64-fedora-gcc 0.0.5 48.58 OK
r-devel-windows-ix86+x86_64 0.0.5 17.00 53.00 70.00 OK
r-patched-linux-x86_64 0.0.5 3.91 36.28 40.19 OK
r-patched-solaris-x86 0.0.5 77.70 OK
r-release-linux-x86_64 0.0.5 3.45 36.21 39.66 OK
r-release-macos-x86_64 0.0.5 ERROR
r-release-windows-ix86+x86_64 0.0.5 18.00 56.00 74.00 OK
r-oldrel-macos-x86_64 0.0.5 ERROR
r-oldrel-windows-ix86+x86_64 0.0.5 10.00 50.00 60.00 OK

Check Details

Version: 0.0.5
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘ggtree’
Flavor: r-release-macos-x86_64

Version: 0.0.5
Check: examples
Result: ERROR
    Running examples in ‘aplot-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: insert_left
    > ### Title: plot-insertion
    > ### Aliases: insert_left insert_right insert_top insert_bottom
    >
    > ### ** Examples
    >
    > library(ggplot2)
    > library(aplot)
    >
    > p <- ggplot(mtcars, aes(mpg, disp)) + geom_point()
    > p2 <- ggplot(mtcars, aes(mpg)) +
    + geom_density(fill='steelblue', alpha=.5) +
    + ggtree::theme_dendrogram()
    Error in loadNamespace(name) : there is no package called ‘ggtree’
    Calls: :: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    Execution halted
Flavor: r-release-macos-x86_64

Version: 0.0.5
Check: examples
Result: ERROR
    Running examples in ‘aplot-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: insert_left
    > ### Title: plot-insertion
    > ### Aliases: insert_left insert_right insert_top insert_bottom
    >
    > ### ** Examples
    >
    > library(ggplot2)
    > library(aplot)
    >
    > p <- ggplot(mtcars, aes(mpg, disp)) + geom_point()
    > p2 <- ggplot(mtcars, aes(mpg)) +
    + geom_density(fill='steelblue', alpha=.5) +
    + ggtree::theme_dendrogram()
    Error: 'theme_dendrogram' is not an exported object from 'namespace:ggtree'
    Execution halted
Flavor: r-oldrel-macos-x86_64