CRAN Package Check Results for Package classify

Last updated on 2019-01-05 13:46:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3 25.71 41.79 67.50 NOTE
r-devel-linux-x86_64-debian-gcc 1.3 21.01 34.55 55.56 NOTE
r-devel-linux-x86_64-fedora-clang 1.3 88.20 NOTE
r-devel-linux-x86_64-fedora-gcc 1.3 78.77 NOTE
r-devel-windows-ix86+x86_64 1.3 65.00 105.00 170.00 NOTE
r-patched-linux-x86_64 1.3 25.38 38.15 63.53 NOTE
r-patched-solaris-x86 1.3 139.40 NOTE
r-release-linux-x86_64 1.3 28.40 37.94 66.34 NOTE
r-release-windows-ix86+x86_64 1.3 46.00 72.00 118.00 NOTE
r-release-osx-x86_64 1.3 NOTE
r-oldrel-windows-ix86+x86_64 1.3 56.00 109.00 165.00 NOTE
r-oldrel-osx-x86_64 1.3 NOTE

Check Details

Version: 1.3
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Title field: should not end in a period.
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.3
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.classification plot.scores
    See section ‘Registering S3 methods’ 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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 1.3
Check: R code for possible problems
Result: NOTE
    classify.bug: no visible global function definition for
     ‘txtProgressBar’
    classify.bug: no visible global function definition for
     ‘setTxtProgressBar’
    plot.scores: no visible binding for global variable ‘quantile’
    plot.scores: no visible global function definition for ‘runif’
    plot.scores: no visible binding for global variable ‘median’
    scores.gpcm.bug: no visible global function definition for
     ‘txtProgressBar’
    scores.gpcm.bug: no visible global function definition for
     ‘setTxtProgressBar’
    across.reps,classification: no visible global function definition for
     ‘sd’
    Undefined global functions or variables:
     median quantile runif sd setTxtProgressBar txtProgressBar
    Consider adding
     importFrom("stats", "median", "quantile", "runif", "sd")
     importFrom("utils", "setTxtProgressBar", "txtProgressBar")
    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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.3
Check: compiled code
Result: NOTE
    File ‘classify/libs/classify.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