CRAN Package Check Results for Maintainer ‘Shai Shen-Orr <shenorr at technion.ac.il>’

Last updated on 2020-08-07 01:50:33 CEST.

Package NOTE
csSAM 12

Package csSAM

Current CRAN status:

Version: 1.2.4
Check: top-level files
Result: NOTE
    Non-standard file/directory found at top level:
     'test.html'
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.2.4
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: 'compiler'
     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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.2.4
Check: R code for possible problems
Result: NOTE
    csSAM: no visible binding for global variable 'quantile'
    csSAM: no visible global function definition for 'median'
    csfit: no visible global function definition for 'lsfit'
    csfit: no visible global function definition for 'ls.diag'
    plotCsSAM: no visible global function definition for 'pdf'
    plotCsSAM: no visible global function definition for 'par'
    plotCsSAM: no visible global function definition for 'title'
    plotCsSAM: no visible global function definition for 'dev.off'
    runSAM: no visible binding for global variable 'median'
    runSAM: no visible global function definition for 'quantile'
    Undefined global functions or variables:
     dev.off ls.diag lsfit median par pdf quantile title
    Consider adding
     importFrom("grDevices", "dev.off", "pdf")
     importFrom("graphics", "par", "title")
     importFrom("stats", "ls.diag", "lsfit", "median", "quantile")
    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-macos-x86_64, r-release-windows-ix86+x86_64

Version: 1.2.4
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'Example File.pdf'
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-patched-solaris-x86, r-release-linux-x86_64

Version: 1.2.4
Check: R code for possible problems
Result: NOTE
    csSAM: no visible binding for global variable ‘quantile’
    csSAM: no visible global function definition for ‘median’
    csfit: no visible global function definition for ‘lsfit’
    csfit: no visible global function definition for ‘ls.diag’
    plotCsSAM: no visible global function definition for ‘pdf’
    plotCsSAM: no visible global function definition for ‘par’
    plotCsSAM: no visible global function definition for ‘plot’
    plotCsSAM: no visible global function definition for ‘title’
    plotCsSAM: no visible global function definition for ‘dev.off’
    runSAM: no visible binding for global variable ‘median’
    runSAM: no visible global function definition for ‘quantile’
    Undefined global functions or variables:
     dev.off ls.diag lsfit median par pdf plot quantile title
    Consider adding
     importFrom("grDevices", "dev.off", "pdf")
     importFrom("graphics", "par", "plot", "title")
     importFrom("stats", "ls.diag", "lsfit", "median", "quantile")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64