Last updated on 2018-10-19 01:46:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.11-4 | 2.53 | 29.42 | 31.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.11-4 | 1.86 | 23.78 | 25.64 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.11-4 | 36.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.11-4 | 35.31 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.11-4 | 8.00 | 51.00 | 59.00 | NOTE | |
r-patched-linux-x86_64 | 2.11-4 | 1.84 | 25.98 | 27.82 | NOTE | |
r-patched-solaris-x86 | 2.11-4 | 52.50 | NOTE | |||
r-release-linux-x86_64 | 2.11-4 | 1.95 | 26.19 | 28.14 | NOTE | |
r-release-windows-ix86+x86_64 | 2.11-4 | 5.00 | 49.00 | 54.00 | NOTE | |
r-release-osx-x86_64 | 2.11-4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.11-4 | 4.00 | 39.00 | 43.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