CRAN Package Check Results for Package emil

Last updated on 2017-07-26 01:56:11.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.8 9.75 77.25 87.00 OK
r-devel-linux-x86_64-debian-gcc 2.2.8 10.22 76.92 87.14 OK
r-devel-linux-x86_64-fedora-clang 2.2.8 138.03 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2.8 133.91 NOTE
r-devel-windows-ix86+x86_64 2.2.8 42.00 225.00 267.00 OK
r-patched-linux-x86_64 2.2.8 9.83 76.57 86.40 OK
r-patched-solaris-x86 2.2.8 163.70 ERROR
r-release-linux-x86_64 2.2.8 9.71 76.19 85.90 OK
r-release-windows-ix86+x86_64 2.2.8 32.00 184.00 216.00 OK
r-release-osx-x86_64 2.2.8 WARN
r-oldrel-windows-ix86+x86_64 2.2.8 31.00 147.00 178.00 OK
r-oldrel-osx-x86_64 2.2.8 NOTE

Check Details

Version: 2.2.8
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘Rcpp’
     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-osx-x86_64, r-oldrel-osx-x86_64

Version: 2.2.8
Check: tests
Result: ERROR
     Running ‘testthat.R’ [23s/29s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > if (packageVersion("testthat") >= "0.9.1") {
     + library(testthat)
     + test_check("emil")
     + }
     Loading required package: emil
    
     Attaching package: 'emil'
    
     The following object is masked from 'package:base':
    
     mode
    
     1. Error: glmnet (@test-methods.r#23) ------------------------------------------
     dim(X) must have a positive length
     1: fit_glmnet(iris[-5], iris$Species) at testthat/test-methods.r:23
     2: glmnet::cv.glmnet(x, y, family = family, nfolds = nfolds, foldid = foldid, alpha = alpha,
     lambda = lambda, ...)
     3: apply(nz, 1, median)
     4: stop("dim(X) must have a positive length")
    
     testthat results ================================================================
     OK: 182 SKIPPED: 0 FAILED: 1
     1. Error: glmnet (@test-methods.r#23)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 2.2.8
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: Installed Rcpp (0.12.12) different from Rcpp used to build dplyr (0.12.11).
Flavor: r-release-osx-x86_64