CRAN Package Check Results for Package archetypal

Last updated on 2020-10-22 19:48:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 15.24 205.12 220.36 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 12.11 151.60 163.71 OK
r-devel-linux-x86_64-fedora-clang 1.1.1 276.43 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 283.88 OK
r-devel-windows-ix86+x86_64 1.1.0 25.00 247.00 272.00 OK
r-patched-linux-x86_64 1.1.1 14.02 195.35 209.37 OK
r-patched-solaris-x86 1.1.1 409.60 ERROR
r-release-linux-x86_64 1.1.1 15.87 196.15 212.02 OK
r-release-macos-x86_64 1.1.1 ERROR
r-release-windows-ix86+x86_64 1.1.0 19.00 236.00 255.00 OK
r-oldrel-macos-x86_64 1.1.1 OK
r-oldrel-windows-ix86+x86_64 1.1.1 23.00 229.00 252.00 OK

Check Details

Version: 1.1.1
Check: examples
Result: ERROR
    Running examples in ‘archetypal-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: find_furthestsum_points
    > ### Title: Function which finds the furthest sum points in order to be used
    > ### as initial solution in archetypal analysis
    > ### Aliases: find_furthestsum_points
    >
    > ### ** Examples
    >
    > data("wd3") #3D demo
    > df = wd3
    > yy = find_furthestsum_points(df, kappas = 4, nfurthest = 10, nworkers = 2)
    Error in makePSOCKcluster(names = spec, ...) :
     Cluster setup failed. 2 of 2 workers failed to connect.
    Calls: find_furthestsum_points -> makeCluster -> makePSOCKcluster
    Execution halted
Flavors: r-patched-solaris-x86, r-release-macos-x86_64