Last updated on 2015-09-06 23:47:27.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0 | 1.14 | 16.96 | 18.10 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.0 | 1.38 | 16.48 | 17.85 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.0 | 34.45 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.0 | 34.28 | NOTE | |||
r-devel-osx-x86_64-clang | 3.0 | 33.60 | OK | |||
r-devel-windows-ix86+x86_64 | 3.0 | 5.00 | 37.00 | 42.00 | NOTE | |
r-patched-linux-x86_64 | 3.0 | 1.61 | 18.01 | 19.62 | OK | |
r-patched-solaris-sparc | 3.0 | 230.40 | OK | |||
r-patched-solaris-x86 | 3.0 | 52.50 | OK | |||
r-release-linux-x86_64 | 3.0 | 1.22 | 18.38 | 19.60 | OK | |
r-release-osx-x86_64-mavericks | 3.0 | OK | ||||
r-release-windows-ix86+x86_64 | 3.0 | 8.00 | 60.00 | 68.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 3.0 | 12.00 | 48.00 | 60.00 | OK |
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.
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