CRAN Package Check Results for Package bursts

Last updated on 2020-08-07 01:49:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-1 2.03 18.83 20.86 NOTE
r-devel-linux-x86_64-debian-gcc 1.0-1 1.59 14.92 16.51 NOTE
r-devel-linux-x86_64-fedora-clang 1.0-1 33.77 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0-1 24.66 NOTE
r-devel-windows-ix86+x86_64 1.0-1 6.00 25.00 31.00 NOTE
r-patched-linux-x86_64 1.0-1 1.99 18.74 20.73 NOTE
r-patched-solaris-x86 1.0-1 42.00 NOTE
r-release-linux-x86_64 1.0-1 2.10 18.89 20.99 NOTE
r-release-macos-x86_64 1.0-1 NOTE
r-release-windows-ix86+x86_64 1.0-1 4.00 25.00 29.00 NOTE
r-oldrel-macos-x86_64 1.0-1 NOTE
r-oldrel-windows-ix86+x86_64 1.0-1 4.00 38.00 42.00 NOTE

Check Details

Version: 1.0-1
Check: R code for possible problems
Result: NOTE
    plot.bursts: no visible global function definition for 'axis'
    plot.bursts: no visible global function definition for 'arrows'
    Undefined global functions or variables:
     arrows axis
    Consider adding
     importFrom("graphics", "arrows", "axis")
    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.0-1
Check: R code for possible problems
Result: NOTE
    plot.bursts: no visible global function definition for ‘plot’
    plot.bursts: no visible global function definition for ‘axis’
    plot.bursts: no visible global function definition for ‘arrows’
    Undefined global functions or variables:
     arrows axis plot
    Consider adding
     importFrom("graphics", "arrows", "axis", "plot")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64