Last updated on 2020-12-04 00:48:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 2.52 | 34.78 | 37.30 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 1.91 | 28.18 | 30.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 53.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 44.34 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9 | 5.00 | 52.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 0.9 | 2.28 | 35.57 | 37.85 | NOTE | |
r-patched-solaris-x86 | 0.9 | 64.90 | NOTE | |||
r-release-linux-x86_64 | 0.9 | 2.49 | 34.92 | 37.41 | NOTE | |
r-release-macos-x86_64 | 0.9 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.9 | 5.00 | 53.00 | 58.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9 | 10.00 | 71.00 | 81.00 | NOTE |
Version: 0.9
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'MGRASTer' 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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.9
Check: R code for possible problems
Result: NOTE
.onAttach: no visible global function definition for 'packageVersion'
biom.matrix: no visible global function definition for 'packageVersion'
Undefined global functions or variables:
packageVersion
Consider adding
importFrom("utils", "packageVersion")
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64