CRAN Package Check Results for Package safi

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 1.24 17.92 19.16 ERROR
r-devel-linux-x86_64-debian-gcc 1.0 0.90 14.21 15.11 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 22.78 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 20.82 NOTE
r-devel-windows-ix86+x86_64 1.0 3.00 26.00 29.00 NOTE
r-patched-linux-x86_64 1.0 1.04 16.76 17.80 ERROR
r-patched-solaris-x86 1.0 32.60 NOTE
r-release-linux-x86_64 1.0 0.88 16.73 17.61 ERROR
r-release-windows-ix86+x86_64 1.0 4.00 25.00 29.00 NOTE
r-release-osx-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 2.00 23.00 25.00 NOTE
r-oldrel-osx-x86_64 1.0 NOTE

Check Details

Version: 1.0
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.safidesign plot.safimodel
    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.0
Check: R code for possible problems
Result: NOTE
    plot.safidesign: no visible global function definition for ‘par’
    plot.safidesign: no visible global function definition for ‘matplot’
    plot.safidesign: no visible global function definition for ‘axis’
    plot.safimodel : plot.coef: no visible global function definition for
     ‘colorRampPalette’
    plot.safimodel : plot.coef: no visible global function definition for
     ‘barplot’
    plot.safimodel : plot.coef: no visible global function definition for
     ‘axis’
    plot.safimodel : plot.coef: no visible global function definition for
     ‘abline’
    plot.safimodel : plot.coef: no visible global function definition for
     ‘box’
    plot.safimodel: no visible global function definition for ‘par’
    safiModel: no visible global function definition for ‘lm’
    Undefined global functions or variables:
     abline axis barplot box colorRampPalette lm matplot par
    Consider adding
     importFrom("grDevices", "colorRampPalette")
     importFrom("graphics", "abline", "axis", "barplot", "box", "matplot",
     "par")
     importFrom("stats", "lm")
    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.0
Check: examples
Result: ERROR
    Running examples in ‘safi-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: plot.safidesign
    > ### Title: Plotting SAFI designs
    > ### Aliases: plot.safidesign
    >
    > ### ** Examples
    >
    > # 1 functional input
    > s.d <- createSafiDesign(d.f = 1)
    > plot(s.d)
    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