Last updated on 2020-08-07 01:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 8.58 | 72.70 | 81.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 7.00 | 54.52 | 61.52 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 102.37 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 93.27 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 21.00 | 85.00 | 106.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.1 | 8.82 | 69.80 | 78.62 | NOTE | |
r-patched-solaris-x86 | 0.1.1 | 139.80 | NOTE | |||
r-release-linux-x86_64 | 0.1.1 | 7.89 | 69.50 | 77.39 | NOTE | |
r-release-macos-x86_64 | 0.1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.1 | 22.00 | 115.00 | 137.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 13.00 | 83.00 | 96.00 | NOTE |
Version: 0.1.1
Check: R code for possible problems
Result: NOTE
plot.ijzip: no visible global function definition for 'axis'
read.ijzip: no visible global function definition for 'unzip'
Undefined global functions or variables:
axis unzip
Consider adding
importFrom("graphics", "axis")
importFrom("utils", "unzip")
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: 0.1.1
Check: R code for possible problems
Result: NOTE
plot.ijzip: no visible global function definition for ‘plot’
plot.ijzip : <anonymous>: no visible global function definition for
‘plot’
plot.ijzip: no visible global function definition for ‘axis’
read.ijzip: no visible global function definition for ‘unzip’
Undefined global functions or variables:
axis plot unzip
Consider adding
importFrom("graphics", "axis", "plot")
importFrom("utils", "unzip")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64