CRAN Package Check Results for Package GWEX

Last updated on 2023-09-11 10:58:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 5.76 42.32 48.08 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.2 5.59 32.17 37.76 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.2 64.61 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.2 59.82 NOTE
r-devel-windows-x86_64 1.0.2 11.00 70.00 81.00 OK
r-patched-linux-x86_64 1.0.2 7.34 41.56 48.90 NOTE
r-release-linux-x86_64 1.0.2 7.26 41.24 48.50 OK
r-release-macos-arm64 1.0.2 35.00 OK
r-release-macos-x86_64 1.0.2 38.00 OK
r-release-windows-x86_64 1.0.2 13.00 76.00 89.00 OK
r-oldrel-macos-arm64 1.0.2 26.00 OK
r-oldrel-macos-x86_64 1.0.2 45.00 OK
r-oldrel-windows-x86_64 1.0.2 14.00 73.00 87.00 OK

Check Details

Version: 1.0.2
Check: compiled code
Result: NOTE
    File ‘GWEX/libs/GWEX.so’:
     Found ‘_gfortran_random_r8’, possibly from ‘random_number’ (Fortran)
     Object: ‘GWex_disag.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 nor [v]sprintf.
    
    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

Version: 1.0.2
Check: compiled code
Result: NOTE
    File ‘GWEX/libs/GWEX.so’:
     Found ‘_gfortran_random_r8’, possibly from ‘random_number’ (Fortran)
     Object: ‘GWex_disag.o’
    File ‘GWEX/libs/GWEX.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 nor [v]sprintf.
    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