CRAN Package Check Results for Package CHAT

Last updated on 2018-05-03 10:50:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 6.33 64.38 70.71 WARN
r-devel-linux-x86_64-debian-gcc 1.1 7.17 57.68 64.85 WARN
r-devel-linux-x86_64-fedora-clang 1.1 103.73 WARN
r-devel-linux-x86_64-fedora-gcc 1.1 97.36 WARN
r-devel-windows-ix86+x86_64 1.1 16.00 80.00 96.00 WARN
r-patched-linux-x86_64 1.1 6.21 65.26 71.47 WARN
r-patched-solaris-x86 1.1 131.30 WARN
r-release-linux-x86_64 1.1 5.04 64.53 69.57 WARN
r-release-windows-ix86+x86_64 1.1 16.00 80.00 96.00 WARN
r-release-osx-x86_64 1.1 WARN
r-oldrel-windows-ix86+x86_64 1.1 9.00 85.00 94.00 NOTE
r-oldrel-osx-x86_64 1.1 NOTE

Check Details

Version: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/CHAT.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: 1.1
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: ‘parallel’
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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
Check: R code for possible problems
Result: NOTE
    DPfitSamples: no visible global function definition for ‘mclapply’
    DPfitSamples: no visible global function definition for ‘na.omit’
    SampleNMM : nmm: no visible global function definition for ‘dchisq’
    SampleNMM : nmm: no visible global function definition for ‘dnorm’
    SampleNMM: no visible global function definition for ‘optim’
    SampleNMM: no visible global function definition for ‘dchisq’
    SampleNMM: no visible global function definition for ‘dnorm’
    getAGP: no visible global function definition for ‘na.omit’
    getBAFmean: no visible global function definition for ‘quantile’
    getBAFmean: no visible global function definition for ‘density’
    getBAFmean: no visible global function definition for ‘nls’
    getCCF: no visible global function definition for ‘mclapply’
    getCCF: no visible global function definition for ‘write.table’
    getCanonicalLines: no visible global function definition for ‘lm’
    getDPfit: no visible global function definition for ‘pchisq’
    getDiploidOrigin: no visible global function definition for ‘mclapply’
    getHets: no visible global function definition for ‘runif’
    getKmeans: no visible global function definition for ‘kmeans’
    getOrigin: no visible global function definition for ‘weighted.mean’
    getPloidy: no visible global function definition for ‘weighted.mean’
    getSampleAGP: no visible global function definition for ‘png’
    getSampleAGP: no visible global function definition for ‘dev.off’
    getSampleAGP: no visible global function definition for ‘quantile’
    getSampleAGP: no visible global function definition for ‘var’
    getSampleCCF: no visible global function definition for ‘read.table’
    getSampleCCF: no visible global function definition for ‘quantile’
    getSampleCCF : computeSD: no visible global function definition for
     ‘dbinom’
    getSampleCCF: no visible global function definition for ‘pbeta’
    getSeg: no visible global function definition for ‘read.table’
    getSegChr: no visible global function definition for ‘median’
    getSegChr: no visible global function definition for ‘na.omit’
    getSegChr.CBS : foo: no visible global function definition for ‘median’
    getSegChr.CBS: no visible global function definition for ‘mclapply’
    getSegChr.CBS: no visible global function definition for ‘na.omit’
    getSegPurity: no visible global function definition for ‘par’
    getSegPurity: no visible global function definition for ‘plot’
    getSegPurity: no visible global function definition for ‘abline’
    getSegPurity: no visible global function definition for ‘points’
    getSegPurity : foo: no visible global function definition for ‘lines’
    getSegPurity : foo: no visible global function definition for ‘gray’
    getSegPurity : foo: no visible global function definition for ‘points’
    getSegPurity: no visible global function definition for ‘mclapply’
    getSegPurity: no visible global function definition for ‘title’
    getsAGP: no visible global function definition for ‘read.table’
    getsAGP: no visible global function definition for ‘na.omit’
    getsAGP: no visible global function definition for ‘runif’
    plotBAFLRR: no visible global function definition for ‘plot’
    plotBAFLRR: no visible global function definition for ‘abline’
    plotBAFLRR: no visible global function definition for ‘points’
    plotBAFLRR: no visible global function definition for ‘lines’
    plotIdentifiableZone: no visible global function definition for ‘rgb’
    plotIdentifiableZone: no visible global function definition for ‘par’
    plotIdentifiableZone: no visible global function definition for ‘plot’
    plotIdentifiableZone: no visible global function definition for
     ‘polygon’
    plotIdentifiableZone: no visible global function definition for ‘lines’
    plotIdentifiableZone: no visible global function definition for
     ‘segments’
    Undefined global functions or variables:
     abline dbinom dchisq density dev.off dnorm gray kmeans lines lm
     mclapply median na.omit nls optim par pbeta pchisq plot png points
     polygon quantile read.table rgb runif segments title var
     weighted.mean write.table
    Consider adding
     importFrom("grDevices", "dev.off", "gray", "png", "rgb")
     importFrom("graphics", "abline", "lines", "par", "plot", "points",
     "polygon", "segments", "title")
     importFrom("stats", "dbinom", "dchisq", "density", "dnorm", "kmeans",
     "lm", "median", "na.omit", "nls", "optim", "pbeta",
     "pchisq", "quantile", "runif", "var", "weighted.mean")
     importFrom("utils", "read.table", "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.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/CHAT.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: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See ‘/data/gannet/ripley/R/packages/tests-clang/CHAT.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: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See ‘/data/gannet/ripley/R/packages/tests-devel/CHAT.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: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See 'd:/Rcompile/CRANpkg/local/3.5/CHAT.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'.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64

Version: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/CHAT.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: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See ‘/home/ripley/R/packages/tests32/CHAT.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

Version: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See ‘/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/CHAT.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-release-linux-x86_64

Version: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Note: next used in wrong context: no loop is visible
    See ‘/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/results/3.5/CHAT.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-release-osx-x86_64