Last updated on 2023-09-05 16:56:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6 | 2.62 | 26.41 | 29.03 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6 | 2.00 | 20.69 | 22.69 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6 | 79.83 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6 | 78.26 | OK | |||
r-devel-windows-x86_64 | 0.6 | 4.00 | 78.00 | 82.00 | OK | |
r-patched-linux-x86_64 | 0.6 | 4.76 | 62.31 | 67.07 | OK | |
r-release-linux-x86_64 | 0.6 | 2.74 | 61.02 | 63.76 | OK | |
r-release-macos-arm64 | 0.6 | 32.00 | OK | |||
r-release-macos-x86_64 | 0.6 | 51.00 | OK | |||
r-release-windows-x86_64 | 0.6 | 8.00 | 77.00 | 85.00 | OK | |
r-oldrel-macos-arm64 | 0.6 | 37.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6 | 7.00 | 115.00 | 122.00 | OK |
Version: 0.6
Check: examples
Result: ERROR
Running examples in ‘vscc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.vscc
> ### Title: Plotting for VSCC Objects
> ### Aliases: plot.vscc
>
> ### ** Examples
>
> require("mclust")
Loading required package: mclust
Package 'mclust' version 6.0.0
Type 'citation("mclust")' for citing this R package in publications.
> data(banknote)
> bankrun <- vscc(banknote[,-1])
Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) :
invalid non-character version specification 'x' (type: double)
Calls: vscc ... 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