Last updated on 2017-02-24 23:52:20.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.34 | 42.57 | 45.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.40 | 42.47 | 45.87 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 99.58 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 97.86 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 1.0 | 76.52 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 1.0 | 17.00 | 75.00 | 92.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.12 | 38.03 | 41.15 | NOTE | |
r-patched-solaris-sparc | 1.0 | 521.60 | NOTE | |||
r-patched-solaris-x86 | 1.0 | 119.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.39 | 38.11 | 41.50 | NOTE | |
r-release-osx-x86_64-mavericks | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 11.00 | 120.00 | 131.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.0 | 15.00 | 163.00 | 178.00 | OK |
Version: 1.0
Check: R code for possible problems
Result: NOTE
convnum: no visible global function definition for ‘points’
convnum: no visible global function definition for ‘arrows’
convnumsig: no visible global function definition for ‘hist’
maxdist: no visible global function definition for ‘dist’
plotellipse: no visible global function definition for ‘lines’
Undefined global functions or variables:
arrows dist hist lines points
Consider adding
importFrom("graphics", "arrows", "hist", "lines", "points")
importFrom("stats", "dist")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 1.0
Flags: --no-stop-on-test-error
Check: R code for possible problems
Result: NOTE
convnum: no visible global function definition for ‘points’
convnum: no visible global function definition for ‘arrows’
convnumsig: no visible global function definition for ‘hist’
maxdist: no visible global function definition for ‘dist’
plotellipse: no visible global function definition for ‘lines’
Undefined global functions or variables:
arrows dist hist lines points
Consider adding
importFrom("graphics", "arrows", "hist", "lines", "points")
importFrom("stats", "dist")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang