Last updated on 2019-10-31 00:50:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 4.86 | 97.96 | 102.82 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 3.96 | 84.23 | 88.19 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 93.84 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 103.49 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.1 | 15.00 | 157.00 | 172.00 | OK | |
r-patched-linux-x86_64 | 0.2.1 | 4.30 | 82.68 | 86.98 | OK | |
r-patched-solaris-x86 | 0.2.1 | 142.00 | OK | |||
r-release-linux-x86_64 | 0.2.1 | 4.24 | 83.28 | 87.52 | OK | |
r-release-windows-ix86+x86_64 | 0.2.1 | 12.00 | 129.00 | 141.00 | OK | |
r-release-osx-x86_64 | 0.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 5.00 | 140.00 | 145.00 | OK | |
r-oldrel-osx-x86_64 | 0.2.0 | ERROR |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘DTSg-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot.DTSg
> ### Title: Plot Time Series
> ### Aliases: plot.DTSg plot
>
> ### ** Examples
>
> # new DTSg object
> x <- DTSg$new(values = flow)
>
> # plot time series
> if (requireNamespace("dygraphs", quietly = TRUE) &&
+ requireNamespace("RColorBrewer", quietly = TRUE)) {
+ ## R6 method
+ x$plot()
+
+ ## S3 method
+ plot(x = x)
+ }
Error in dygraphs::dygraph(private$.values[.dateTime >= from & .dateTime <= :
Unsupported type passed to argument 'data'.
Calls: <Anonymous> -> <Anonymous>
Execution halted
Flavor: r-oldrel-osx-x86_64