Last updated on 2022-04-24 03:53:02 CEST.
| Package | ERROR | NOTE | OK | 
|---|---|---|---|
| mlmts | 2 | 4 | 6 | 
Current CRAN status: ERROR: 2, NOTE: 4, OK: 6
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