CRAN Package Check Results for Package allelic

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 2.19 19.35 21.54 NOTE
r-devel-linux-x86_64-debian-gcc 0.1 1.87 15.21 17.08 NOTE
r-devel-linux-x86_64-fedora-clang 0.1 34.46 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 25.81 NOTE
r-devel-windows-ix86+x86_64 0.1 9.00 38.00 47.00 OK
r-patched-linux-x86_64 0.1 2.08 19.31 21.39 NOTE
r-patched-solaris-x86 0.1 41.20 OK
r-release-linux-x86_64 0.1 2.10 19.33 21.43 NOTE
r-release-macos-x86_64 0.1 NOTE
r-release-windows-ix86+x86_64 0.1 7.00 36.00 43.00 OK
r-oldrel-macos-x86_64 0.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1 7.00 50.00 57.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-x86_64, r-oldrel-macos-x86_64