Last updated on 2018-04-29 01:47:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.11-4 | 2.27 | 25.91 | 28.18 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.11-4 | 1.93 | 22.71 | 24.64 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.11-4 | 33.90 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.11-4 | 32.22 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.11-4 | 7.00 | 39.00 | 46.00 | NOTE | |
r-patched-linux-x86_64 | 2.11-4 | 2.09 | 25.48 | 27.57 | NOTE | |
r-patched-solaris-x86 | 2.11-4 | 52.40 | NOTE | |||
r-release-linux-x86_64 | 2.11-4 | 2.18 | 25.70 | 27.88 | NOTE | |
r-release-windows-ix86+x86_64 | 2.11-4 | 7.00 | 39.00 | 46.00 | NOTE | |
r-release-osx-x86_64 | 2.11-4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.11-4 | 5.00 | 53.00 | 58.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.11-4 | NOTE |
Version: 2.11-4
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘XML’ 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: 2.11-4
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
as.vector.multifactor
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: 2.11-4
Check: R code for possible problems
Result: NOTE
multifactor: no visible global function definition for ‘na.omit’
ruuid: no visible global function definition for ‘runif’
Undefined global functions or variables:
na.omit runif
Consider adding
importFrom("stats", "na.omit", "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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64