CRAN Package Check Results for Maintainer ‘Nicholas B. Larson <larson.nicholas at mayo.edu>’

Last updated on 2022-04-24 03:52:58 CEST.

Package NOTE
BaySIC 12
PurBayes 12

Package BaySIC

Current CRAN status:

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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, 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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, 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

Package PurBayes

Current CRAN status:

Version: 1.3
Check: R code for possible problems
Result: NOTE
    PurBayes: no visible global function definition for 'update'
    PurBayes: no visible global function definition for 'sd'
    plot.PurBayes: no visible global function definition for 'quantile'
    plot.PurBayes: no visible global function definition for 'lines'
    summary.PurBayes : <anonymous>: no visible global function definition
     for 'quantile'
    Undefined global functions or variables:
     lines quantile sd update
    Consider adding
     importFrom("graphics", "lines")
     importFrom("stats", "quantile", "sd", "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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64