CRAN Package Check Results for Package VisuClust

Last updated on 2019-08-13 05:46:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 2.41 21.92 24.33 ERROR
r-devel-linux-x86_64-debian-gcc 1.2 2.12 18.57 20.69 ERROR
r-devel-linux-x86_64-fedora-clang 1.2 31.48 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2 30.28 ERROR
r-devel-windows-ix86+x86_64 1.2 7.00 47.00 54.00 ERROR
r-patched-linux-x86_64 1.2 1.92 22.91 24.83 ERROR
r-patched-solaris-x86 1.2 52.00 ERROR
r-release-linux-x86_64 1.2 2.18 22.85 25.03 ERROR
r-release-windows-ix86+x86_64 1.2 20.00 53.00 73.00 ERROR
r-release-osx-x86_64 1.2 OK
r-oldrel-windows-ix86+x86_64 1.2 5.00 47.00 52.00 ERROR
r-oldrel-osx-x86_64 1.2 OK

Check Details

Version: 1.2
Check: examples
Result: ERROR
    Running examples in 'VisuClust-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: FuzzyPlot
    > ### Title: Displays a Fuzzy Plot
    > ### Aliases: FuzzyPlot
    >
    > ### ** Examples
    >
    >
    > library(cluster)
    > library(MASS)
    >
    > # The example data
    > data("MilchSmall")
    >
    > M <- scale(MilchSmall[3:6])
    > D <- dist(M)
    > S <- sammon(D)
    Initial stress : 0.00738
    stress after 10 iters: 0.00227, magic = 0.500
    stress after 20 iters: 0.00204, magic = 0.500
    stress after 30 iters: 0.00203, magic = 0.500
    > F <- fanny(D, 6)
    >
    > FuzzyPlot(S$points, F$membership, labels=MilchSmall[,2],
    + clusterColors=c("red", "green", "magenta", "yellow", "blue", "black"))
    Error in tkconfigure(sc, variable = slider1) :
     could not find function "tkconfigure"
    Calls: FuzzyPlot -> fcContext.init -> slider -> eval -> eval
    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: 1.2
Check: examples
Result: ERROR
    Running examples in ‘VisuClust-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: FuzzyPlot
    > ### Title: Displays a Fuzzy Plot
    > ### Aliases: FuzzyPlot
    >
    > ### ** Examples
    >
    >
    > library(cluster)
    > library(MASS)
    >
    > # The example data
    > data("MilchSmall")
    >
    > M <- scale(MilchSmall[3:6])
    > D <- dist(M)
    > S <- sammon(D)
    Initial stress : 0.00738
    stress after 10 iters: 0.00227, magic = 0.500
    stress after 20 iters: 0.00204, magic = 0.500
    stress after 30 iters: 0.00203, magic = 0.500
    > F <- fanny(D, 6)
    >
    > FuzzyPlot(S$points, F$membership, labels=MilchSmall[,2],
    + clusterColors=c("red", "green", "magenta", "yellow", "blue", "black"))
    Error in tkconfigure(sc, variable = slider1) :
     could not find function "tkconfigure"
    Calls: FuzzyPlot -> fcContext.init -> slider -> eval -> eval
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64