Package: WeibullR.plotly Check: examples New 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