Last updated on 2017-12-20 00:47:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 0.96 | 17.97 | 18.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2 | OK | ||||
r-devel-linux-x86_64-fedora-clang | 1.2 | 23.43 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 23.06 | OK | |||
r-devel-windows-ix86+x86_64 | 1.2 | 6.00 | 33.00 | 39.00 | OK | |
r-patched-linux-x86_64 | 1.2 | 0.98 | 18.82 | 19.80 | OK | |
r-patched-solaris-x86 | 1.2 | 36.10 | OK | |||
r-release-linux-x86_64 | 1.2 | 0.87 | 18.99 | 19.86 | OK | |
r-release-windows-ix86+x86_64 | 1.2 | 4.00 | 41.00 | 45.00 | OK | |
r-release-osx-x86_64 | 1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 3.00 | 39.00 | 42.00 | OK | |
r-oldrel-osx-x86_64 | 1.2 | ERROR |
Version: 1.2
Check: dependencies in R code
Result: NOTE
Invalid MIT-MAGIC-COOKIE-1 key
Flavor: r-oldrel-osx-x86_64
Version: 1.2
Check: S3 generic/method consistency
Result: WARN
Invalid MIT-MAGIC-COOKIE-1 key
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-osx-x86_64
Version: 1.2
Check: replacement functions
Result: WARN
Invalid MIT-MAGIC-COOKIE-1 key
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
Flavor: r-oldrel-osx-x86_64
Version: 1.2
Check: foreign function calls
Result: NOTE
Invalid MIT-MAGIC-COOKIE-1 key
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-osx-x86_64
Version: 1.2
Check: R code for possible problems
Result: NOTE
Invalid MIT-MAGIC-COOKIE-1 key
Flavor: r-oldrel-osx-x86_64
Version: 1.2
Check: for missing documentation entries
Result: WARN
Invalid MIT-MAGIC-COOKIE-1 key
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-osx-x86_64
Version: 1.2
Check: for code/documentation mismatches
Result: WARN
Invalid MIT-MAGIC-COOKIE-1 key
Invalid MIT-MAGIC-COOKIE-1 key
Invalid MIT-MAGIC-COOKIE-1 key
Flavor: r-oldrel-osx-x86_64
Version: 1.2
Check: Rd \usage sections
Result: NOTE
Invalid MIT-MAGIC-COOKIE-1 key
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-osx-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 structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] invalid command name "toplevel".
Calls: FuzzyPlot ... tktoplevel -> tkwidget -> tcl -> .Tcl.objv -> structure
Execution halted
Flavor: r-oldrel-osx-x86_64