CRAN Package Check Results for Package rgudhi

Last updated on 2023-07-10 05:59:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 50.81 140.90 191.71 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 40.02 105.38 145.40 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 247.65 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.0 223.78 ERROR
r-devel-windows-x86_64 0.2.0 42.00 144.00 186.00 OK
r-patched-linux-x86_64 0.2.0 53.37 130.98 184.35 OK
r-release-linux-x86_64 0.2.0 51.73 133.79 185.52 OK
r-release-macos-arm64 0.2.0 63.00 OK
r-release-macos-x86_64 0.2.0 111.00 OK
r-release-windows-x86_64 0.2.0 54.00 171.00 225.00 OK
r-oldrel-macos-arm64 0.2.0 48.00 OK
r-oldrel-macos-x86_64 0.2.0 84.00 OK
r-oldrel-windows-x86_64 0.2.0 51.00 143.00 194.00 OK

Check Details

Version: 0.2.0
Check: examples
Result: ERROR
    Running examples in ‘rgudhi-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: BisectingKMeans
    > ### Title: Performs clustering according to the bisecting k-means algorithm
    > ### Aliases: BisectingKMeans
    >
    > ### ** Examples
    >
    > ## Don't show:
    > if (reticulate::py_module_available("sklearn.cluster") && getRversion() >= "4.2") (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
    + ## End(Don't show)
    + cl <- BisectingKMeans$new()
    + ## Don't show:
    + }) # examplesIf
    > cl <- BisectingKMeans$new()
    Error in py_get_attr_impl(x, name, silent) :
     AttributeError: module 'sklearn.cluster' has no attribute 'BisectingKMeans'
    Run `reticulate::py_last_error()` for details.
    Calls: <Anonymous> ... py_get_attr_or_item -> py_get_attr -> py_get_attr_impl
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc