Last updated on 2022-06-14 11:49:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.0 | 8.78 | 102.66 | 111.44 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.8.0 | 5.95 | 76.29 | 82.24 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.8.0 | 128.96 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.0 | 128.18 | NOTE | |||
r-devel-windows-x86_64 | 1.8.0 | 60.00 | 150.00 | 210.00 | NOTE | |
r-patched-linux-x86_64 | 1.8.0 | 7.24 | 93.56 | 100.80 | NOTE | |
r-release-linux-x86_64 | 1.8.0 | 6.05 | 94.56 | 100.61 | NOTE | |
r-release-macos-arm64 | 1.8.0 | 48.00 | NOTE | |||
r-release-macos-x86_64 | 1.8.0 | 60.00 | NOTE | |||
r-release-windows-x86_64 | 1.8.0 | 50.00 | 149.00 | 199.00 | NOTE | |
r-oldrel-macos-arm64 | 1.8.0 | 62.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.8.0 | 74.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.8.0 | 19.00 | 167.00 | 186.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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