CRAN Package Check Results for Package mco

Last updated on 2020-08-07 01:49:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-15.1 7.24 36.35 43.59 NOTE
r-devel-linux-x86_64-debian-gcc 1.0-15.1 3.60 27.42 31.02 NOTE
r-devel-linux-x86_64-fedora-clang 1.0-15.1 59.37 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0-15.1 48.93 NOTE
r-devel-windows-ix86+x86_64 1.0-15.1 17.00 64.00 81.00 NOTE
r-patched-linux-x86_64 1.0-15.1 4.11 37.45 41.56 NOTE
r-patched-solaris-x86 1.0-15.1 74.70 NOTE
r-release-linux-x86_64 1.0-15.1 4.02 36.90 40.92 NOTE
r-release-macos-x86_64 1.0-15.1 NOTE
r-release-windows-ix86+x86_64 1.0-15.1 17.00 84.00 101.00 NOTE
r-oldrel-macos-x86_64 1.0-15.1 NOTE
r-oldrel-windows-ix86+x86_64 1.0-15.1 13.00 82.00 95.00 NOTE

Check Details

Version: 1.0-15.1
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0-15.1
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'scatterplot3d' in package code.
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0-15.1
Check: R code for possible problems
Result: NOTE
    plot.nsga2: no visible global function definition for 'lines'
    plot.nsga2: no visible global function definition for 'pairs'
    plot.nsga2.collection: no visible global function definition for
     'devAskNewPage'
    Undefined global functions or variables:
     devAskNewPage lines pairs
    Consider adding
     importFrom("grDevices", "devAskNewPage")
     importFrom("graphics", "lines", "pairs")
    to your NAMESPACE file.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 1.0-15.1
Check: compiled code
Result: NOTE
    File ‘mco/libs/mco.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0-15.1
Check: R code for possible problems
Result: NOTE
    plot.nsga2: no visible global function definition for ‘plot’
    plot.nsga2: no visible global function definition for ‘lines’
    plot.nsga2: no visible global function definition for ‘pairs’
    plot.nsga2.collection: no visible global function definition for
     ‘devAskNewPage’
    plot.nsga2.collection: no visible binding for global variable ‘plot’
    Undefined global functions or variables:
     devAskNewPage lines pairs plot
    Consider adding
     importFrom("grDevices", "devAskNewPage")
     importFrom("graphics", "lines", "pairs", "plot")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64