CRAN Package Check Results for Maintainer ‘Matias Salibian-Barrera <matias at stat.ubc.ca>’

Last updated on 2020-08-07 01:50:26 CEST.

Package ERROR NOTE OK
RBF 12
RobStatTM 1 4 7

Package RBF

Current CRAN status: OK: 12

Package RobStatTM

Current CRAN status: ERROR: 1, NOTE: 4, OK: 7

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