Last updated on 2020-08-07 01:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 1.83 | 20.73 | 22.56 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 1.30 | 16.41 | 17.71 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 36.10 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 26.37 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.5 | 7.00 | 31.00 | 38.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.5 | 1.79 | 20.39 | 22.18 | NOTE | |
r-patched-solaris-x86 | 1.0.5 | 42.50 | NOTE | |||
r-release-linux-x86_64 | 1.0.5 | 1.94 | 20.33 | 22.27 | NOTE | |
r-release-macos-x86_64 | 1.0.5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.5 | 7.00 | 48.00 | 55.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.5 | 7.00 | 47.00 | 54.00 | NOTE |
Version: 1.0.5
Check: R code for possible problems
Result: NOTE
SQN: no visible binding for global variable 'median'
SQN: no visible global function definition for 'quantile'
SQN.demo.data: no visible global function definition for 'rnorm'
mix.qn: no visible global function definition for 'ecdf'
mix.qn: no visible global function definition for 'quantile'
Undefined global functions or variables:
ecdf median quantile rnorm
Consider adding
importFrom("stats", "ecdf", "median", "quantile", "rnorm")
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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64