CRAN Package Check Results for Package allelic

Last updated on 2021-06-09 07:48:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 2.25 22.08 24.33 NOTE
r-devel-linux-x86_64-debian-gcc 0.1 1.69 17.60 19.29 NOTE
r-devel-linux-x86_64-fedora-clang 0.1 37.53 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 26.92 NOTE
r-devel-windows-x86_64 0.1 4.00 28.00 32.00 OK
r-devel-windows-x86_64-gcc10-UCRT 0.1 OK
r-patched-linux-x86_64 0.1 2.08 21.62 23.70 NOTE
r-patched-solaris-x86 0.1 45.90 OK
r-release-linux-x86_64 0.1 2.03 21.67 23.70 NOTE
r-release-macos-arm64 0.1 NOTE
r-release-macos-x86_64 0.1 NOTE
r-release-windows-ix86+x86_64 0.1 6.00 33.00 39.00 OK
r-oldrel-macos-x86_64 0.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1 6.00 38.00 44.00 OK

Check Details

Version: 0.1
Check: compiled code
Result: NOTE
    File 'allelic/libs/allelic.so':
     Found 'stderr', possibly from 'stderr' (C)
     Object: 'newallelic.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    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-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1
Check: compiled code
Result: NOTE
    File ‘allelic/libs/allelic.so’:
     Found ‘stderr’, possibly from ‘stderr’ (C)
     Object: ‘newallelic.o’
    File ‘allelic/libs/allelic.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    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

Version: 0.1
Check: compiled code
Result: NOTE
    File ‘allelic/libs/allelic.so’:
     Found ‘___stderrp’, possibly from ‘stderr’ (C)
     Object: ‘newallelic.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor use Fortran I/O
    nor system RNGs.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64