Last updated on 2016-10-25 23:47:40.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.73 | 39.16 | 41.89 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 2.81 | 39.15 | 41.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 97.72 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 97.67 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 12.00 | 92.00 | 104.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 3.04 | 39.30 | 42.34 | NOTE | |
r-patched-solaris-sparc | 1.1 | 529.90 | NOTE | |||
r-patched-solaris-x86 | 1.1 | 113.20 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 2.84 | 38.64 | 41.48 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 8.00 | 72.00 | 80.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.1 | 11.00 | 100.00 | 111.00 | OK |
Version: 1.1
Check: R code for possible problems
Result: NOTE
dataSimulate: no visible global function definition for ‘runif’
dataSimulate: no visible global function definition for ‘quantile’
dicretizeVector: no visible global function definition for ‘quantile’
getFreqPattern: no visible global function definition for ‘as’
measureRule: no visible global function definition for ‘median’
voteAllRules: no visible global function definition for ‘median’
Undefined global functions or variables:
as median quantile runif
Consider adding
importFrom("methods", "as")
importFrom("stats", "median", "quantile", "runif")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-macos-x86_64-clang, 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