Last updated on 2019-10-31 00:50:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 2.13 | 31.13 | 33.26 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 1.64 | 24.87 | 26.51 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 40.24 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 46.79 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9 | 9.00 | 41.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 0.9 | 1.91 | 30.43 | 32.34 | NOTE | |
r-patched-solaris-x86 | 0.9 | 58.90 | NOTE | |||
r-release-linux-x86_64 | 0.9 | 1.58 | 30.21 | 31.79 | NOTE | |
r-release-windows-ix86+x86_64 | 0.9 | 10.00 | 71.00 | 81.00 | NOTE | |
r-release-osx-x86_64 | 0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9 | 3.00 | 41.00 | 44.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.9 | 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64