CRAN Package Check Results for Package live

Last updated on 2019-12-17 13:47:23 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.11 10.56 143.19 153.75 OK
r-devel-linux-x86_64-debian-gcc 1.5.11 9.63 106.05 115.68 OK
r-devel-linux-x86_64-fedora-clang 1.5.11 176.86 NOTE
r-devel-linux-x86_64-fedora-gcc 1.5.11 174.47 NOTE
r-devel-windows-ix86+x86_64 1.5.11 40.00 112.00 152.00 ERROR
r-devel-windows-ix86+x86_64-gcc8 1.5.11 32.00 173.00 205.00 ERROR
r-patched-linux-x86_64 1.5.11 OK
r-patched-solaris-x86 1.5.11 171.90 ERROR
r-release-linux-x86_64 1.5.11 9.18 122.44 131.62 OK
r-release-windows-ix86+x86_64 1.5.11 20.00 98.00 118.00 ERROR
r-release-osx-x86_64 1.5.11 NOTE
r-oldrel-windows-ix86+x86_64 1.5.11 11.00 143.00 154.00 ERROR
r-oldrel-osx-x86_64 1.5.11 NOTE

Check Details

Version: 1.5.11
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘e1071’
     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: 1.5.11
Check: tests
Result: ERROR
     Running 'testthat.R' [5s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(live)
     Welcome to live v1.5.11. Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.
     > library(mlr)
     Loading required package: ParamHelpers
     > library(DALEX)
     Welcome to DALEX (version: 0.4.9).
     Find examples and detailed introduction at: https://pbiecek.github.io/PM_VEE/
     Additional features will be available after installation of: ingredients, iBreakDown, ALEPlot, pdp, factorMerger, ggpubr.
     Use 'install_dependencies()' to get all suggested dependencies
     > library(data.table)
     >
     > set.seed(1)
     > X <- as.data.frame(matrix(runif(5500), ncol = 11, nrow = 500))
     > X2 <- X
     > X2$V1 <- as.factor(as.character(X2$V1 > 0.5))
     > local <- sample_locally(data = X,
     + explained_instance = X[3, ],
     + explained_var = "V1",
     + size = 50)
     > local1 <- add_predictions(local, "regr.svm", X)
     > local_explained <- fit_explanation(local1, "regr.lm")
     Error in loadNamespace(name) : there is no package called 'RWeka'
     Calls: fit_explanation
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 1.5.11
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building 'wine_quality.Rmd' using rmarkdown
    Loading required package: ParamHelpers
    Welcome to live v1.5.11. Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
    Attaching package: 'e1071'
    
    The following object is masked from 'package:mlr':
    
     impute
    
    Quitting from lines 74-76 (wine_quality.Rmd)
    Error: processing vignette 'wine_quality.Rmd' failed with diagnostics:
    there is no package called 'RWeka'
    --- failed re-building 'wine_quality.Rmd'
    
    SUMMARY: processing the following file failed:
     'wine_quality.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64

Version: 1.5.11
Check: tests
Result: ERROR
     Running 'testthat.R' [7s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(live)
     Welcome to live v1.5.11. Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.
     > library(mlr)
     Loading required package: ParamHelpers
     > library(DALEX)
     Welcome to DALEX (version: 0.4.9).
     Find examples and detailed introduction at: https://pbiecek.github.io/PM_VEE/
     Additional features will be available after installation of: ingredients, iBreakDown, ALEPlot, pdp, factorMerger, ggpubr.
     Use 'install_dependencies()' to get all suggested dependencies
     > library(data.table)
     >
     > set.seed(1)
     > X <- as.data.frame(matrix(runif(5500), ncol = 11, nrow = 500))
     > X2 <- X
     > X2$V1 <- as.factor(as.character(X2$V1 > 0.5))
     > local <- sample_locally(data = X,
     + explained_instance = X[3, ],
     + explained_var = "V1",
     + size = 50)
     > local1 <- add_predictions(local, "regr.svm", X)
     > local_explained <- fit_explanation(local1, "regr.lm")
     Error in loadNamespace(name) : there is no package called 'RWeka'
     Calls: fit_explanation
     Execution halted
Flavor: r-devel-windows-ix86+x86_64-gcc8

Version: 1.5.11
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(live)
     Welcome to live v1.5.11. Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.
     > library(mlr)
     Loading required package: ParamHelpers
     > library(DALEX)
     Welcome to DALEX (version: 0.4.9).
     Find examples and detailed introduction at: https://pbiecek.github.io/PM_VEE/
     Additional features will be available after installation of: ingredients, iBreakDown, ALEPlot, pdp, factorMerger, ggpubr.
     Use 'install_dependencies()' to get all suggested dependencies
     > library(data.table)
     >
     > set.seed(1)
     > X <- as.data.frame(matrix(runif(5500), ncol = 11, nrow = 500))
     > X2 <- X
     > X2$V1 <- as.factor(as.character(X2$V1 > 0.5))
     > local <- sample_locally(data = X,
     + explained_instance = X[3, ],
     + explained_var = "V1",
     + size = 50)
     > local1 <- add_predictions(local, "regr.svm", X)
     > local_explained <- fit_explanation(local1, "regr.lm")
     Error in loadNamespace(name) : there is no package called 'RWeka'
     Calls: fit_explanation
     Execution halted
Flavor: r-patched-solaris-x86

Version: 1.5.11
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘wine_quality.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.
    Loading required package: ParamHelpers
    Welcome to live v1.5.11. Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
    Attaching package: 'e1071'
    
    The following object is masked from 'package:mlr':
    
     impute
    
    Quitting from lines 74-76 (wine_quality.Rmd)
    Error: processing vignette 'wine_quality.Rmd' failed with diagnostics:
    there is no package called 'RWeka'
    --- failed re-building ‘wine_quality.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘wine_quality.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 1.5.11
Check: tests
Result: ERROR
     Running 'testthat.R' [4s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(live)
     Welcome to live v1.5.11. Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.
     > library(mlr)
     Loading required package: ParamHelpers
     > library(DALEX)
     Welcome to DALEX (version: 0.4.9).
     Find examples and detailed introduction at: https://pbiecek.github.io/PM_VEE/
     Additional features will be available after installation of: ingredients, iBreakDown, ALEPlot, pdp, factorMerger, ggpubr.
     Use 'install_dependencies()' to get all suggested dependencies
     > library(data.table)
     >
     > set.seed(1)
     > X <- as.data.frame(matrix(runif(5500), ncol = 11, nrow = 500))
     > X2 <- X
     > X2$V1 <- as.factor(as.character(X2$V1 > 0.5))
     > local <- sample_locally(data = X,
     + explained_instance = X[3, ],
     + explained_var = "V1",
     + size = 50)
     > local1 <- add_predictions(local, "regr.svm", X)
     > local_explained <- fit_explanation(local1, "regr.lm")
     Error in loadNamespace(name) : there is no package called 'RWeka'
     Calls: fit_explanation
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 1.5.11
Check: tests
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(live)
     Welcome to live v1.5.11. Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.
     > library(mlr)
     Loading required package: ParamHelpers
     > library(DALEX)
     Welcome to DALEX (version: 0.4.9).
     Find examples and detailed introduction at: https://pbiecek.github.io/PM_VEE/
     Additional features will be available after installation of: ingredients, iBreakDown, ALEPlot, pdp, factorMerger, ggpubr.
     Use 'install_dependencies()' to get all suggested dependencies
     > library(data.table)
     >
     > set.seed(1)
     > X <- as.data.frame(matrix(runif(5500), ncol = 11, nrow = 500))
     > X2 <- X
     > X2$V1 <- as.factor(as.character(X2$V1 > 0.5))
     > local <- sample_locally(data = X,
     + explained_instance = X[3, ],
     + explained_var = "V1",
     + size = 50)
     > local1 <- add_predictions(local, "regr.svm", X)
     > local_explained <- fit_explanation(local1, "regr.lm")
     Error in loadNamespace(name) : there is no package called 'RWeka'
     Calls: fit_explanation
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.5.11
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Loading required package: ParamHelpers
    Welcome to live v1.5.11. Live is a part of DALEXverse. Find out more at https://github.com/pbiecek/DALEX.
    
    Attaching package: 'dplyr'
    
    The following objects are masked from 'package:stats':
    
     filter, lag
    
    The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
    
    Attaching package: 'e1071'
    
    The following object is masked from 'package:mlr':
    
     impute
    
    Quitting from lines 74-76 (wine_quality.Rmd)
    Error: processing vignette 'wine_quality.Rmd' failed with diagnostics:
    there is no package called 'RWeka'
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64