Last updated on 2025-06-23 13:50:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.6 | 8.08 | 59.35 | 67.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.6 | 6.30 | 53.07 | 59.37 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.6 | 124.90 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.6 | 113.19 | OK | |||
r-devel-windows-x86_64 | 1.1.6 | 6.00 | 74.00 | 80.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.6 | 7.75 | 51.60 | 59.35 | OK | |
r-release-linux-x86_64 | 1.1.6 | 7.14 | 51.45 | 58.59 | OK | |
r-release-macos-arm64 | 1.1.6 | 136.00 | OK | |||
r-release-macos-x86_64 | 1.1.6 | 117.00 | OK | |||
r-release-windows-x86_64 | 1.1.6 | 6.00 | 82.00 | 88.00 | OK | |
r-oldrel-macos-arm64 | 1.1.6 | 61.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.6 | 68.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.6 | 9.00 | 86.00 | 95.00 | OK |
Version: 1.1.6
Check: examples
Result: ERROR
Running examples in 'smovie-Ex.R' failed
The error most likely occurred in:
> ### Name: continuous
> ### Title: Univariate Continuous Distributions: p.d.f and c.d.f.
> ### Aliases: continuous
>
> ### ** Examples
>
> # Normal example
> continuous()
> # Fix the range of values over which to plot
> continuous(var_range = c(-10, 10))
>
> # The same example, but using a user-supplied function and setting manually
> # the initial parameters, parameter step size and range
> continuous(distn = dnorm, params = list(mean = 0, sd = 1),
+ param_step = list(mean = 1, sd = 1),
+ param_range = list(sd = c(0, NA)))
Unable to save metafile to the clipboard
Error in structure(.External(.C_dotTcl, ...), class = "tclObj") :
[tcl] can't get device image.
Calls: continuous ... <Anonymous> -> w.tkrplot -> handshake -> fun -> .Tcl -> structure
Execution halted
Flavor: r-devel-windows-x86_64