Last updated on 2022-05-09 17:52:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 6.50 | 73.29 | 79.79 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 5.13 | 54.52 | 59.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 93.95 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 90.08 | NOTE | |||
r-devel-windows-x86_64 | 0.2.1 | 23.00 | 86.00 | 109.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.1 | 10.79 | 66.97 | 77.76 | NOTE | |
r-release-linux-x86_64 | 0.2.1 | 6.18 | 69.08 | 75.26 | NOTE | |
r-release-macos-arm64 | 0.2.1 | 26.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.1 | 57.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.1 | 24.00 | 86.00 | 110.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.1 | 32.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.1 | 55.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 16.00 | 83.00 | 99.00 | NOTE |
Version: 0.2.1
Check: R code for possible problems
Result: NOTE
simulate_dataframe : generate_dumb_answer: no visible global function
definition for 'rbinom'
simulate_dataframe : generate_dumb_answer: no visible global function
definition for 'rnorm'
simulate_dataframe : generate_initial: no visible global function
definition for 'rbinom'
simulate_dataframe: no visible binding for global variable 'randu'
simulate_dataframe: no visible global function definition for 'rbinom'
simulate_dataframe: no visible global function definition for 'rnorm'
simulate_dataframe: no visible global function definition for 'rpois'
simulate_dataframe : add_NAs: no visible global function definition for
'rbinom'
Undefined global functions or variables:
randu rbinom rnorm rpois
Consider adding
importFrom("datasets", "randu")
importFrom("stats", "rbinom", "rnorm", "rpois")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64