CRAN Package Check Results for Package dtwclust

Last updated on 2017-12-20 00:46:49 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 5.0.0 90.82 240.81 331.63 ERROR
r-devel-linux-x86_64-debian-gcc 5.0.0 ERROR
r-devel-linux-x86_64-fedora-clang 5.1.0 445.88 NOTE
r-devel-linux-x86_64-fedora-gcc 5.1.0 627.86 NOTE
r-devel-windows-ix86+x86_64 5.0.0 325.00 419.00 744.00 ERROR
r-patched-linux-x86_64 5.0.0 103.30 294.63 397.93 ERROR
r-patched-solaris-x86 5.1.0 668.90 OK
r-release-linux-x86_64 5.0.0 106.46 292.18 398.64 ERROR
r-release-windows-ix86+x86_64 5.0.0 227.00 486.00 713.00 ERROR
r-release-osx-x86_64 5.0.0 NOTE
r-oldrel-windows-ix86+x86_64 5.0.0 338.00 572.00 910.00 ERROR
r-oldrel-osx-x86_64 5.0.0 NOTE

Additional issues

clang-UBSAN gcc-UBSAN

Check Details

Version: 5.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [95s/95s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(dtwclust)
     Loading required package: proxy
    
     Attaching package: 'proxy'
    
     The following objects are masked from 'package:stats':
    
     as.dist, dist
    
     The following object is masked from 'package:base':
    
     as.matrix
    
     Loading required package: dtw
     Loaded dtw v1.18-1. See ?dtw for help, citation("dtw") for use in publication.
    
     dtwclust:
     Setting random number generator to L'Ecuyer-CMRG (see RNGkind()).
     To read the included vignettes type: browseVignettes("dtwclust").
     Please see news(package = "dtwclust") for important information.
     > library(foreach)
     > library(testthat)
     >
     > #' To test in a local machine:
     > #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/")
     > #' OR
     > #' devtools::test() ## broken since adding tsclustFamily, can't figure out why
     > #'
     > #' To disable parallel tests, before calling test() run:
     > #'
     > #' options(dtwclust_skip_par_tests = TRUE)
     > #'
     > testthat::test_check("dtwclust")
     ── 1. Failure: Errors in centroid argument are correctly detected by tsclust. ─
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: mean
     Actual class: simpleError/error/condition
    
     ── 2. Failure: Errors in centroid argument are correctly detected by tsclust. ─
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 5.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [78s/103s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(dtwclust)
     Loading required package: proxy
    
     Attaching package: 'proxy'
    
     The following objects are masked from 'package:stats':
    
     as.dist, dist
    
     The following object is masked from 'package:base':
    
     as.matrix
    
     Loading required package: dtw
     Loaded dtw v1.18-1. See ?dtw for help, citation("dtw") for use in publication.
    
     dtwclust:
     Setting random number generator to L'Ecuyer-CMRG (see RNGkind()).
     To read the included vignettes type: browseVignettes("dtwclust").
     Please see news(package = "dtwclust") for important information.
     > library(foreach)
     > library(testthat)
     >
     > #' To test in a local machine:
     > #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/")
     > #' OR
     > #' devtools::test() ## broken since adding tsclustFamily, can't figure out why
     > #'
     > #' To disable parallel tests, before calling test() run:
     > #'
     > #' options(dtwclust_skip_par_tests = TRUE)
     > #'
     > testthat::test_check("dtwclust")
     ── 1. Failure: Errors in centroid argument are correctly detected by tsclust. ─
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: mean
     Actual class: simpleError/error/condition
    
     ── 2. Failure: Errors in centroid argument are correctly detected by tsclust. ─
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 5.1.0
Check: installed package size
Result: NOTE
     installed size is 7.7Mb
     sub-directories of 1Mb or more:
     doc 1.9Mb
     libs 4.9Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 5.0.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [93s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     Expected class: mean
     Actual class: simpleError/error/condition
    
     -- 2. Failure: Errors in centroid argument are correctly detected by tsclust. -
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     == testthat results ===========================================================
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 5.0.0
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [111s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     Expected class: mean
     Actual class: simpleError/error/condition
    
     -- 2. Failure: Errors in centroid argument are correctly detected by tsclust. -
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     == testthat results ===========================================================
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 5.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [117s/147s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(dtwclust)
     Loading required package: proxy
    
     Attaching package: 'proxy'
    
     The following objects are masked from 'package:stats':
    
     as.dist, dist
    
     The following object is masked from 'package:base':
    
     as.matrix
    
     Loading required package: dtw
     Loaded dtw v1.18-1. See ?dtw for help, citation("dtw") for use in publication.
    
     dtwclust:
     Setting random number generator to L'Ecuyer-CMRG (see RNGkind()).
     To read the included vignettes type: browseVignettes("dtwclust").
     Please see news(package = "dtwclust") for important information.
     > library(foreach)
     > library(testthat)
     >
     > #' To test in a local machine:
     > #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/")
     > #' OR
     > #' devtools::test() ## broken since adding tsclustFamily, can't figure out why
     > #'
     > #' To disable parallel tests, before calling test() run:
     > #'
     > #' options(dtwclust_skip_par_tests = TRUE)
     > #'
     > testthat::test_check("dtwclust")
     ── 1. Failure: Errors in centroid argument are correctly detected by tsclust. ─
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: mean
     Actual class: simpleError/error/condition
    
     ── 2. Failure: Errors in centroid argument are correctly detected by tsclust. ─
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 5.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [116s/150s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(dtwclust)
     Loading required package: proxy
    
     Attaching package: 'proxy'
    
     The following objects are masked from 'package:stats':
    
     as.dist, dist
    
     The following object is masked from 'package:base':
    
     as.matrix
    
     Loading required package: dtw
     Loaded dtw v1.18-1. See ?dtw for help, citation("dtw") for use in publication.
    
     dtwclust:
     Setting random number generator to L'Ecuyer-CMRG (see RNGkind()).
     To read the included vignettes type: browseVignettes("dtwclust").
     Please see news(package = "dtwclust") for important information.
     > library(foreach)
     > library(testthat)
     >
     > #' To test in a local machine:
     > #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/")
     > #' OR
     > #' devtools::test() ## broken since adding tsclustFamily, can't figure out why
     > #'
     > #' To disable parallel tests, before calling test() run:
     > #'
     > #' options(dtwclust_skip_par_tests = TRUE)
     > #'
     > testthat::test_check("dtwclust")
     ── 1. Failure: Errors in centroid argument are correctly detected by tsclust. ─
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: mean
     Actual class: simpleError/error/condition
    
     ── 2. Failure: Errors in centroid argument are correctly detected by tsclust. ─
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-linux-x86_64

Version: 5.0.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [110s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     Expected class: mean
     Actual class: simpleError/error/condition
    
     -- 2. Failure: Errors in centroid argument are correctly detected by tsclust. -
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     == testthat results ===========================================================
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 5.0.0
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [117s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     Expected class: mean
     Actual class: simpleError/error/condition
    
     -- 2. Failure: Errors in centroid argument are correctly detected by tsclust. -
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     == testthat results ===========================================================
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 5.0.0
Check: installed package size
Result: NOTE
     installed size is 5.6Mb
     sub-directories of 1Mb or more:
     doc 1.9Mb
     libs 2.9Mb
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 5.0.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [121s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     Expected class: mean
     Actual class: simpleError/error/condition
    
     -- 2. Failure: Errors in centroid argument are correctly detected by tsclust. -
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     == testthat results ===========================================================
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 5.0.0
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [133s]
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     Expected class: mean
     Actual class: simpleError/error/condition
    
     -- 2. Failure: Errors in centroid argument are correctly detected by tsclust. -
     `tsclust(data, centroid = "mean")` threw an error with unexpected class.
     Expected class: median
     Actual class: simpleError/error/condition
    
     == testthat results ===========================================================
     OK: 1609 SKIPPED: 5 FAILED: 2
     1. Failure: Errors in centroid argument are correctly detected by tsclust.
     2. Failure: Errors in centroid argument are correctly detected by tsclust.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64