CRAN Package Check Results for Package GeneReg

Last updated on 2019-01-26 15:47:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 1.60 24.05 25.65 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.2 1.08 19.17 20.25 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.2 29.92 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.2 27.96 NOTE
r-devel-windows-ix86+x86_64 1.1.2 3.00 40.00 43.00 NOTE
r-patched-linux-x86_64 1.1.2 1.43 22.44 23.87 NOTE
r-patched-solaris-x86 1.1.2 53.40 NOTE
r-release-linux-x86_64 1.1.2 1.08 22.15 23.23 NOTE
r-release-windows-ix86+x86_64 1.1.2 4.00 35.00 39.00 NOTE
r-release-osx-x86_64 1.1.2 NOTE
r-oldrel-windows-ix86+x86_64 1.1.2 4.00 35.00 39.00 NOTE
r-oldrel-osx-x86_64 1.1.2 NOTE

Check Details

Version: 1.1.2
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     ‘igraph’ ‘splines’
     Please remove these calls from your code.
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.1.2
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.GeneReg
    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.1.2
Check: R code for possible problems
Result: NOTE
    Found an obsolete/platform-specific call in the following function:
     ‘timedelay.lm’
    Found the platform-specific device:
     ‘x11’
    dev.new() is the preferred way to open a new device, in the unlikely
    event one is needed.
    timedelay.lm: no visible global function definition for ‘lm’
    timedelay.lm: no visible global function definition for ‘AIC’
    timedelay.lm: no visible global function definition for ‘pdf’
    timedelay.lm: no visible global function definition for ‘x11’
    timedelay.lm: no visible global function definition for ‘rainbow’
    timedelay.lm: no visible global function definition for ‘title’
    timedelay.lm: no visible global function definition for ‘lines’
    timedelay.lm: no visible global function definition for ‘predict’
    timedelay.lm: no visible global function definition for ‘points’
    timedelay.lm: no visible global function definition for ‘legend’
    timedelay.lm: no visible global function definition for ‘dev.off’
    timedelay.univariate.lm: no visible global function definition for ‘lm’
    timedelay.univariate.lm: no visible global function definition for
     ‘AIC’
    ts.bspline: no visible global function definition for ‘lm’
    ts.bspline: no visible global function definition for ‘predict’
    Undefined global functions or variables:
     AIC dev.off legend lines lm pdf points predict rainbow title x11
    Consider adding
     importFrom("grDevices", "dev.off", "pdf", "rainbow", "x11")
     importFrom("graphics", "legend", "lines", "points", "title")
     importFrom("stats", "AIC", "lm", "predict")
    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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 1.1.2
Check: Rd files
Result: NOTE
    prepare_Rd: GeneReg-package.Rd:12-13: Dropping empty section \usage
    prepare_Rd: GeneReg-package.Rd:14-15: Dropping empty section \arguments
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.1.2
Check: R code for possible problems
Result: NOTE
    timedelay.lm: no visible global function definition for 'lm'
    timedelay.lm: no visible global function definition for 'AIC'
    timedelay.lm: no visible global function definition for 'pdf'
    timedelay.lm: no visible global function definition for 'x11'
    timedelay.lm: no visible global function definition for 'rainbow'
    timedelay.lm: no visible global function definition for 'title'
    timedelay.lm: no visible global function definition for 'lines'
    timedelay.lm: no visible global function definition for 'predict'
    timedelay.lm: no visible global function definition for 'points'
    timedelay.lm: no visible global function definition for 'legend'
    timedelay.lm: no visible global function definition for 'dev.off'
    timedelay.univariate.lm: no visible global function definition for 'lm'
    timedelay.univariate.lm: no visible global function definition for
     'AIC'
    ts.bspline: no visible global function definition for 'lm'
    ts.bspline: no visible global function definition for 'predict'
    Undefined global functions or variables:
     AIC dev.off legend lines lm pdf points predict rainbow title x11
    Consider adding
     importFrom("grDevices", "dev.off", "pdf", "rainbow", "x11")
     importFrom("graphics", "legend", "lines", "points", "title")
     importFrom("stats", "AIC", "lm", "predict")
    to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64