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-5 | 2.02 | 25.01 | 27.03 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-5 | 1.46 | 18.53 | 19.99 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-5 | 39.03 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-5 | 30.60 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-5 | 6.00 | 41.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-5 | 1.87 | 24.45 | 26.32 | NOTE | |
r-patched-solaris-x86 | 0.1-5 | 44.90 | NOTE | |||
r-release-linux-x86_64 | 0.1-5 | 1.92 | 24.20 | 26.12 | NOTE | |
r-release-macos-x86_64 | 0.1-5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-5 | 4.00 | 40.00 | 44.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-5 | 5.00 | 51.00 | 56.00 | NOTE |
Version: 0.1-5
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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: 0.1-5
Check: R code for possible problems
Result: NOTE
R2ngon: no visible global function definition for 'approx'
plotR2pre: no visible global function definition for 'points'
plotR2pre: no visible global function definition for 'gray'
plotR2pre: no visible global function definition for 'legend'
plotR2pre: no visible global function definition for 'rainbow'
Undefined global functions or variables:
approx gray legend points rainbow
Consider adding
importFrom("grDevices", "gray", "rainbow")
importFrom("graphics", "legend", "points")
importFrom("stats", "approx")
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-5
Check: R code for possible problems
Result: NOTE
R2ngon: no visible global function definition for ‘approx’
plotR2pre: no visible global function definition for ‘plot’
plotR2pre: no visible global function definition for ‘points’
plotR2pre: no visible global function definition for ‘gray’
plotR2pre: no visible global function definition for ‘legend’
plotR2pre: no visible global function definition for ‘rainbow’
Undefined global functions or variables:
approx gray legend plot points rainbow
Consider adding
importFrom("grDevices", "gray", "rainbow")
importFrom("graphics", "legend", "plot", "points")
importFrom("stats", "approx")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64