CRAN Package Check Results for Package CellularAutomaton

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-1 1.34 21.31 22.65 ERROR
r-devel-linux-x86_64-debian-gcc 1.1-1 0.82 16.77 17.59 ERROR
r-devel-linux-x86_64-fedora-clang 1.1-1 43.41 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1-1 40.62 NOTE
r-devel-windows-ix86+x86_64 1.1-1 4.00 58.00 62.00 NOTE
r-patched-linux-x86_64 1.1-1 1.28 20.43 21.71 ERROR
r-patched-solaris-x86 1.1-1 58.00 NOTE
r-release-linux-x86_64 1.1-1 1.14 19.71 20.85 ERROR
r-release-windows-ix86+x86_64 1.1-1 5.00 77.00 82.00 NOTE
r-release-osx-x86_64 1.1-1 NOTE
r-oldrel-windows-ix86+x86_64 1.1-1 3.00 66.00 69.00 NOTE
r-oldrel-osx-x86_64 1.1-1 NOTE

Check Details

Version: 1.1-1
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     .buildNeighborhood.CellularAutomaton .generateRule.CellularAutomaton
     .initializeGrid.CellularAutomaton .run.CellularAutomaton
     .validateOptions.CellularAutomaton getLattice.CellularAutomaton
     getNumberOfColors.CellularAutomaton getRadius.CellularAutomaton
     getRuleNumber.CellularAutomaton getSteps.CellularAutomaton
     getTotalistic.CellularAutomaton plot.CellularAutomaton
    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-1
Check: R code for possible problems
Result: NOTE
    plot.CellularAutomaton: no visible global function definition for
     ‘image’
    Undefined global functions or variables:
     image
    Consider adding
     importFrom("graphics", "image")
    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-1
Check: examples
Result: ERROR
    Running examples in ‘CellularAutomaton-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: CellularAutomaton-package
    > ### Title: One-Dimensional Cellular Automata
    > ### Aliases: CellularAutomaton-package
    > ### Keywords: package
    >
    > ### ** Examples
    >
    > ca = CellularAutomaton(t = 100) # Evolve Rule 30 for 100 steps. k = 2, r = 1, and the seed
    Error in UseMethod(".validateOptions") :
     no applicable method for '.validateOptions' applied to an object of class "c('CellularAutomaton', 'Object')"
    Calls: CellularAutomaton ... getStaticInstance.Class -> constructor -> <Anonymous> -> .validateOptions
    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