Last updated on 2020-08-07 01:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 14.89 | 79.49 | 94.38 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 11.92 | 59.05 | 70.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 122.93 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 110.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.2 | 38.00 | 157.00 | 195.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 12.58 | 77.76 | 90.34 | OK | |
r-patched-solaris-x86 | 1.0.2 | 146.20 | ERROR | |||
r-release-linux-x86_64 | 1.0.2 | 12.75 | 77.79 | 90.54 | OK | |
r-release-macos-x86_64 | 1.0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.2 | 42.00 | 121.00 | 163.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.2 | 26.00 | 100.00 | 126.00 | OK |
Version: 1.0.2
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘DEoptimR’ ‘DT’ ‘PerformanceAnalytics’ ‘ggplot2’ ‘graphics’
‘gridExtra’ ‘methods’ ‘shinyjs’ ‘utils’ ‘xts’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘RobStatTM-Ex.R’ failed
The error most likely occurred in:
> ### Name: lmrobdet.control
> ### Title: Tuning parameters for lmrobdetMM and lmrobdetDCML
> ### Aliases: lmrobdet.control
>
> ### ** Examples
>
> data(coleman, package='robustbase')
> m2 <- lmrobdetMM(Y ~ ., data=coleman, control=lmrobdet.control(refine.PY=50))
*** caught segfault ***
address 0, cause 'memory not mapped'
Traceback:
1: pyinit::pyinit(x = X, y = y, intercept = FALSE, delta = dee, cc = 1.54764, psc_keep = control$psc_keep * (1 - (p/n)), resid_keep_method = control$resid_keep_method, resid_keep_thresh = control$resid_keep_thresh, resid_keep_prop = control$resid_keep_prop, maxit = control$py_maxit, eps = control$py_eps, mscale_maxit = control$mscale_maxit, mscale_tol = control$mscale_tol, mscale_rho_fun = "bisquare")
2: MMPY(X = x, y = y, control = control, mf = mf)
3: lmrobdetMM(Y ~ ., data = coleman, control = lmrobdet.control(refine.PY = 50))
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-x86