Last updated on 2025-09-22 21:49:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 8.02 | 72.33 | 80.35 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 5.20 | 50.96 | 56.16 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 124.08 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 117.73 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 10.00 | 72.00 | 82.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 8.05 | 66.00 | 74.05 | OK | |
r-release-linux-x86_64 | 0.3.1 | 7.70 | 65.91 | 73.61 | OK | |
r-release-macos-arm64 | 0.3.1 | 32.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 59.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 10.00 | 77.00 | 87.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 37.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 65.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 14.00 | 99.00 | 113.00 | OK |
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘WeibullR.plotly-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotly_duane
> ### Title: Interactive Duane Plot.
> ### Aliases: plotly_duane
>
> ### ** Examples
>
> library(ReliaGrowR)
> times<-c(100, 200, 300, 400, 500)
> failures<-c(1, 2, 1, 3, 2)
> fit<-duane_plot(times, failures)
Error in duane_plot(times, failures) :
could not find function "duane_plot"
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘WeibullR.plotly-Ex.R’ failed
The error most likely occurred in:
> ### Name: plotly_duane
> ### Title: Interactive Duane Plot.
> ### Aliases: plotly_duane
>
> ### ** Examples
>
> library(ReliaGrowR)
> times<-c(100, 200, 300, 400, 500)
> failures<-c(1, 2, 1, 3, 2)
> fit<-duane_plot(times, failures)
Error in duane_plot(times, failures) :
could not find function "duane_plot"
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang