Last updated on 2017-12-20 00:47:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 0.51 | 14.84 | 15.35 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 19.98 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 20.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-2 | 3.00 | 24.00 | 27.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-2 | 0.68 | 14.84 | 15.52 | NOTE | |
r-patched-solaris-x86 | 0.1-2 | 28.30 | NOTE | |||
r-release-linux-x86_64 | 0.1-2 | 0.56 | 15.01 | 15.57 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1-2 | 2.00 | 37.00 | 39.00 | NOTE | |
r-release-osx-x86_64 | 0.1-2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-2 | 2.00 | 32.00 | 34.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1-2 | NOTE |
Version: 0.1-2
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘fpc’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' 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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.1-2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.tkm print.tkm
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
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-patched-solaris-x86, r-release-linux-x86_64
Version: 0.1-2
Check: R code for possible problems
Result: NOTE
plot.tkm: no visible global function definition for ‘plotcluster’
plot.tkm: no visible global function definition for ‘plot’
plot.tkm: no visible global function definition for ‘points’
plot.tkm: no visible global function definition for ‘lines’
plot.tkm: no visible global function definition for ‘discrcoord’
Undefined global functions or variables:
discrcoord lines plot plotcluster points
Consider adding
importFrom("graphics", "lines", "plot", "points")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64