CRAN Package Check Results for Package OriGen

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.3 12.29 44.91 57.20 NOTE
r-devel-linux-x86_64-debian-gcc 1.4.3 10.00 34.56 44.56 NOTE
r-devel-linux-x86_64-fedora-clang 1.4.3 79.34 NOTE
r-devel-linux-x86_64-fedora-gcc 1.4.3 68.14 NOTE
r-devel-windows-ix86+x86_64 1.4.3 40.00 78.00 118.00 WARN
r-patched-linux-x86_64 1.4.3 10.96 43.87 54.83 NOTE
r-patched-solaris-x86 1.4.3 97.00 NOTE
r-release-linux-x86_64 1.4.3 11.51 43.60 55.11 NOTE
r-release-macos-x86_64 1.4.3 NOTE
r-release-windows-ix86+x86_64 1.4.3 39.00 89.00 128.00 WARN
r-oldrel-macos-x86_64 1.4.3 NOTE
r-oldrel-windows-ix86+x86_64 1.4.3 26.00 71.00 97.00 WARN

Check Details

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