CRAN Package Check Results for Package fdakma

Last updated on 2023-07-18 07:59:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.1 2.79 27.83 30.62 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.1 2.43 21.64 24.07 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.1 39.24 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.1 37.52 ERROR
r-devel-windows-x86_64 1.3.1 5.00 45.00 50.00 ERROR
r-patched-linux-x86_64 1.3.1 3.54 27.30 30.84 ERROR
r-release-linux-x86_64 1.3.1 2.29 26.94 29.23 ERROR
r-release-macos-arm64 1.3.1 21.00 OK
r-release-macos-x86_64 1.3.1 36.00 OK
r-release-windows-x86_64 1.3.1 5.00 46.00 51.00 ERROR
r-oldrel-macos-arm64 1.3.1 30.00 OK
r-oldrel-macos-x86_64 1.3.1 34.00 OK
r-oldrel-windows-x86_64 1.3.1 5.00 54.00 59.00 ERROR

Check Details

Version: 1.3.1
Check: examples
Result: ERROR
    Running examples in ‘fdakma-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: kma
    > ### Title: K-Means Alignment Algorithm
    > ### Aliases: kma
    >
    > ### ** Examples
    >
    > #----------------------------------
    > # Extracts 15 out of the 30 simulated curves in `simulated30_sub` data set
    > idx <- c(1:5, 11:15, 21:25)
    > x <- fdacluster::simulated30$x[idx, ]
    > y <- fdacluster::simulated30$y[idx, , ]
    >
    > #----------------------------------
    > # Runs a k-means clustering with affine alignment, searching for 2 clusters
    > res <- kma(
    + x,
    + y,
    + n_clusters = 2,
    + seeds = c(1, 11),
    + warping_class = "affine",
    + centroid_type = "medoid",
    + metric = "pearson"
    + )
    Error in fdacluster::fdakmeans(x = x, y = y, n_clusters = n_clusters, :
     unused argument (expand_domain = expand_domain)
    Calls: kma
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.3.1
Check: Rd cross-references
Result: NOTE
    Undeclared packages ‘funData’, ‘fda’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.3.1
Check: examples
Result: ERROR
    Running examples in ‘fdakma-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: kma
    > ### Title: K-Means Alignment Algorithm
    > ### Aliases: kma
    >
    > ### ** Examples
    >
    > #----------------------------------
    > # Extracts 15 out of the 30 simulated curves in `simulated30_sub` data set
    > idx <- c(1:5, 11:15, 21:25)
    > x <- fdacluster::simulated30$x[idx, ]
    > y <- fdacluster::simulated30$y[idx, , ]
    >
    > #----------------------------------
    > # Runs a k-means clustering with affine alignment, searching for 2 clusters
    > res <- kma(
    + x,
    + y,
    + n_clusters = 2,
    + seeds = c(1, 11),
    + warping_class = "affine",
    + centroid_type = "medoid",
    + metric = "pearson"
    + )
    Error in fdacluster::fdakmeans(x = x, y = y, n_clusters = n_clusters, :
     unused argument (expand_domain = expand_domain)
    Calls: kma
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64