CRAN Package Check Results for Maintainer ‘John Michael O. Ranola <ranolaj at uw.edu>’

Last updated on 2020-08-07 01:50:31 CEST.

Package WARN NOTE
OriGen 3 9

Package OriGen

Current CRAN status: WARN: 3, NOTE: 9

Version: 1.4.3
Check: compiled code
Result: NOTE
    File 'OriGen/libs/OriGen.so':
     Found '_gfortran_st_close', possibly from 'close' (Fortran)
     Object: 'OriGen.o'
     Found '_gfortran_st_open', possibly from 'open' (Fortran)
     Object: 'OriGen.o'
     Found '_gfortran_st_read', possibly from 'read' (Fortran)
     Object: 'OriGen.o'
     Found '_gfortran_st_rewind', possibly from 'rewind' (Fortran)
     Object: 'OriGen.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: 1.4.3
Check: compiled code
Result: NOTE
    File ‘OriGen/libs/OriGen.so’:
     Found ‘_gfortran_st_close’, possibly from ‘close’ (Fortran)
     Object: ‘OriGen.o’
     Found ‘_gfortran_st_open’, possibly from ‘open’ (Fortran)
     Object: ‘OriGen.o’
     Found ‘_gfortran_st_read’, possibly from ‘read’ (Fortran)
     Object: ‘OriGen.o’
     Found ‘_gfortran_st_rewind’, possibly from ‘rewind’ (Fortran)
     Object: ‘OriGen.o’
    File ‘OriGen/libs/OriGen.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: 1.4.3
Check: compiled code
Result: WARN
    File 'OriGen/libs/i386/OriGen.dll':
     Found '_gfortran_st_close', possibly from 'close' (Fortran)
     Object: 'OriGen.o'
     Found '_gfortran_st_open', possibly from 'open' (Fortran)
     Object: 'OriGen.o'
    File 'OriGen/libs/x64/OriGen.dll':
     Found '_gfortran_st_close', possibly from 'close' (Fortran)
     Object: 'OriGen.o'
     Found '_gfortran_st_open', possibly from 'open' (Fortran)
     Object: 'OriGen.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-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.4.3
Check: compiled code
Result: NOTE
    File ‘OriGen/libs/OriGen.so’:
     Found ‘__f90_close’, possibly from ‘close’ (Fortran)
     Object: ‘OriGen.o’
     Found ‘__f90_esfr’, possibly from ‘read’ (Fortran)
     Object: ‘OriGen.o’
     Found ‘__f90_open’, possibly from ‘open’ (Fortran)
     Object: ‘OriGen.o’
     Found ‘__f90_rewind’, possibly from ‘rewind’ (Fortran)
     Object: ‘OriGen.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.
Flavor: r-patched-solaris-x86

Version: 1.4.3
Check: compiled code
Result: NOTE
    File ‘OriGen/libs/OriGen.so’:
     Found ‘__gfortran_st_close’, possibly from ‘close’ (Fortran)
     Object: ‘OriGen.o’
     Found ‘__gfortran_st_open’, possibly from ‘open’ (Fortran)
     Object: ‘OriGen.o’
     Found ‘__gfortran_st_read’, possibly from ‘read’ (Fortran)
     Object: ‘OriGen.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