Last updated on 2020-08-07 01:49:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.75-7 | 2.92 | 37.69 | 40.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.75-7 | 2.12 | 29.46 | 31.58 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.75-7 | 57.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.75-7 | 48.14 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.75-7 | 10.00 | 68.00 | 78.00 | NOTE | |
r-patched-linux-x86_64 | 0.75-7 | 2.69 | 37.26 | 39.95 | NOTE | |
r-patched-solaris-x86 | 0.75-7 | 71.30 | NOTE | |||
r-release-linux-x86_64 | 0.75-7 | 2.69 | 37.31 | 40.00 | NOTE | |
r-release-macos-x86_64 | 0.75-7 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.75-7 | 7.00 | 69.00 | 76.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.75-7 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.75-7 | 7.00 | 88.00 | 95.00 | NOTE |
Version: 0.75-7
Check: R code for possible problems
Result: NOTE
aLine: no visible global function definition for 'lines'
aLine: no visible global function definition for 'ecdf'
dip.test: no visible global function definition for 'complete.cases'
dip.test: no visible global function definition for 'runif'
dip.test: no visible global function definition for 'approx'
plot.dip: no visible global function definition for 'par'
plot.dip: no visible global function definition for 'ecdf'
plot.dip: no visible global function definition for 'title'
plot.dip: no visible global function definition for 'abline'
plot.dip: no visible global function definition for 'axis'
plot.dip: no visible global function definition for 'legend'
Undefined global functions or variables:
abline approx axis complete.cases ecdf legend lines par runif title
Consider adding
importFrom("graphics", "abline", "axis", "legend", "lines", "par",
"title")
importFrom("stats", "approx", "complete.cases", "ecdf", "runif")
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: 0.75-7
Check: contents of ‘data’ directory
Result: NOTE
Output for data("exHartigan", package = "diptest"):
'exHartigan' data is identical to 'statfaculty' and hence deprecated.
Use the 'statfaculty' instead
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: 0.75-7
Check: R code for possible problems
Result: NOTE
aLine: no visible global function definition for ‘lines’
aLine: no visible global function definition for ‘ecdf’
dip.test: no visible global function definition for ‘complete.cases’
dip.test: no visible global function definition for ‘runif’
dip.test: no visible global function definition for ‘approx’
plot.dip: no visible global function definition for ‘par’
plot.dip: no visible global function definition for ‘ecdf’
plot.dip: no visible global function definition for ‘plot’
plot.dip: no visible global function definition for ‘title’
plot.dip: no visible global function definition for ‘abline’
plot.dip: no visible global function definition for ‘axis’
plot.dip: no visible global function definition for ‘legend’
Undefined global functions or variables:
abline approx axis complete.cases ecdf legend lines par plot runif
title
Consider adding
importFrom("graphics", "abline", "axis", "legend", "lines", "par",
"plot", "title")
importFrom("stats", "approx", "complete.cases", "ecdf", "runif")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64