Last updated on 2021-04-17 23:48:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.0 | 8.77 | 92.56 | 101.33 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.8.0 | 6.67 | 71.80 | 78.47 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.8.0 | 133.40 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.0 | 119.71 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.8.0 | 18.00 | 158.00 | 176.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.8.0 | NOTE | ||||
r-patched-linux-x86_64 | 1.8.0 | 8.90 | 87.24 | 96.14 | NOTE | |
r-patched-solaris-x86 | 1.8.0 | 154.60 | NOTE | |||
r-release-linux-x86_64 | 1.8.0 | 7.99 | 86.71 | 94.70 | NOTE | |
r-release-macos-x86_64 | 1.8.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.8.0 | 16.00 | 157.00 | 173.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.8.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.8.0 | 15.00 | 148.00 | 163.00 | 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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-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-fedora-clang, r-devel-linux-x86_64-fedora-gcc