CRAN Package Check Results for Package BaySIC

Last updated on 2022-05-09 09:50:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 9.74 84.45 94.19 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 7.47 62.32 69.79 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 111.68 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 106.76 NOTE
r-devel-windows-x86_64 1.0 13.00 96.00 109.00 NOTE
r-patched-linux-x86_64 1.0 8.46 78.97 87.43 NOTE
r-release-linux-x86_64 1.0 9.75 78.52 88.27 NOTE
r-release-macos-arm64 1.0 37.00 NOTE
r-release-macos-x86_64 1.0 8.00 ERROR
r-release-windows-x86_64 1.0 14.00 95.00 109.00 NOTE
r-oldrel-macos-arm64 1.0 26.00 NOTE
r-oldrel-macos-x86_64 1.0 57.00 NOTE
r-oldrel-windows-ix86+x86_64 1.0 22.00 89.00 111.00 NOTE

Check Details

Version: 1.0
Check: dependencies in R code
Result: NOTE
    Packages in Depends field not imported from:
     'fields' 'poibin' 'rjags'
     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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    BMR.plot: no visible global function definition for 'heat.colors'
    BMR.plot: no visible global function definition for 'image.plot'
    BMR.plot: no visible global function definition for 'title'
    BMR.plot: no visible global function definition for 'mtext'
    BMR.plot: no visible global function definition for 'par'
    baysic.data: no visible global function definition for 'layout'
    baysic.data: no visible global function definition for 'barplot'
    baysic.data: no visible global function definition for 'rainbow'
    baysic.fit: no visible global function definition for 'jags.model'
    baysic.fit: no visible global function definition for 'update'
    baysic.fit: no visible global function definition for 'coda.samples'
    baysic.test: no visible global function definition for 'ppois'
    baysic.test : <anonymous>: no visible global function definition for
     'ppoibin'
    baysic.test: no visible global function definition for 'pbinom'
    fuzzy.FDR.approx: no visible global function definition for 'p.adjust'
    fuzzy.FDR.approx: no visible global function definition for 'runif'
    Undefined global functions or variables:
     barplot coda.samples heat.colors image.plot jags.model layout mtext
     p.adjust par pbinom ppoibin ppois rainbow runif title update
    Consider adding
     importFrom("grDevices", "heat.colors", "rainbow")
     importFrom("graphics", "barplot", "layout", "mtext", "par", "title")
     importFrom("stats", "p.adjust", "pbinom", "ppois", "runif", "update")
    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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: Rd line widths
Result: NOTE
    Rd file 'baysic.fit.Rd':
     \usage lines wider than 90 characters:
     baysic.fit(dat.out, snv.cat, covar = NULL, excl.list = NULL, burn.in = 10000,n.samp = 25000, fn.jags = "baysic.jags", prior = NULL)
     \examples lines wider than 100 characters:
     snv.cat.ex[[2]]<-unique(c(grep("TC.",colnames(ccds.19)[-c(1:2)]),grep(".CG",colnames(ccds.19)[-c(1:2)])))
    
    Rd file 'baysic.test.Rd':
     \usage lines wider than 90 characters:
     baysic.test(dat.out, fit.out, fdr.level = 0.15, fuzzy.cnt = 10000, r = NULL,subtype = NULL, PB.approx = FALSE)
     \examples lines wider than 100 characters:
     snv.cat.ex[[2]]<-unique(c(grep("TC.",colnames(ccds.19)[-c(1:2)]),grep(".CG",colnames(ccds.19)[-c(1:2)])))
    
    These lines will be truncated in the PDF 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.0
Check: package dependencies
Result: ERROR
    Package required but not available: ‘rjags’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavor: r-release-macos-x86_64