CRAN Package Check Results for Package DNAtools

Last updated on 2015-09-06 23:47:21.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-21 16.67 27.91 44.58 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-21 20.75 27.64 48.40 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-21 93.33 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-21 85.70 NOTE
r-devel-osx-x86_64-clang 0.1-21 69.17 NOTE
r-devel-windows-ix86+x86_64 0.1-21 54.00 76.00 130.00 NOTE
r-patched-linux-x86_64 0.1-21 18.23 28.49 46.72 NOTE
r-patched-solaris-sparc 0.1-21 523.50 NOTE
r-patched-solaris-x86 0.1-21 101.10 NOTE
r-release-linux-x86_64 0.1-21 18.39 30.90 49.29 NOTE
r-release-osx-x86_64-mavericks 0.1-21 OK
r-release-windows-ix86+x86_64 0.1-21 73.00 97.00 170.00 OK
r-oldrel-windows-ix86+x86_64 0.1-21 82.00 77.00 159.00 OK

Check Details

Version: 0.1-21
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     lines.dbOptim plot.dbOptim plot.dbcompare points.dbOptim
     print.dbOptim print.dbcompare
    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-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64

Version: 0.1-21
Check: R code for possible problems
Result: NOTE
    PNm.locus: no visible global function definition for ‘aggregate’
    dbCompare : isAmelogenin: no visible global function definition for
     ‘head’
    estimatePD : <anonymous>: no visible global function definition for
     ‘optimise’
    estimatePD: no visible global function definition for ‘optimise’
    lines.dbOptim: no visible global function definition for ‘points’
    locusrecur: no visible global function definition for ‘aggregate’
    noaTabs: no visible global function definition for ‘aggregate’
    plot.dbOptim: no visible global function definition for ‘plot’
    plot.dbcompare: no visible global function definition for ‘plot’
    plot.dbcompare: no visible global function definition for ‘axis’
    plot.dbcompare: no visible global function definition for ‘box’
    points.dbOptim: no visible global function definition for ‘points’
    Undefined global functions or variables:
     aggregate axis box head optimise plot points
    Consider adding
     importFrom("graphics", "axis", "box", "plot", "points")
     importFrom("stats", "aggregate", "optimise")
     importFrom("utils", "head")
    to your NAMESPACE.
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