Last updated on 2015-12-29 00:46:32.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.9 | 5.12 | 32.56 | 37.68 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 77.74 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 74.31 | WARN | |||
r-devel-osx-x86_64-clang | 0.9 | 80.90 | WARN | |||
r-devel-windows-ix86+x86_64 | 0.9 | 16.00 | 94.00 | 110.00 | NOTE | |
r-patched-linux-x86_64 | 0.9 | 5.34 | 34.18 | 39.52 | NOTE | |
r-patched-solaris-sparc | 0.9 | 463.70 | NOTE | |||
r-patched-solaris-x86 | 0.9 | 104.10 | NOTE | |||
r-release-linux-x86_64 | 0.9 | 5.18 | 34.09 | 39.28 | NOTE | |
r-release-osx-x86_64-mavericks | 0.9 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.9 | 19.00 | 78.00 | 97.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.9 | 23.00 | 90.00 | 113.00 | NOTE |
Version: 0.9
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: ‘methods’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.9
Check: R code for possible problems
Result: NOTE
expv,CsparseMatrix-vector: no visible global function definition for
‘callGeneric’
expv,CsparseMatrix-vector: no visible global function definition for
‘as’
expv,matrix-vector: no visible global function definition for
‘callGeneric’
expv,matrix-vector: no visible global function definition for ‘as’
Undefined global functions or variables:
as callGeneric
Consider adding
importFrom("methods", "as", "callGeneric")
to your NAMESPACE (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-windows-ix86+x86_64
Version: 0.9
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: iteration 7 invokes undefined behavior [-Waggressive-loop-optimizations]
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang