The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package dtwclust

Last updated on 2026-08-10 10:50:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 6.0.0 147.76 376.40 524.16 NOTE
r-devel-linux-x86_64-debian-gcc 6.0.0 104.44 279.50 383.94 NOTE
r-devel-linux-x86_64-fedora-clang 6.0.0 116.00 261.75 377.75 OK
r-devel-linux-x86_64-fedora-gcc 6.0.0 115.00 270.18 385.18 OK
r-devel-windows-x86_64 6.0.0 200.00 367.00 567.00 ERROR
r-patched-linux-x86_64 6.0.0 140.61 371.88 512.49 OK
r-release-linux-x86_64 6.0.0 144.75 380.82 525.57 OK
r-release-macos-arm64 6.0.0 31.00 79.00 110.00 OK
r-release-macos-x86_64 6.0.0 82.00 394.00 476.00 OK
r-release-windows-x86_64 6.0.0 191.00 376.00 567.00 ERROR
r-oldrel-macos-arm64 6.0.0 OK
r-oldrel-macos-x86_64 6.0.0 78.00 373.00 451.00 OK
r-oldrel-windows-x86_64 6.0.0 221.00 475.00 696.00 ERROR

Check Details

Version: 6.0.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Alexis Sarda <alexis.sarda@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Alexis", family = "Sarda-Espinosa", role = "aut"), person(given = "Alexis", family = "Sarda", role = "cre", email = "alexis.sarda@gmail.com")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 6.0.0
Check: tests
Result: ERROR Running 'testthat.R' [112s] 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.23-3. 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"). See news(package = "dtwclust") after package updates. > library(foreach) > library(testthat) > > # coverage for multi-threading might not be possible (?) > if (nzchar(Sys.getenv("R_COVR"))) RcppParallel::setThreadOptions(1L) > # old reporter for CMD checks > options(testthat.default_reporter = "summary") > > #' To test in a local machine: > #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/") > #' OR > #' devtools::test() # fixed? https://github.com/r-lib/devtools/issues/1832 > #' > #' To disable parallel tests, before calling test() run: > #' > #' options(dtwclust_skip_par_tests = TRUE) > #' > testthat::test_check("dtwclust") Saving _problems/test-02-integration-02-families-466.R Saving _problems/test-02-integration-02-families-506.R Saving _problems/test-02-integration-02-families-509.R [ FAIL 3 | WARN 0 | SKIP 15 | PASS 1936 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-05-regression-01-proxy.R:19:5', 'test-05-regression-01-proxy.R:36:5', 'test-05-regression-02-dtwb.R:13:5', 'test-05-regression-03-family-distmat.R:14:9', 'test-05-regression-04-family-centroids.R:14:9', 'test-05-regression-04-family-centroids.R:34:9', 'test-05-regression-05-custom-dist.R:14:9', 'test-05-regression-06-cvis.R:14:9', 'test-05-regression-07-clusterings.R:14:9', 'test-05-regression-07-clusterings.R:35:9', 'test-05-regression-07-clusterings.R:53:9', 'test-05-regression-07-clusterings.R:82:9', 'test-05-regression-08-comparisons.R:14:9', 'test-06-parallel.R:16:5' • sequential case (1): 'test-01-unit-02-misc.R:110:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-02-integration-02-families.R:465:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `sub_distmat` to equal `distmat[, c(1L, 15L), drop = FALSE]`. Differences: actual != expected but don't know how to show the difference Sub, NULL distmat ── Failure ('test-02-integration-02-families.R:505:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `whole_distmat` to equal `base::as.matrix(distmat)`. Differences: actual != expected but don't know how to show the difference Whole, sparse distmat ── Failure ('test-02-integration-02-families.R:508:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `sub_distmat` to equal `base::as.matrix(distmat[, c(1L, 15L), drop = FALSE])`. Differences: actual != expected but don't know how to show the difference Sub, sparse distmat [ FAIL 3 | WARN 0 | SKIP 15 | PASS 1936 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 6.0.0
Check: tests
Result: ERROR Running 'testthat.R' [110s] 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.23-3. 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"). See news(package = "dtwclust") after package updates. > library(foreach) > library(testthat) > > # coverage for multi-threading might not be possible (?) > if (nzchar(Sys.getenv("R_COVR"))) RcppParallel::setThreadOptions(1L) > # old reporter for CMD checks > options(testthat.default_reporter = "summary") > > #' To test in a local machine: > #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/") > #' OR > #' devtools::test() # fixed? https://github.com/r-lib/devtools/issues/1832 > #' > #' To disable parallel tests, before calling test() run: > #' > #' options(dtwclust_skip_par_tests = TRUE) > #' > testthat::test_check("dtwclust") Saving _problems/test-02-integration-02-families-466.R Saving _problems/test-02-integration-02-families-506.R Saving _problems/test-02-integration-02-families-509.R [ FAIL 3 | WARN 0 | SKIP 15 | PASS 1936 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-05-regression-01-proxy.R:19:5', 'test-05-regression-01-proxy.R:36:5', 'test-05-regression-02-dtwb.R:13:5', 'test-05-regression-03-family-distmat.R:14:9', 'test-05-regression-04-family-centroids.R:14:9', 'test-05-regression-04-family-centroids.R:34:9', 'test-05-regression-05-custom-dist.R:14:9', 'test-05-regression-06-cvis.R:14:9', 'test-05-regression-07-clusterings.R:14:9', 'test-05-regression-07-clusterings.R:35:9', 'test-05-regression-07-clusterings.R:53:9', 'test-05-regression-07-clusterings.R:82:9', 'test-05-regression-08-comparisons.R:14:9', 'test-06-parallel.R:16:5' • sequential case (1): 'test-01-unit-02-misc.R:110:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-02-integration-02-families.R:465:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `sub_distmat` to equal `distmat[, c(1L, 15L), drop = FALSE]`. Differences: actual != expected but don't know how to show the difference Sub, NULL distmat ── Failure ('test-02-integration-02-families.R:505:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `whole_distmat` to equal `base::as.matrix(distmat)`. Differences: actual != expected but don't know how to show the difference Whole, sparse distmat ── Failure ('test-02-integration-02-families.R:508:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `sub_distmat` to equal `base::as.matrix(distmat[, c(1L, 15L), drop = FALSE])`. Differences: actual != expected but don't know how to show the difference Sub, sparse distmat [ FAIL 3 | WARN 0 | SKIP 15 | PASS 1936 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 6.0.0
Check: tests
Result: ERROR Running 'testthat.R' [148s] 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.23-3. 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"). See news(package = "dtwclust") after package updates. > library(foreach) > library(testthat) > > # coverage for multi-threading might not be possible (?) > if (nzchar(Sys.getenv("R_COVR"))) RcppParallel::setThreadOptions(1L) > # old reporter for CMD checks > options(testthat.default_reporter = "summary") > > #' To test in a local machine: > #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/") > #' OR > #' devtools::test() # fixed? https://github.com/r-lib/devtools/issues/1832 > #' > #' To disable parallel tests, before calling test() run: > #' > #' options(dtwclust_skip_par_tests = TRUE) > #' > testthat::test_check("dtwclust") Saving _problems/test-02-integration-02-families-466.R Saving _problems/test-02-integration-02-families-506.R Saving _problems/test-02-integration-02-families-509.R [ FAIL 3 | WARN 0 | SKIP 15 | PASS 1936 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-05-regression-01-proxy.R:19:5', 'test-05-regression-01-proxy.R:36:5', 'test-05-regression-02-dtwb.R:13:5', 'test-05-regression-03-family-distmat.R:14:9', 'test-05-regression-04-family-centroids.R:14:9', 'test-05-regression-04-family-centroids.R:34:9', 'test-05-regression-05-custom-dist.R:14:9', 'test-05-regression-06-cvis.R:14:9', 'test-05-regression-07-clusterings.R:14:9', 'test-05-regression-07-clusterings.R:35:9', 'test-05-regression-07-clusterings.R:53:9', 'test-05-regression-07-clusterings.R:82:9', 'test-05-regression-08-comparisons.R:14:9', 'test-06-parallel.R:16:5' • sequential case (1): 'test-01-unit-02-misc.R:110:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-02-integration-02-families.R:465:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `sub_distmat` to equal `distmat[, c(1L, 15L), drop = FALSE]`. Differences: actual != expected but don't know how to show the difference Sub, NULL distmat ── Failure ('test-02-integration-02-families.R:505:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `whole_distmat` to equal `base::as.matrix(distmat)`. Differences: actual != expected but don't know how to show the difference Whole, sparse distmat ── Failure ('test-02-integration-02-families.R:508:5'): Operations with tsclustFamily@dist and gak give expected results ── Expected `sub_distmat` to equal `base::as.matrix(distmat[, c(1L, 15L), drop = FALSE])`. Differences: actual != expected but don't know how to show the difference Sub, sparse distmat [ FAIL 3 | WARN 0 | SKIP 15 | PASS 1936 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.