Last updated on 2022-05-01 16:51:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.21 | 36.71 | 40.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.26 | 24.70 | 26.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 50.59 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 37.95 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 83.00 | 57.00 | 140.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 4.04 | 35.84 | 39.88 | NOTE | |
r-release-linux-x86_64 | 1.0 | 3.42 | 35.91 | 39.33 | NOTE | |
r-release-macos-arm64 | 1.0 | 15.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 25.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 9.00 | 53.00 | 62.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 19.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 30.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 41.00 | 48.00 | NOTE |
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
NeedsCompilation field must take value 'yes' or 'no'
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-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.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'splines' which was already attached by Depends.
Please remove these calls from your code.
Package in Depends field not imported from: 'splines'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-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.0
Check: R code for possible problems
Result: NOTE
gensurf: no visible global function definition for 'persp'
gensurf: no visible global function definition for 'rainbow'
plotMF: no visible global function definition for 'plot.new'
plotMF: no visible global function definition for 'plot.window'
plotMF: no visible global function definition for 'runif'
plotMF: no visible global function definition for 'predict'
plotMF: no visible global function definition for 'interpSpline'
plotMF: no visible global function definition for 'lines'
plotMF: no visible global function definition for 'text'
plotMF: no visible global function definition for 'title'
plotMF: no visible global function definition for 'axis'
plotMF: no visible global function definition for 'box'
Undefined global functions or variables:
axis box interpSpline lines persp plot.new plot.window predict
rainbow runif text title
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "axis", "box", "lines", "persp", "plot.new",
"plot.window", "text", "title")
importFrom("stats", "predict", "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-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.0
Check: Rd line widths
Result: NOTE
Rd file 'newFIS.Rd':
\usage lines wider than 90 characters:
newFIS(FISName, FISType = "mamdani", version = "1.0", andMethod = "min", orMethod = "max", impMethod = "min", aggMethod = "max", defuzz ... [TRUNCATED]
These lines will be truncated in the PDF manual.
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-patched-linux-x86_64, r-release-linux-x86_64