Last updated on 2018-02-24 09:51:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0 | 1.82 | 30.87 | 32.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.0 | 1.82 | 24.16 | 25.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.0 | 39.76 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.0 | 37.81 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.0 | 10.00 | 71.00 | 81.00 | NOTE | |
r-patched-linux-x86_64 | 3.0 | 1.29 | 33.31 | 34.60 | NOTE | |
r-patched-solaris-x86 | 3.0 | 54.10 | NOTE | |||
r-release-linux-x86_64 | 3.0 | 1.69 | 33.07 | 34.76 | NOTE | |
r-release-windows-ix86+x86_64 | 3.0 | 15.00 | 68.00 | 83.00 | NOTE | |
r-release-osx-x86_64 | 3.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.0 | 7.00 | 65.00 | 72.00 | NOTE | |
r-oldrel-osx-x86_64 | 3.0 | NOTE |
Version: 3.0
Check: R code for possible problems
Result: NOTE
ROC_plot: no visible global function definition for ‘pdf’
ROC_plot: no visible global function definition for ‘par’
ROC_plot: no visible global function definition for ‘dev.off’
Ymean_compare: no visible binding for global variable ‘sd’
Ymean_compare: no visible global function definition for ‘pdf’
Ymean_compare: no visible global function definition for ‘par’
Ymean_compare: no visible global function definition for ‘dev.off’
data_simulation: no visible global function definition for ‘rnorm’
gibbs_sampling: no visible global function definition for ‘rnorm’
mcmc_trace_plot: no visible global function definition for ‘pdf’
mcmc_trace_plot: no visible global function definition for ‘dev.off’
Undefined global functions or variables:
dev.off par pdf rnorm sd
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "par")
importFrom("stats", "rnorm", "sd")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64