Last updated on 2017-09-26 01:47:45.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.0 | 2.52 | 49.22 | 51.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.8.0 | 2.47 | 49.44 | 51.91 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.8.0 | 99.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.0 | 98.38 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.8.0 | 10.00 | 109.00 | 119.00 | NOTE | |
r-patched-linux-x86_64 | 1.8.0 | 2.57 | 49.56 | 52.13 | NOTE | |
r-patched-solaris-x86 | 1.8.0 | 111.60 | NOTE | |||
r-release-linux-x86_64 | 1.8.0 | 2.42 | 51.88 | 54.30 | NOTE | |
r-release-windows-ix86+x86_64 | 1.8.0 | 11.00 | 107.00 | 118.00 | NOTE | |
r-release-osx-x86_64 | 1.8.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.8.0 | 9.00 | 100.00 | 109.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.8.0 | NOTE |
Version: 1.8.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘Rmpfr’ 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-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.8.0
Check: R code for possible problems
Result: NOTE
adjacencyMatrix: no visible global function definition for ‘as’
Undefined global functions or variables:
as
Consider adding
importFrom("methods", "as")
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.8.0
Check: compiled code
Result: NOTE
File ‘QuACN/libs/QuACN.so’:
Found no call to: ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable 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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.8.0
Check: package dependencies
Result: ERROR
Packages required but not available: ‘graph’ ‘RBGL’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-osx-x86_64