Last updated on 2021-01-24 23:47:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-8 | 2.09 | 56.96 | 59.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-8 | 1.52 | 43.09 | 44.61 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-8 | 77.74 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-8 | 69.26 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1-8 | 4.00 | 82.00 | 86.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-8 | 2.02 | 54.48 | 56.50 | NOTE | |
r-patched-solaris-x86 | 1.1-8 | 91.20 | NOTE | |||
r-release-linux-x86_64 | 1.1-8 | 1.72 | 54.38 | 56.10 | NOTE | |
r-release-macos-x86_64 | 1.1-8 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1-8 | 4.00 | 74.00 | 78.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1-8 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1-8 | 3.00 | 70.00 | 73.00 | NOTE |
Version: 1.1-8
Check: top-level files
Result: NOTE
File
LICENSE
is not mentioned in the DESCRIPTION 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
Version: 1.1-8
Check: R code for possible problems
Result: NOTE
BCI: no visible global function definition for 'quantile'
Metro_Hastings: no visible global function definition for 'optim'
Metro_Hastings: no visible global function definition for 'runif'
Metro_Hastings: no visible global function definition for 'var'
plotMH: no visible global function definition for 'hist'
plotMH: no visible global function definition for 'frame'
plotMH: no visible global function definition for 'text'
Undefined global functions or variables:
frame hist optim quantile runif text var
Consider adding
importFrom("graphics", "frame", "hist", "text")
importFrom("stats", "optim", "quantile", "runif", "var")
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
Version: 1.1-8
Check: R code for possible problems
Result: NOTE
BCI: no visible global function definition for ‘quantile’
Metro_Hastings: no visible global function definition for ‘optim’
Metro_Hastings: no visible global function definition for ‘runif’
Metro_Hastings: no visible global function definition for ‘var’
plotMH: no visible global function definition for ‘hist’
plotMH: no visible global function definition for ‘plot’
plotMH: no visible global function definition for ‘frame’
plotMH: no visible global function definition for ‘text’
Undefined global functions or variables:
frame hist optim plot quantile runif text var
Consider adding
importFrom("graphics", "frame", "hist", "plot", "text")
importFrom("stats", "optim", "quantile", "runif", "var")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64