Last updated on 2020-12-04 00:48:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 8.97 | 74.25 | 83.22 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 7.44 | 58.77 | 66.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 105.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 96.92 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 18.00 | 91.00 | 109.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.1 | 8.42 | 70.80 | 79.22 | NOTE | |
r-patched-solaris-x86 | 0.1.1 | 144.10 | NOTE | |||
r-release-linux-x86_64 | 0.1.1 | 7.57 | 69.57 | 77.14 | NOTE | |
r-release-macos-x86_64 | 0.1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.1 | 14.00 | 73.00 | 87.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 14.00 | 88.00 | 102.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