CRAN Package Check Results for Package QuACN

Last updated on 2020-08-07 01:49:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.8.0 8.82 86.64 95.46 NOTE
r-devel-linux-x86_64-debian-gcc 1.8.0 6.76 65.18 71.94 NOTE
r-devel-linux-x86_64-fedora-clang 1.8.0 117.58 NOTE
r-devel-linux-x86_64-fedora-gcc 1.8.0 108.56 NOTE
r-devel-windows-ix86+x86_64 1.8.0 23.00 136.00 159.00 NOTE
r-patched-linux-x86_64 1.8.0 8.14 84.22 92.36 NOTE
r-patched-solaris-x86 1.8.0 139.10 NOTE
r-release-linux-x86_64 1.8.0 8.64 84.66 93.30 NOTE
r-release-macos-x86_64 1.8.0 NOTE
r-release-windows-ix86+x86_64 1.8.0 24.00 186.00 210.00 NOTE
r-oldrel-macos-x86_64 1.8.0 NOTE
r-oldrel-windows-ix86+x86_64 1.8.0 16.00 139.00 155.00 NOTE

Check Details

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-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-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