Last updated on 2021-03-04 00:47:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 2.05 | 35.69 | 37.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 1.98 | 27.66 | 29.64 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 56.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 46.28 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9 | 8.00 | 52.00 | 60.00 | NOTE | |
r-patched-linux-x86_64 | 0.9 | 2.24 | 35.72 | 37.96 | NOTE | |
r-patched-solaris-x86 | 0.9 | 71.70 | NOTE | |||
r-release-linux-x86_64 | 0.9 | 1.98 | 36.16 | 38.14 | 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