Last updated on 2020-01-20 01:50:20 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.1 | 17.37 | 183.12 | 200.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.1 | 13.59 | 136.10 | 149.69 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.1 | 234.44 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.1 | 236.91 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9.1 | 63.00 | 211.00 | 274.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 0.9.1 | 46.00 | 199.00 | 245.00 | ERROR | |
r-patched-linux-x86_64 | 0.9.1 | 13.28 | 158.36 | 171.64 | OK | |
r-patched-solaris-x86 | 0.9.1 | 308.40 | NOTE | |||
r-release-linux-x86_64 | 0.9.1 | 13.18 | 158.39 | 171.57 | OK | |
r-release-windows-ix86+x86_64 | 0.9.1 | 41.00 | 270.00 | 311.00 | OK | |
r-release-osx-x86_64 | 0.9.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.1 | 25.00 | 161.00 | 186.00 | OK | |
r-oldrel-osx-x86_64 | 0.9.1 | NOTE |
Version: 0.9.1
Check: data for non-ASCII characters
Result: NOTE
Note: found 3 marked Latin-1 strings
Note: found 3 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.9.1
Check: examples
Result: ERROR
Running examples in 'fdm2id-Ex.R' failed
The error most likely occurred in:
> ### Name: NMF
> ### Title: Non-negative Matrix Factorization
> ### Aliases: NMF
>
> ### ** Examples
>
> require (datasets)
> data (iris)
> NMF (iris [, -5], nstart = 1)
Error in is(x, clref) :
trying to get slot "className" from an object of a basic class ("character") with no slots
Calls: NMF ... .local -> nmf -> nmf -> nmf -> nmf -> .local -> is.nmf -> is
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8