CRAN Package Check Results for Package moc.gapbk

Last updated on 2021-05-27 12:54:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 3.55 30.52 34.07 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 2.88 24.00 26.88 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 57.25 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 45.22 ERROR
r-devel-windows-x86_64 0.1.0 6.00 41.00 47.00 NOTE
r-devel-windows-x86_64-gcc10-UCRT 0.1.0 NOTE
r-patched-linux-x86_64 0.1.0 3.50 37.44 40.94 NOTE
r-patched-solaris-x86 0.1.0 68.60 NOTE
r-release-linux-x86_64 0.1.0 3.51 37.98 41.49 NOTE
r-release-macos-x86_64 0.1.0 ERROR
r-release-windows-ix86+x86_64 0.1.0 6.00 56.00 62.00 NOTE
r-oldrel-macos-x86_64 0.1.0 ERROR
r-oldrel-windows-ix86+x86_64 0.1.0 6.00 37.00 43.00 OK

Check Details

Version: 0.1.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in 'moc.gapbk-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: moc.gabk
    > ### Title: Perform the Multi-Objective Clustering Algorithm Guided by
    > ### a-Priori Biological Knowledge (MOC-GaPBK)
    > ### Aliases: moc.gabk
    > ### Keywords: Crowding GaPBK NSGA-II Pareto Xie-Beni distance index ranking
    > ### validity
    >
    > ### ** Examples
    >
    >
    > ##Generates a data matrix of dimension 50X20
    >
    > library("amap")
    > library("moc.gapbk")
    >
    > x <- matrix(runif(100*20, min = -5, max = 10), nrow=50, ncol=20)
    Error in matrix(runif(100 * 20, min = -5, max = 10), nrow = 50, ncol = 20) :
     data length differs from size of matrix: [2000 != 50 x 20]
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘Rmisc’ ‘amap’ ‘fields’ ‘matrixStats’ ‘mco’ ‘miscTools’ ‘plyr’
     ‘reshape2’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘moc.gapbk-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: moc.gabk
    > ### Title: Perform the Multi-Objective Clustering Algorithm Guided by
    > ### a-Priori Biological Knowledge (MOC-GaPBK)
    > ### Aliases: moc.gabk
    > ### Keywords: Crowding GaPBK NSGA-II Pareto Xie-Beni distance index ranking
    > ### validity
    >
    > ### ** Examples
    >
    >
    > ##Generates a data matrix of dimension 50X20
    >
    > library("amap")
    > library("moc.gapbk")
    >
    > x <- matrix(runif(100*20, min = -5, max = 10), nrow=50, ncol=20)
    Error in matrix(runif(100 * 20, min = -5, max = 10), nrow = 50, ncol = 20) :
     data length differs from size of matrix: [2000 != 50 x 20]
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: package dependencies
Result: ERROR
    Package required but not available: ‘doMPI’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64