Last updated on 2018-11-29 12:55:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3-16 | NOTE | --no-examples --no-tests --no-vignettes | |||
r-devel-linux-x86_64-debian-gcc | 0.3-16 | 2.72 | 29.76 | 32.48 | NOTE | --no-examples --no-tests --no-vignettes |
r-patched-linux-x86_64 | 0.3-16 | 3.13 | 35.92 | 39.05 | NOTE | --no-examples --no-tests --no-vignettes |
r-release-linux-x86_64 | 0.3-16 | 3.46 | 35.55 | 39.01 | NOTE | --no-examples --no-tests --no-vignettes |
r-release-windows-ix86+x86_64 | 0.3-16 | 2.00 | 4.00 | 6.00 | ERROR | |
r-release-osx-x86_64 | 0.3-16 | ERROR | ||||
r-oldrel-osx-x86_64 | 0.3-16 | ERROR |
Version: 0.3-16
Flags: --no-examples --no-tests --no-vignettes
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.bayesm.mat plot.hcoef.post
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.3-16
Flags: --no-examples --no-tests --no-vignettes
Check: R code for possible problems
Result: NOTE
cudaMultireg.slice: no visible global function definition for ‘runif’
plot.bayesm.mat: no visible global function definition for ‘par’
plot.bayesm.mat: no visible global function definition for ‘plot’
plot.bayesm.mat: no visible global function definition for ‘var’
plot.bayesm.mat: no visible global function definition for ‘acf’
plot.bayesm.mat: no visible global function definition for
‘plot.default’
plot.hcoef.post: no visible global function definition for ‘par’
plot.hcoef.post: no visible global function definition for ‘boxplot’
plot.hcoef.post: no visible binding for global variable ‘quantile’
plot.hcoef.post: no visible global function definition for ‘bxp’
plot.hcoef.post: no visible global function definition for
‘dev.interactive’
post.overlay: no visible global function definition for ‘par’
post.overlay: no visible global function definition for ‘gray’
post.overlay: no visible global function definition for ‘heat.colors’
post.ppm: no visible global function definition for ‘heat.colors’
post.ppm: no visible global function definition for ‘par’
post.randeff: no visible global function definition for ‘matplot’
post.randeff: no visible global function definition for ‘mtext’
post.randeff: no visible global function definition for ‘legend’
post.randeff: no visible global function definition for ‘par’
post.shrinkage.minmax: no visible global function definition for
‘points’
post.tseries: no visible global function definition for ‘plot’
post.tseries: no visible global function definition for ‘points’
post.tseries: no visible global function definition for ‘lines’
premask: no visible global function definition for ‘sd’
premask : stdf: no visible global function definition for ‘sd’
regpostsim: no visible global function definition for ‘density’
regpostsim: no visible global function definition for ‘hist’
regpostsim: no visible global function definition for ‘lines’
regpostsim: no visible global function definition for ‘legend’
Undefined global functions or variables:
acf boxplot bxp density dev.interactive gray heat.colors hist legend
lines matplot mtext par plot plot.default points quantile runif sd
var
Consider adding
importFrom("grDevices", "dev.interactive", "gray", "heat.colors")
importFrom("graphics", "boxplot", "bxp", "hist", "legend", "lines",
"matplot", "mtext", "par", "plot", "plot.default", "points")
importFrom("stats", "acf", "density", "quantile", "runif", "sd", "var")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.3-16
Flags: --no-examples --no-tests --no-vignettes
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.3-16
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64