Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 3.02 | 39.98 | 43.00 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 1.99 | 30.00 | 31.99 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 58.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 50.52 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.0 | 7.00 | 53.00 | 60.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.0 | 2.63 | 39.52 | 42.15 | NOTE | |
r-patched-solaris-x86 | 1.1.0 | 85.80 | NOTE | |||
r-release-linux-x86_64 | 1.1.0 | 3.05 | 38.93 | 41.98 | NOTE | |
r-release-macos-x86_64 | 1.1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1.0 | 4.00 | 70.00 | 74.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.0 | 5.00 | 71.00 | 76.00 | NOTE |
Version: 1.1.0
Check: R code for possible problems
Result: NOTE
.cluster: no visible global function definition for 'kmeans'
.plot.sigclust: no visible global function definition for 'par'
.plot.sigclust: no visible global function definition for 'density'
.plot.sigclust: no visible global function definition for 'runif'
.plot.sigclust: no visible global function definition for 'dnorm'
.plot.sigclust: no visible global function definition for 'lines'
.plot.sigclust: no visible global function definition for 'points'
.plot.sigclust: no visible global function definition for 'title'
.plot.sigclust: no visible global function definition for 'text'
.plot.sigclust: no visible global function definition for 'qnorm'
.plot.sigclust: no visible global function definition for 'abline'
.plot.sigclust: no visible global function definition for 'quantile'
.plot.sigclust: no visible global function definition for 'legend'
.simnull: no visible global function definition for 'rnorm'
.vareigen: no visible global function definition for 'mad'
.vareigen: no visible global function definition for 'cov'
sigclust: no visible global function definition for 'sd'
sigclust: no visible global function definition for 'pnorm'
Undefined global functions or variables:
abline cov density dnorm kmeans legend lines mad par pnorm points
qnorm quantile rnorm runif sd text title
Consider adding
importFrom("graphics", "abline", "legend", "lines", "par", "points",
"text", "title")
importFrom("stats", "cov", "density", "dnorm", "kmeans", "mad",
"pnorm", "qnorm", "quantile", "rnorm", "runif", "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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64