CRAN Package Check Results for Package rggobi

Last updated on 2015-11-20 00:47:42.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 2.1.20 10.16 18.81 28.97 NOTE
r-devel-linux-x86_64-fedora-clang 2.1.20 60.40 NOTE
r-devel-linux-x86_64-fedora-gcc 2.1.20 48.87 NOTE
r-devel-windows-ix86+x86_64 2.1.20 169.00 54.00 223.00 NOTE
r-patched-linux-x86_64 2.1.20 9.93 19.22 29.14 NOTE
r-release-linux-x86_64 2.1.20 9.93 20.04 29.97 NOTE
r-release-osx-x86_64-mavericks 2.1.20 ERROR
r-release-windows-ix86+x86_64 2.1.20 154.00 52.00 206.00 NOTE
r-oldrel-windows-ix86+x86_64 2.1.20 180.00 55.00 235.00 NOTE

Check Details

Version: 2.1.20
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to ‘reshape’ 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-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-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 2.1.20
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     as.matrix.GGobiData dataset.character dataset.numeric
     edges<-.GGobiDisplay
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
Flavors: 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-release-linux-x86_64

Version: 2.1.20
Check: R code for possible problems
Result: NOTE
    ggobi_longitudinal: no visible global function definition for
     ‘complete.cases’
    ggobi_pcp: no visible global function definition for ‘melt’
    ggobi_pcp: no visible global function definition for ‘rescaler’
    Undefined global functions or variables:
     complete.cases melt rescaler
    Consider adding
     importFrom("stats", "complete.cases")
    to your NAMESPACE.
Flavors: 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: 2.1.20
Check: R code for possible problems
Result: NOTE
    ggobi_pcp: no visible global function definition for ‘melt’
    ggobi_pcp: no visible global function definition for ‘rescaler’
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 2.1.20
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-release-osx-x86_64-mavericks