CRAN Package Check Results for Package autostats

Last updated on 2023-08-28 08:03:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 4.31 100.04 104.35 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.0 3.26 68.24 71.50 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 123.98 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.0 132.92 ERROR
r-devel-windows-x86_64 0.4.0 7.00 97.00 104.00 NOTE
r-patched-linux-x86_64 0.4.0 5.27 87.79 93.06 ERROR
r-release-linux-x86_64 0.4.0 4.57 88.01 92.58 ERROR
r-release-macos-arm64 0.4.0 49.00 OK
r-release-macos-x86_64 0.4.0 74.00 OK
r-release-windows-x86_64 0.4.0 8.00 110.00 118.00 OK
r-oldrel-macos-arm64 0.4.0 48.00 OK
r-oldrel-macos-x86_64 0.4.0 55.00 OK
r-oldrel-windows-x86_64 0.4.0 9.00 108.00 117.00 OK

Additional issues

noSuggests

Check Details

Version: 0.4.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘moreparty’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.4.0
Check: Rd \usage sections
Result: NOTE
    Documented arguments not in \usage in documentation object ‘plot_varimp_xgboost’:
     ‘font’
    
    Functions with \usage entries need to have the appropriate \alias
    entries, and all their arguments documented.
    The \usage entries must correspond to syntactically valid R code.
    See chapter ‘Writing R documentation files’ in the ‘Writing R
    Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.4.0
Check: examples
Result: ERROR
    Running examples in ‘autostats-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: tidy_cforest
    > ### Title: tidy conditional inference forest
    > ### Aliases: tidy_cforest
    >
    > ### ** Examples
    >
    >
    > iris %>%
    + tidy_cforest(
    + tidy_formula(., Petal.Width)
    + ) -> iris_cfor
    >
    > iris_cfor
    
     Random Forest using Conditional Inference Trees
    
    Number of trees: 500
    
    Response: Petal.Width
    Inputs: Sepal.Length, Sepal.Width, Petal.Length, Species
    Number of observations: 150
    
    >
    > iris_cfor %>%
    + visualize_model()
    Error in loadNamespace(x) : there is no package called ‘moreparty’
    Calls: %>% ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    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: 0.4.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘moreparty’
    
    Imports includes 31 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.4.0
Check: examples
Result: ERROR
    Running examples in ‘autostats-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: tidy_cforest
    > ### Title: tidy conditional inference forest
    > ### Aliases: tidy_cforest
    >
    > ### ** Examples
    >
    >
    > iris %>%
    + tidy_cforest(
    + tidy_formula(., Petal.Width)
    + ) -> iris_cfor
    >
    > iris_cfor
    
     Random Forest using Conditional Inference Trees
    
    Number of trees: 500
    
    Response: Petal.Width
    Inputs: Sepal.Length, Sepal.Width, Petal.Length, Species
    Number of observations: 150
    
    >
    > iris_cfor %>%
    + visualize_model()
    Error in loadNamespace(x) : there is no package called ‘moreparty’
    Calls: %>% ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc