CRAN Package Check Results for Package CIDnetworks

Last updated on 2018-04-05 16:50:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.1 21.93 72.20 94.13 WARN
r-devel-linux-x86_64-debian-gcc 0.8.1 18.05 57.97 76.02 WARN
r-devel-linux-x86_64-fedora-clang 0.8.1 127.74 WARN
r-devel-linux-x86_64-fedora-gcc 0.8.1 119.25 WARN
r-devel-windows-ix86+x86_64 0.8.1 57.00 120.00 177.00 WARN
r-devel-osx-x86_64 0.8.1 WARN
r-patched-linux-x86_64 0.8.1 21.64 76.35 97.99 WARN
r-patched-solaris-x86 0.8.1 178.40 WARN
r-release-linux-x86_64 0.8.1 17.86 74.63 92.49 NOTE
r-release-windows-ix86+x86_64 0.8.1 46.00 195.00 241.00 NOTE
r-release-osx-x86_64 0.8.1 NOTE
r-oldrel-windows-ix86+x86_64 0.8.1 48.00 145.00 193.00 NOTE

Check Details

Version: 0.8.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'log.likelihood(list(latent.space.pos.prop, ': unused argument (edge.list.rows[[dd]])
     Note: possible error in 'log.likelihood(list(latent.space.pos.hold, ': unused argument (edge.list.rows[[dd]])
    See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/CIDnetworks.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.8.1
Check: R code for possible problems
Result: NOTE
    BETAcid: no visible global function definition for ‘new’
    CID: no visible global function definition for ‘is’
    CID.Gibbs: no visible global function definition for ‘is’
    CIDnetwork: no visible global function definition for ‘new’
    COV.plot: no visible global function definition for ‘par’
    COV.plot: no visible global function definition for ‘pairs’
    COVARIATEcid: no visible global function definition for ‘new’
    HBMcid: no visible global function definition for ‘new’
    LSMcid: no visible global function definition for ‘new’
    LVMcid: no visible global function definition for ‘new’
    MMSBMcid: no visible global function definition for ‘new’
    SBMcid: no visible global function definition for ‘new’
    SRcid: no visible global function definition for ‘new’
    block.membership.plot: no visible global function definition for ‘rgb’
    block.membership.plot: no visible global function definition for ‘rect’
    block.membership.plot: no visible global function definition for ‘text’
    circular.dendrogram: no visible global function definition for ‘lines’
    circular.dendrogram: no visible global function definition for ‘text’
    circular.dendrogram: no visible global function definition for
     ‘segments’
    circular.dendrogram: no visible global function definition for ‘points’
    color.block.one: no visible global function definition for ‘rgb’
    dotchart.coef: no visible global function definition for ‘box’
    dotchart.coef: no visible global function definition for ‘axis’
    dotchart.coef: no visible global function definition for ‘abline’
    dotchart.coef: no visible global function definition for ‘points’
    dotchart.coef: no visible global function definition for ‘text’
    dotchart.coef: no visible global function definition for ‘segments’
    dotchart.two: no visible global function definition for ‘segments’
    dotchart.two: no visible global function definition for ‘text’
    get.blocks: no visible global function definition for ‘is’
    getModeLS: no visible global function definition for ‘is’
    image.netplot: no visible global function definition for
     ‘colorRampPalette’
    image.netplot: no visible global function definition for ‘rect’
    image.netplot: no visible global function definition for ‘text’
    intercept.plot: no visible global function definition for ‘quantile’
    intercept.plot: no visible global function definition for ‘points’
    intercept.plot: no visible global function definition for ‘arrows’
    intercept.plot: no visible global function definition for ‘abline’
    latent.space.plot: no visible global function definition for ‘text’
    latent.space.plot: no visible global function definition for ‘segments’
    mat.cov.to.edge.list.cov: no visible global function definition for
     ‘is’
    ordinal.maker: no visible global function definition for ‘quantile’
    project.into.2d: no visible global function definition for ‘princomp’
    rdirichlet.block: no visible global function definition for ‘rgamma’
    rdirichlet.one: no visible global function definition for ‘rgamma’
    simple.split: no visible global function definition for ‘rbinom’
    unittest.xtx: no visible global function definition for ‘rnorm’
    value.mat: no visible global function definition for ‘pnorm’
    value.mat.mean: no visible global function definition for ‘pnorm’
    Undefined global functions or variables:
     abline arrows axis box colorRampPalette is lines new pairs par pnorm
     points princomp quantile rbinom rect rgamma rgb rnorm segments text
    Consider adding
     importFrom("grDevices", "colorRampPalette", "rgb")
     importFrom("graphics", "abline", "arrows", "axis", "box", "lines",
     "pairs", "par", "points", "rect", "segments", "text")
     importFrom("methods", "is", "new")
     importFrom("stats", "pnorm", "princomp", "quantile", "rbinom",
     "rgamma", "rnorm")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
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-devel-osx-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

Version: 0.8.1
Check: compiled code
Result: NOTE
    File ‘CIDnetworks/libs/CIDnetworks.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: 0.8.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'log.likelihood(list(latent.space.pos.prop, ': unused argument (edge.list.rows[[dd]])
     Note: possible error in 'log.likelihood(list(latent.space.pos.hold, ': unused argument (edge.list.rows[[dd]])
    See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/CIDnetworks.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.8.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'log.likelihood(list(latent.space.pos.prop, ': unused argument (edge.list.rows[[dd]])
     Note: possible error in 'log.likelihood(list(latent.space.pos.hold, ': unused argument (edge.list.rows[[dd]])
    See ‘/data/gannet/ripley/R/packages/tests-clang/CIDnetworks.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.8.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'log.likelihood(list(latent.space.pos.prop, ': unused argument (edge.list.rows[[dd]])
     Note: possible error in 'log.likelihood(list(latent.space.pos.hold, ': unused argument (edge.list.rows[[dd]])
    See ‘/data/gannet/ripley/R/packages/tests-devel/CIDnetworks.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.8.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'log.likelihood(list(latent.space.pos.prop, ': unused argument (edge.list.rows[[dd]])
     Note: possible error in 'log.likelihood(list(latent.space.pos.hold, ': unused argument (edge.list.rows[[dd]])
    See 'd:/Rcompile/CRANpkg/local/3.5/CIDnetworks.Rcheck/00install.out' for details.
    Information on the location(s) of code generating the 'Note's can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to 'yes'.
Flavor: r-devel-windows-ix86+x86_64

Version: 0.8.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'log.likelihood(list(latent.space.pos.prop, ': unused argument (edge.list.rows[[dd]])
     Note: possible error in 'log.likelihood(list(latent.space.pos.hold, ': unused argument (edge.list.rows[[dd]])
    See ‘/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/results/3.5/CIDnetworks.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-devel-osx-x86_64

Version: 0.8.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'log.likelihood(list(latent.space.pos.prop, ': unused argument (edge.list.rows[[dd]])
     Note: possible error in 'log.likelihood(list(latent.space.pos.hold, ': unused argument (edge.list.rows[[dd]])
    See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/CIDnetworks.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-patched-linux-x86_64

Version: 0.8.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: possible error in 'log.likelihood(list(latent.space.pos.prop, ': unused argument (edge.list.rows[[dd]])
     Note: possible error in 'log.likelihood(list(latent.space.pos.hold, ': unused argument (edge.list.rows[[dd]])
    See ‘/home/ripley/R/packages/tests32/CIDnetworks.Rcheck/00install.out’ for details.
    Information on the location(s) of code generating the ‘Note’s can be
    obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
    to ‘yes’.
Flavor: r-patched-solaris-x86