CRAN Package Check Results for Package SmartEDA

Last updated on 2019-04-22 07:47:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 5.60 100.05 105.65 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.0 5.07 84.53 89.60 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 117.39 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.0 114.62 ERROR
r-devel-windows-ix86+x86_64 0.3.0 16.00 152.00 168.00 ERROR
r-patched-linux-x86_64 0.3.0 5.59 96.44 102.03 ERROR
r-patched-solaris-x86 0.3.0 123.70 ERROR
r-release-linux-x86_64 0.3.0 4.75 92.93 97.68 OK
r-release-windows-ix86+x86_64 0.3.0 9.00 117.00 126.00 OK
r-release-osx-x86_64 0.3.0 ERROR
r-oldrel-windows-ix86+x86_64 0.3.0 11.00 125.00 136.00 ERROR
r-oldrel-osx-x86_64 0.3.0 ERROR

Check Details

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, r-patched-linux-x86_64

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, r-patched-solaris-x86

Version: 0.3.0
Check: tests
Result: ERROR
     Running 'testthat.R' [3s]
    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(s) in re-building vignettes:
     ...
    --- re-building ‘CustomTable.Rmd’ using rmarkdown
    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.
    --- finished re-building ‘CustomTable.Rmd’
    
    --- re-building ‘SmartEDA.Rmd’ using rmarkdown
    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)
    --- failed re-building ‘SmartEDA.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘SmartEDA.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

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
Flavor: 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