CRAN Package Check Results for Package IRATER

Last updated on 2017-02-24 23:52:33.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.1 1.12 20.02 21.14 OK --no-examples --no-tests --no-vignettes
r-devel-linux-x86_64-debian-gcc 0.0.1 1.10 19.40 20.50 OK --no-examples --no-tests --no-vignettes
r-devel-windows-ix86+x86_64 0.0.1 11.00 49.00 60.00 OK --no-examples --no-tests --no-vignettes
r-patched-linux-x86_64 0.0.1 0.94 17.67 18.61 OK --no-examples --no-tests --no-vignettes
r-release-linux-x86_64 0.0.1 0.95 16.89 17.84 OK --no-examples --no-tests --no-vignettes
r-release-osx-x86_64-mavericks 0.0.1 ERROR
r-release-windows-ix86+x86_64 0.0.1 5.00 73.00 78.00 OK --no-examples --no-tests --no-vignettes
r-oldrel-windows-ix86+x86_64 0.0.1 8.00 58.00 66.00 NOTE --no-examples --no-tests --no-vignettes

Check Details

Version: 0.0.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘coda’ ‘lattice’
     All declared Imports should be used.
Flavor: r-release-osx-x86_64-mavericks

Version: 0.0.1
Check: examples
Result: ERROR
    Running examples in ‘IRATER-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: clean.admb
    > ### Title: delete IRATE (ADMB) run files
    > ### Aliases: clean.admb clean.IRATE
    >
    > ### ** Examples
    >
    > example.setup <- IRATE.examples()
    > new.setup <- new.setup.path <- example.setup[1] # select old IRATE setup to reparameterize
    > print(new.setup) # print setup name to be run
    [1] "HoenigNonMixing"
    > old.setup.path <- system.file(paste0("IRATE.examples/",new.setup,".dat"), package = "IRATER")
    >
    > system(paste("mkdir -p ",new.setup.path)) # create run folder for new setup
    > system(paste("cp",old.setup.path, new.setup.path)) # copy old setup in new run folder
    > setwd(new.setup.path)
    >
    > run.IRATE(new.setup) # compile and run setup
    sh: admb: command not found
    Error in R2admb::compile_admb(setup.file, safe = safe, re = re, verbose = verbose, :
     base admb command failed: run setup_admb(), or check ADMB installation
    Calls: run.IRATE -> <Anonymous>
    Execution halted
Flavor: r-release-osx-x86_64-mavericks

Version: 0.0.1
Flags: --no-examples --no-tests --no-vignettes
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     'coda' 'lattice'
     All declared Imports should be used.
Flavor: r-oldrel-windows-ix86+x86_64