Last updated on 2019-05-19 15:48:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-1 | 24.67 | 154.55 | 179.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1-1 | 21.84 | 103.05 | 124.89 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1-1 | 222.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-1 | 206.51 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1-1 | 57.00 | 236.00 | 293.00 | OK | |
r-patched-linux-x86_64 | 0.1-1 | 25.28 | 152.83 | 178.11 | OK | |
r-patched-solaris-x86 | 0.1-1 | 306.50 | OK | |||
r-release-linux-x86_64 | 0.1-1 | 23.29 | 151.59 | 174.88 | OK | |
r-release-windows-ix86+x86_64 | 0.1-1 | 52.00 | 232.00 | 284.00 | OK | |
r-release-osx-x86_64 | 0.1-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-1 | 43.00 | 208.00 | 251.00 | OK | |
r-oldrel-osx-x86_64 | 0.1-1 | OK |
Version: 0.1-1
Check: examples
Result: ERROR
Running examples in ‘nlr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dfrmest.NLM
> ### Title: Derivative free MM-estimate
> ### Aliases: dfrmest.NLM
> ### Keywords: Robust statistics MM-estimate Optimization
> ### Levenberg-Marquardt Newton optimization
>
> ### ** Examples
>
> datalist=list(xr=ntp$dm.k,yr=ntp$cm.k)
> ntpstart=list(p1=.12,p2=6,p3=1,p4=33)
> ntpstarttau=list(tau1=-.66,tau2=2,tau3=.04)
> fittnml <- dfrmest.NLM(formula=nlrobj1[[16]], data = datalist, start=ntpstart,
+ robscale = TRUE, robfunc = nl.robfuncs[["huber"]],control=
+ nlr.control(tolerance=1e-8,trace=TRUE))
> fittnml$parameters
Error in slot(x, name) :
no slot of name "parameters" for this object of class "Fault"
Calls: $ -> $ -> slot
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc