CRAN Package Check Results for Package enviPick

Last updated on 2022-04-24 03:52:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5 10.89 73.53 84.42 OK
r-devel-linux-x86_64-debian-gcc 1.5 8.36 56.40 64.76 WARN
r-devel-linux-x86_64-fedora-clang 1.5 102.52 NOTE
r-devel-linux-x86_64-fedora-gcc 1.5 87.96 NOTE
r-patched-linux-x86_64 1.5 11.38 70.33 81.71 OK
r-release-linux-x86_64 1.5 8.74 67.91 76.65 OK
r-release-macos-arm64 1.5 OK
r-release-macos-x86_64 1.5 OK
r-release-windows-x86_64 1.5 20.00 84.00 104.00 OK
r-oldrel-macos-arm64 1.5 OK
r-oldrel-macos-x86_64 1.5 OK
r-oldrel-windows-ix86+x86_64 1.5 22.00 86.00 108.00 OK

Check Details

Version: 1.5
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     kernel.cpp:1213:35: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
     kernel.cpp:1218:27: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5
Check: compiled code
Result: NOTE
    File ‘enviPick/libs/enviPick.so’:
     Found no calls to: ‘R_registerRoutines’, ‘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