CRAN Package Check Results for Maintainer ‘Jincheol Park <park.jincheol at gmail.com>’

Last updated on 2022-04-24 03:53:02 CEST.

Package NOTE
BOG 12

Package BOG

Current CRAN status:

Version: 2.0
Check: R code for possible problems
Result: NOTE
    BOGest: no visible global function definition for 'read.table'
    BOGstat: no visible global function definition for 'phyper'
    BOGstat: no visible global function definition for 'wilcox.test'
    BOGstat: no visible global function definition for 'p.adjust'
    gseaplot: no visible global function definition for 'par'
    gseaplot: no visible global function definition for 'points'
    gseaplot: no visible global function definition for 'axis'
    gseaplot: no visible global function definition for 'segments'
    hgplot: no visible global function definition for 'par'
    hgplot: no visible global function definition for 'barplot'
    Undefined global functions or variables:
     axis barplot p.adjust par phyper points read.table segments
     wilcox.test
    Consider adding
     importFrom("graphics", "axis", "barplot", "par", "points", "segments")
     importFrom("stats", "p.adjust", "phyper", "wilcox.test")
     importFrom("utils", "read.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-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