CRAN Package Check Results for Package mlmts

Last updated on 2022-04-24 03:52:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 13.46 169.44 182.90 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 11.85 119.23 131.08 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 221.37 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.1 210.11 NOTE
r-patched-linux-x86_64 1.0.1 14.37 158.24 172.61 OK
r-release-linux-x86_64 1.0.1 14.90 148.28 163.18 OK
r-release-macos-arm64 1.0.1 ERROR
r-release-macos-x86_64 1.0.1 NOTE
r-release-windows-x86_64 1.0.1 19.00 195.00 214.00 OK
r-oldrel-macos-arm64 1.0.1 ERROR
r-oldrel-macos-x86_64 1.0.1 NOTE
r-oldrel-windows-ix86+x86_64 1.0.1 23.00 174.00 197.00 OK

Check Details

Version: 1.0.1
Check: package dependencies
Result: NOTE
    Imports includes 31 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘ClusterR’ ‘MASS’ ‘Rdpack’ ‘multiwave’ ‘ranger’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘mlmts-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: dis_2dsvd
    > ### Title: Constructs a pairwise distance matrix based on two-dimensional
    > ### singular value decomposition (2dSVD)
    > ### Aliases: dis_2dsvd
    >
    > ### ** Examples
    >
    > toy_dataset <- BasicMotions$data[1 : 10] # Selecting the first 10 MTS from the
    > # dataset BasicMotions
    > distance_matrix <- dis_2dsvd(toy_dataset) # Computing the pairwise
    Error: .onLoad failed in loadNamespace() for 'tcltk', details:
     call: fun(libname, pkgname)
     error: Tcl/Tk libraries are missing: install the Tcl/Tk component from the R installer
    Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64