Last updated on 2017-09-26 01:47:09.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 14.73 | 176.92 | 191.65 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 11.93 | 159.58 | 171.51 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 342.54 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 323.27 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 26.00 | 221.00 | 247.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 14.21 | 179.68 | 193.89 | NOTE | |
r-patched-solaris-x86 | 1.0 | 424.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 14.59 | 178.56 | 193.15 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 29.00 | 221.00 | 250.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 28.00 | 226.00 | 254.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | OK |
Version: 1.0
Check: R code for possible problems
Result: NOTE
extractAffybatch: no visible global function definition for ‘new’
Undefined global functions or variables:
new
Consider adding
importFrom("methods", "new")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-oldrel-windows-ix86+x86_64
Version: 1.0
Check: package dependencies
Result: ERROR
Packages required but not available: ‘sva’ ‘affyPLM’
Package suggested but not available for checking: ‘ArrayExpress’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-osx-x86_64