CRAN Package Check Results for Package isopam

Last updated on 2023-09-05 16:56:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 13.44 90.01 103.45 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.0 9.26 65.11 74.37 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 123.16 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 125.23 OK
r-devel-windows-x86_64 1.1.0 11.00 87.00 98.00 OK
r-patched-linux-x86_64 1.1.0 11.71 87.83 99.54 OK
r-release-linux-x86_64 1.1.0 7.46 87.88 95.34 OK
r-release-macos-arm64 1.1.0 42.00 OK
r-release-macos-x86_64 1.1.0 65.00 OK
r-release-windows-x86_64 1.1.0 13.00 97.00 110.00 OK
r-oldrel-macos-arm64 1.1.0 38.00 OK
r-oldrel-macos-x86_64 1.1.0 56.00 OK
r-oldrel-windows-x86_64 1.1.0 13.00 106.00 119.00 OK

Check Details

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in ‘isopam-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: isopam
    > ### Title: Isopam (Clustering)
    > ### Aliases: isopam plot.isopam identify.isopam summary.isopam isopamp
    > ### Keywords: cluster
    >
    > ### ** Examples
    >
    > ## load data to the current environment
    > data(andechs)
    >
    > ## call isopam with the standard options
    > ip<-isopam(andechs)
    Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) :
     invalid non-character version specification 'x' (type: double)
    Calls: isopam ... as.numeric_version -> numeric_version -> .make_numeric_version
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc