Last updated on 2022-06-10 15:51:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.5 | 6.42 | 103.26 | 109.68 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5.5 | 5.42 | 74.77 | 80.19 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5.5 | 129.84 | NOTE | |||
r-devel-windows-x86_64 | 0.5.5 | 26.00 | 126.00 | 152.00 | NOTE | |
r-patched-linux-x86_64 | 0.5.5 | 8.04 | 95.48 | 103.52 | NOTE | |
r-release-linux-x86_64 | 0.5.5 | NOTE | ||||
r-release-macos-arm64 | 0.5.5 | 41.00 | NOTE | |||
r-release-macos-x86_64 | 0.5.5 | 81.00 | NOTE | |||
r-release-windows-x86_64 | 0.5.5 | 27.00 | 132.00 | 159.00 | NOTE | |
r-oldrel-macos-arm64 | 0.5.5 | 53.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.5.5 | 74.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.5.5 | 16.00 | 108.00 | 124.00 | NOTE |
Version: 0.5.5
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
BugReports field is not a suitable URL but contains an email address:
use the Contact field 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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.5.5
Check: R code for possible problems
Result: NOTE
createFormula: no visible global function definition for 'tail'
createFormula: no visible global function definition for 'head'
createFormula: no visible global function definition for 'as.formula'
ezsim: no visible global function definition for 'runif'
plot.ezsim: no visible global function definition for 'quantile'
plot.ezsim: no visible global function definition for 'head'
plot.ezsim: no visible global function definition for 'tail'
plot.ezsim: no visible binding for global variable 'dnorm'
plot.ezsim: no visible binding for global variable 'pdf'
plot.ezsim: no visible global function definition for 'dev.off'
plot.ezsim : <anonymous>: no visible global function definition for
'dev.new'
plot.summary.ezsim: no visible global function definition for 'head'
plot.summary.ezsim: no visible global function definition for 'tail'
plot.summary.ezsim: no visible binding for global variable 'pdf'
plot.summary.ezsim: no visible global function definition for 'dev.off'
plot.summary.ezsim : <anonymous>: no visible global function definition
for 'dev.new'
Undefined global functions or variables:
as.formula dev.new dev.off dnorm head pdf quantile runif tail
Consider adding
importFrom("grDevices", "dev.new", "dev.off", "pdf")
importFrom("stats", "as.formula", "dnorm", "quantile", "runif")
importFrom("utils", "head", "tail")
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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64