Last updated on 2016-03-07 23:47:41.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 3.19 | 36.74 | 39.93 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 82.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 77.64 | NOTE | |||
r-devel-osx-x86_64-clang | 2.0.0 | 77.40 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0.0 | 12.00 | 66.00 | 78.00 | NOTE | |
r-patched-linux-x86_64 | 2.0.0 | 3.69 | 40.87 | 44.56 | OK | |
r-patched-solaris-sparc | 2.0.0 | 529.40 | NOTE | |||
r-patched-solaris-x86 | 2.0.0 | 115.60 | NOTE | |||
r-release-linux-x86_64 | 2.0.0 | 3.86 | 40.49 | 44.35 | OK | |
r-release-osx-x86_64-mavericks | 2.0.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.0.0 | 13.00 | 88.00 | 101.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 2.0.0 | 16.00 | 133.00 | 149.00 | NOTE |
Version: 2.0.0
Check: R code for possible problems
Result: NOTE
calc_MW: no visible global function definition for ‘read.table’
cfba_moment: no visible global function definition for ‘median’
cfba_moment: no visible global function definition for ‘write.csv’
cfba_moment_mr: no visible global function definition for ‘median’
cfba_moment_mr: no visible global function definition for ‘write.csv’
cfba_moment_pw: no visible global function definition for ‘median’
cfba_moment_pw: no visible global function definition for ‘write.csv’
readmodel: no visible global function definition for ‘as’
Undefined global functions or variables:
as median read.table write.csv
Consider adding
importFrom("methods", "as")
importFrom("stats", "median")
importFrom("utils", "read.table", "write.csv")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 2.0.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘cplexAPI’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.0.0
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: ‘cplexAPI’ ‘glpkAPI’
Flavor: r-release-osx-x86_64-mavericks