CRAN Package Check Results for Package SmartEDA

Last updated on 2019-03-27 00:48:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 6.65 91.83 98.48 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.0 4.43 100.34 104.77 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 123.31 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.0 116.79 ERROR
r-devel-windows-ix86+x86_64 0.3.0 13.00 118.00 131.00 ERROR
r-patched-linux-x86_64 0.3.0 4.03 111.12 115.15 OK
r-patched-solaris-x86 0.3.0 121.20 ERROR
r-release-linux-x86_64 0.3.0 3.60 114.39 117.99 OK
r-release-windows-ix86+x86_64 0.3.0 18.00 110.00 128.00 OK
r-release-osx-x86_64 0.3.0 ERROR
r-oldrel-windows-ix86+x86_64 0.3.0 8.00 91.00 99.00 ERROR
r-oldrel-osx-x86_64 0.3.0 ERROR

Check Details

Version: 0.3.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: unable to re-encode 'fn_exp_categorical.R' lines 8, 9, 19, 21, 23, 25, 27, 31, 33, 35, 37, 39, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440
     Warning: unable to re-encode 'fn_exp_numeric.R' lines 22, 24, 26, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70
     Warning: unable to re-encode 'fn_exp_numeric_viz.R' lines 30, 32, 34
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.0
Check: tests
Result: ERROR
     Running 'testthat.R' [1s/2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(SmartEDA)
     >
     >
     > context("Summary statistics")
     >
     > test_that("ExpKurtosis and ExpSkew are measures of shapes value", {
     + expect_equal(ExpKurtosis(c(1:4),type="moment"), 1.64)
     + set.seed(1234)
     + expect_equal(ExpSkew(sample(1:100,10),type="moment"),-0.2131082)
     + })
     Error: Test failed: 'ExpKurtosis and ExpSkew are measures of shapes value'
     * ExpSkew(sample(1:100, 10), type = "moment") not equal to -0.2131082.
     1/1 mismatches
     [1] 0.618 - -0.213 == 0.831
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(SmartEDA)
     >
     >
     > context("Summary statistics")
     >
     > test_that("ExpKurtosis and ExpSkew are measures of shapes value", {
     + expect_equal(ExpKurtosis(c(1:4),type="moment"), 1.64)
     + set.seed(1234)
     + expect_equal(ExpSkew(sample(1:100,10),type="moment"),-0.2131082)
     + })
     Error: Test failed: 'ExpKurtosis and ExpSkew are measures of shapes value'
     * ExpSkew(sample(1:100, 10), type = "moment") not equal to -0.2131082.
     1/1 mismatches
     [1] 0.618 - -0.213 == 0.831
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: tests
Result: ERROR
     Running 'testthat.R' [2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(SmartEDA)
     >
     >
     > context("Summary statistics")
     >
     > test_that("ExpKurtosis and ExpSkew are measures of shapes value", {
     + expect_equal(ExpKurtosis(c(1:4),type="moment"), 1.64)
     + set.seed(1234)
     + expect_equal(ExpSkew(sample(1:100,10),type="moment"),-0.2131082)
     + })
     Error: Test failed: 'ExpKurtosis and ExpSkew are measures of shapes value'
     * ExpSkew(sample(1:100, 10), type = "moment") not equal to -0.2131082.
     1/1 mismatches
     [1] 0.618 - -0.213 == 0.831
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.3.0
Check: examples
Result: ERROR
    Running examples in ‘SmartEDA-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: ExpReport
    > ### Title: Function to create HTML EDA report
    > ### Aliases: ExpReport
    >
    > ### ** Examples
    >
    > # Overview of the data
    > ExpReport(mtcars,Template=NULL,Target=NULL,label=NULL,op_file="Myreport.html",
    + op_dir=getwd(),sc=2,sn=2,Rc=NULL)
    Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
    Execution halted
Flavors: r-patched-solaris-x86, r-release-osx-x86_64

Version: 0.3.0
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Quitting from lines 125-126 (SmartEDA.Rmd)
    Error: processing vignette 'SmartEDA.Rmd' failed with diagnostics:
    unused argument (options = options)
    Execution halted
Flavors: r-patched-solaris-x86, r-release-osx-x86_64

Version: 0.3.0
Check: R code for possible problems
Result: NOTE
    ExpCatViz: no visible global function definition for 'isFALSE'
    Undefined global functions or variables:
     isFALSE
Flavors: r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.3.0
Check: examples
Result: ERROR
    Running examples in 'SmartEDA-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: ExpCatViz
    > ### Title: Distributions of categorical variables
    > ### Aliases: ExpCatViz
    >
    > ### ** Examples
    >
    > ExpCatViz(data=mtcars,gp=NULL,fname=file.path(tempdir(),"Cat_1"),clim=10,margin=1,Page = c(2,2))
    Error in isFALSE(rdata) : could not find function "isFALSE"
    Calls: ExpCatViz
    Execution halted
Flavors: r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.3.0
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Quitting from lines 162-164 (SmartEDA.Rmd)
    Error: processing vignette 'SmartEDA.Rmd' failed with diagnostics:
    could not find function "isFALSE"
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 0.3.0
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Quitting from lines 125-126 (SmartEDA.Rmd)
    Error: processing vignette 'SmartEDA.Rmd' failed with diagnostics:
    unused argument (options = list(eval = TRUE, echo = FALSE, results = "markup", tidy = FALSE, tidy.opts = NULL, collapse = FALSE, prompt = FALSE, comment = "##", highlight = TRUE, strip.white = TRUE, size = "normalsize", background = "#F7F7F7", cache = 0, cache.path = "cache/", cache.vars = NULL, cache.lazy = TRUE, dependson = NULL, autodep = FALSE, cache.rebuild = FALSE, fig.keep = "high", fig.show = "asis", fig.align = "default", fig.path = "figure/", dev = "png", dev.args = NULL, dpi = 72, fig.ext = "png",
     fig.width = 7, fig.height = 7, fig.env = "figure", fig.cap = NULL, fig.scap = NULL, fig.lp = "fig:", fig.subcap = NULL, fig.pos = "", out.width = NULL, out.height = NULL, out.extra = NULL, fig.retina = 1, external = TRUE, sanitize = FALSE, interval = 1, aniopts = "controls,loop", warning = FALSE, error = FALSE, message = TRUE, render = list(Vname = 1:8, Group = c(1, 1, 1, 1, 1, 1, 1, 1), TN = c(400, 400, 400,
    Execution halted
Flavor: r-oldrel-osx-x86_64