CRAN Package Check Results for Package OrdLogReg

Last updated on 2018-06-17 19:49:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 4.30 58.92 63.22 ERROR
r-devel-linux-x86_64-debian-gcc 1.1 4.08 46.48 50.56 ERROR
r-devel-linux-x86_64-fedora-clang 1.1 72.80 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 68.72 NOTE
r-devel-windows-ix86+x86_64 1.1 10.00 87.00 97.00 NOTE
r-patched-linux-x86_64 1.1 4.00 49.49 53.49 ERROR
r-patched-solaris-x86 1.1 96.90 NOTE
r-release-linux-x86_64 1.1 3.89 48.75 52.64 ERROR
r-release-windows-ix86+x86_64 1.1 10.00 56.00 66.00 NOTE
r-release-osx-x86_64 1.1 NOTE
r-oldrel-windows-ix86+x86_64 1.1 7.00 55.00 62.00 NOTE
r-oldrel-osx-x86_64 1.1 NOTE

Check Details

Version: 1.1
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.Ord.logreg predict.Ord.logreg print.Ord.logreg
    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
Check: R code for possible problems
Result: NOTE
    Ord.logreg: no visible binding for global variable ‘data’
    plot.Ord.logreg: no visible global function definition for ‘par’
    plot.Ord.logreg: no visible global function definition for ‘plot’
    plot.Ord.logreg: no visible global function definition for ‘mtext’
    plot.Ord.logreg: no visible global function definition for ‘plot.new’
    Undefined global functions or variables:
     data mtext par plot plot.new
    Consider adding
     importFrom("graphics", "mtext", "par", "plot", "plot.new")
     importFrom("utils", "data")
    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.1
Check: examples
Result: ERROR
    Running examples in ‘OrdLogReg-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: plot.Ord.logreg
    > ### Title: Plot an Ord.logreg Object
    > ### Aliases: plot.Ord.logreg
    >
    > ### ** Examples
    >
    > data(OLRmod)
    >
    > #Plotting all trees in the same window
    > plot(OLRmod)
    Error in xy.coords(x, y, xlabel, ylabel, log) :
     'x' is a list, but does not have components 'x' and 'y'
    Calls: plot -> plot.default -> xy.coords
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64