Last updated on 2022-06-10 15:51:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 6.22 | 45.68 | 51.90 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 4.80 | 34.75 | 39.55 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 61.43 | NOTE | |||
r-devel-windows-x86_64 | 1.2.1 | 12.00 | 60.00 | 72.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 4.72 | 43.39 | 48.11 | NOTE | |
r-release-linux-x86_64 | 1.2.1 | NOTE | ||||
r-release-macos-arm64 | 1.2.1 | 22.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.1 | 28.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.1 | 9.00 | 64.00 | 73.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2.1 | 32.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.2.1 | 10.00 | 35.00 | 45.00 | NOTE |
Version: 1.2.1
Check: R code for possible problems
Result: NOTE
kma : best_warping: no visible global function definition for 'approx'
kma : best_warping_only.dilation: no visible global function definition
for 'approx'
kma : best_warping_only.shift: no visible global function definition
for 'approx'
kma: no visible global function definition for 'is'
kma: no visible global function definition for 'approx'
kma: no visible global function definition for 'loess'
kma: no visible global function definition for 'predict'
kma: no visible global function definition for 'optim'
kma : f.sann: no visible global function definition for 'runif'
kma.compare: no visible global function definition for 'dev.new'
kma.compare: no visible global function definition for 'points'
kma.compare: no visible global function definition for 'box'
kma.compare: no visible global function definition for 'axis'
kma.compare: no visible global function definition for 'title'
kma.compare: no visible global function definition for 'legend'
kma.compare: no visible global function definition for 'lines'
kma.show.results: no visible global function definition for 'rainbow'
kma.show.results: no visible global function definition for 'dev.new'
kma.show.results: no visible global function definition for 'matplot'
kma.show.results: no visible global function definition for 'title'
kma.show.results: no visible global function definition for 'lines'
kma.show.results: no visible global function definition for 'legend'
kma.show.results: no visible global function definition for 'abline'
kma.show.results: no visible global function definition for 'boxplot'
kma.show.results: no visible global function definition for 'axis'
kma.similarity: no visible global function definition for 'approx'
Undefined global functions or variables:
abline approx axis box boxplot dev.new is legend lines loess matplot
optim points predict rainbow runif title
Consider adding
importFrom("grDevices", "dev.new", "rainbow")
importFrom("graphics", "abline", "axis", "box", "boxplot", "legend",
"lines", "matplot", "points", "title")
importFrom("methods", "is")
importFrom("stats", "approx", "loess", "optim", "predict", "runif")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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: 1.2.1
Check: HTML version of manual
Result: NOTE
Found the following problems:
kma.compare.Rd:74:11: Warning: nested emphasis <em>
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc