CRAN Package Check Results for Package Scale

Last updated on 2020-06-15 08:53:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 11.03 90.07 101.10 WARN
r-devel-linux-x86_64-debian-gcc 1.0.4 9.52 67.54 77.06 WARN
r-devel-linux-x86_64-fedora-clang 1.0.4 131.65 WARN
r-devel-linux-x86_64-fedora-gcc 1.0.4 119.38 WARN
r-devel-windows-ix86+x86_64 1.0.4 38.00 155.00 193.00 WARN
r-patched-linux-x86_64 1.0.4 9.41 85.98 95.39 NOTE
r-patched-solaris-x86 1.0.4 188.50 NOTE
r-release-linux-x86_64 1.0.4 7.60 86.74 94.34 NOTE
r-release-osx-x86_64 1.0.4 NOTE
r-release-windows-ix86+x86_64 1.0.4 48.00 103.00 151.00 NOTE
r-oldrel-osx-x86_64 1.0.4 NOTE
r-oldrel-windows-ix86+x86_64 1.0.4 32.00 107.00 139.00 NOTE

Check Details

Version: 1.0.4
Check: whether the namespace can be loaded with stated dependencies
Result: WARN
    Warning: S4 exports specified in 'NAMESPACE' but not defined in package 'Scale'
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

Version: 1.0.4
Check: R code for possible problems
Result: NOTE
    ChooseBest: no visible global function definition for 'head'
    GetScores: no visible global function definition for 'write.table'
    ReportTable: no visible binding for global variable 'sd'
    ReportTable: no visible global function definition for 'write.table'
    Undefined global functions or variables:
     head sd write.table
    Consider adding
     importFrom("stats", "sd")
     importFrom("utils", "head", "write.table")
    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-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64