Last updated on 2016-12-28 23:47:17.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.99 | 41.16 | 44.15 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 2.98 | 40.90 | 43.87 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 100.59 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 100.48 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 1.1 | 75.49 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 1.1 | 9.00 | 113.00 | 122.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 3.04 | 38.47 | 41.50 | NOTE | |
r-patched-solaris-sparc | 1.1 | 529.90 | NOTE | |||
r-patched-solaris-x86 | 1.1 | 113.60 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 3.41 | 38.86 | 42.27 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 11.00 | 68.00 | 79.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.1 | 9.00 | 71.00 | 80.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-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.1
Flags: --no-stop-on-test-error
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-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang