CRAN Package Check Results for Package deal

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2-37 5.26 32.89 38.15 ERROR
r-devel-linux-x86_64-debian-gcc 1.2-37 4.31 24.73 29.04 ERROR
r-devel-linux-x86_64-fedora-clang 1.2-37 45.95 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2-37 42.77 NOTE
r-devel-windows-ix86+x86_64 1.2-37 15.00 44.00 59.00 NOTE
r-patched-linux-x86_64 1.2-37 4.81 30.81 35.62 ERROR
r-patched-solaris-x86 1.2-37 60.70 NOTE
r-release-linux-x86_64 1.2-37 6.05 30.59 36.64 ERROR
r-release-windows-ix86+x86_64 1.2-37 18.00 50.00 68.00 NOTE
r-release-osx-x86_64 1.2-37 NOTE
r-oldrel-windows-ix86+x86_64 1.2-37 8.00 47.00 55.00 NOTE
r-oldrel-osx-x86_64 1.2-37 NOTE

Check Details

Version: 1.2-37
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.network plot.networkfamily plot.node print.network
     print.networkfamily print.node prob.network prob.node score.network
     score.node unique.networkfamily
    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.2-37
Check: R code for possible problems
Result: NOTE
    autosearch: no visible global function definition for ‘plot’
    drawnetwork: no visible global function definition for ‘par’
    drawnetwork: no visible global function definition for ‘plot’
    drawnetwork: no visible global function definition for ‘points’
    drawnetwork: no visible global function definition for ‘text’
    drawnetwork: no visible global function definition for ‘symbols’
    drawnetwork: no visible global function definition for ‘identify’
    drawnetwork: no visible global function definition for ‘locator’
    fullsimprob: no visible global function definition for ‘rgamma’
    genpicfile: no visible global function definition for ‘pictex’
    genpicfile: no visible global function definition for ‘plot’
    genpicfile: no visible global function definition for ‘dev.off’
    heuristic: no visible global function definition for ‘plot’
    heuristic: no visible global function definition for ‘title’
    inspectprob: no visible global function definition for ‘par’
    inspectprob: no visible global function definition for ‘plot’
    inspectprob: no visible global function definition for ‘title’
    inspectprob: no visible global function definition for ‘points’
    inspectprob: no visible global function definition for ‘text’
    inspectprob: no visible global function definition for ‘symbols’
    inspectprob: no visible global function definition for ‘identify’
    perturb: no visible global function definition for ‘runif’
    plot.network: no visible global function definition for ‘plot’
    plot.network: no visible global function definition for ‘text’
    plot.network: no visible global function definition for ‘arrows’
    plot.networkfamily: no visible global function definition for ‘par’
    plot.networkfamily: no visible global function definition for ‘plot’
    plot.node: no visible global function definition for ‘points’
    plot.node: no visible global function definition for ‘text’
    post: no visible global function definition for ‘mahalanobis’
    post0: no visible global function definition for ‘mahalanobis’
    prob.node: no visible global function definition for ‘lsfit’
    prob.node: no visible global function definition for ‘coef’
    prob.node: no visible global function definition for ‘resid’
    prob.node: no visible global function definition for ‘var’
    rnetwork : mymultinomial: no visible global function definition for
     ‘runif’
    rnetwork: no visible global function definition for ‘rnorm’
    rnetwork: no visible global function definition for ‘write.table’
    Undefined global functions or variables:
     arrows coef dev.off identify locator lsfit mahalanobis par pictex
     plot points resid rgamma rnorm runif symbols text title var
     write.table
    Consider adding
     importFrom("grDevices", "dev.off", "pictex")
     importFrom("graphics", "arrows", "identify", "locator", "par", "plot",
     "points", "symbols", "text", "title")
     importFrom("stats", "coef", "lsfit", "mahalanobis", "resid", "rgamma",
     "rnorm", "runif", "var")
     importFrom("utils", "write.table")
    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.2-37
Check: compiled code
Result: NOTE
    File ‘deal/libs/deal.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ 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-release-linux-x86_64

Version: 1.2-37
Check: examples
Result: ERROR
    Running examples in ‘deal-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: autosearch
    > ### Title: Greedy search
    > ### Aliases: autosearch heuristic gettable
    > ### Keywords: models
    >
    > ### ** Examples
    >
    > data(rats)
    > fit <- network(rats)
    Error in UseMethod("prob") :
     no applicable method for 'prob' applied to an object of class "node"
    Calls: network -> prob -> prob.network -> lapply -> FUN
    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