Last updated on 2025-02-17 09:49:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.1 | 191.51 | 342.18 | 533.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 129.11 | 230.48 | 359.59 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 2452.23 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 2365.51 | ERROR | |||
r-devel-macos-arm64 | 0.4.1 | 199.00 | OK | |||
r-devel-macos-x86_64 | 0.4.1 | 357.00 | NOTE | |||
r-devel-windows-x86_64 | 0.4.1 | 198.00 | 494.00 | 692.00 | NOTE | |
r-patched-linux-x86_64 | 0.4.1 | 173.03 | 317.95 | 490.98 | OK | |
r-release-linux-x86_64 | 0.4.1 | 170.57 | 320.41 | 490.98 | OK | |
r-release-macos-arm64 | 0.4.1 | 146.00 | NOTE | |||
r-release-macos-x86_64 | 0.4.1 | 242.00 | NOTE | |||
r-release-windows-x86_64 | 0.4.1 | 196.00 | 516.00 | 712.00 | NOTE | |
r-oldrel-macos-arm64 | 0.4.1 | 202.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.4.1 | 326.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.4.1 | 248.00 | 605.00 | 853.00 | NOTE |
Version: 0.4.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘caps-plot.R’ ‘utils.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 0.4.1
Check: examples
Result: ERROR
Running examples in ‘fdacluster-Ex.R’ failed
The error most likely occurred in:
> ### Name: fdadbscan
> ### Title: Performs density-based clustering for functional data with
> ### amplitude and phase separation
> ### Aliases: fdadbscan
>
> ### ** Examples
>
> #----------------------------------
> # Extracts 15 out of the 30 simulated curves in `simulated30_sub` data set
> idx <- c(1:5, 11:15)
> x <- simulated30_sub$x[idx, ]
> y <- simulated30_sub$y[idx, , ]
>
> #----------------------------------
> # Runs an HAC with affine alignment, searching for 2 clusters
> out <- fdadbscan(
+ x = x,
+ y = y,
+ warping_class = "affine",
+ metric = "normalized_l2"
+ )
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [30m/35m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(fdacluster)
>
> test_check("fdacluster")
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [30m/38m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(fdacluster)
>
> test_check("fdacluster")
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.4.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘caps-diagnostic.R’ ‘caps-plot.R’ ‘compare-caps.R’ ‘fdadbscan.R’
‘fdadist.R’ ‘fdahclust.R’ ‘fdakmeans.R’ ‘utils.R’
Flavor: r-devel-macos-x86_64
Version: 0.4.1
Check: installed package size
Result: NOTE
installed size is 14.9Mb
sub-directories of 1Mb or more:
R 1.9Mb
doc 1.5Mb
help 2.1Mb
libs 8.9Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64