Last updated on 2017-07-18 01:51:12.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.2 | 3.94 | 51.63 | 55.57 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 3.2 | 3.77 | 52.85 | 56.62 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 3.2 | 109.41 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 3.2 | 102.46 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 3.2 | 9.00 | 79.00 | 88.00 | NOTE | |
| r-patched-linux-x86_64 | 3.2 | 4.06 | 52.79 | 56.85 | NOTE | |
| r-patched-solaris-x86 | 3.2 | 142.40 | NOTE | |||
| r-release-linux-x86_64 | 3.2 | 4.30 | 53.58 | 57.88 | NOTE | |
| r-release-windows-ix86+x86_64 | 3.2 | 12.00 | 81.00 | 93.00 | NOTE | |
| r-release-osx-x86_64 | 3.2 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 3.2 | 11.00 | 72.00 | 83.00 | NOTE | |
| r-oldrel-osx-x86_64 | 3.2 | NOTE |
Version: 3.2
Check: R code for possible problems
Result: NOTE
example.alpha: no visible global function definition for ‘rnorm’
example.quadratic.approx: no visible global function definition for
‘rnorm’
generate_nnm: no visible global function definition for ‘rnorm’
generate_nnm: no visible global function definition for ‘rgamma’
generate_nnm: no visible global function definition for ‘dnorm’
plot_nnm: no visible global function definition for ‘stack’
testmatrix: no visible global function definition for ‘rnorm’
Undefined global functions or variables:
dnorm rgamma rnorm stack
Consider adding
importFrom("stats", "dnorm", "rgamma", "rnorm")
importFrom("utils", "stack")
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