CRAN Package Check Results for Package tseriesTARMA

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-2 53.79 117.17 170.96 NOTE
r-devel-linux-x86_64-debian-gcc 0.3-2 46.39 87.26 133.65 NOTE
r-devel-linux-x86_64-fedora-clang 0.3-2 219.49 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3-2 222.28 NOTE
r-devel-windows-x86_64 0.3-2 45.00 111.00 156.00 OK
r-patched-linux-x86_64 0.3-2 57.60 112.16 169.76 NOTE
r-release-linux-x86_64 0.3-2 53.97 114.07 168.04 OK
r-release-macos-arm64 0.3-2 79.00 OK
r-release-macos-x86_64 0.3-2 118.00 OK
r-release-windows-x86_64 0.3-2 57.00 138.00 195.00 OK
r-oldrel-macos-arm64 0.3-2 74.00 OK
r-oldrel-macos-x86_64 0.3-2 81.00 OK
r-oldrel-windows-x86_64 0.3-2 53.00 121.00 174.00 OK

Check Details

Version: 0.3-2
Check: compiled code
Result: NOTE
    File ‘tseriesTARMA/libs/tseriesTARMA.so’:
     Found ‘_gfortran_arandom_r8’, possibly from ‘random_number’ (Fortran)
     Object: ‘TARMA_MOD.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: 0.3-2
Check: compiled code
Result: NOTE
    File ‘tseriesTARMA/libs/tseriesTARMA.so’:
     Found ‘_gfortran_arandom_r8’, possibly from ‘random_number’ (Fortran)
     Object: ‘TARMA_MOD.o’
    File ‘tseriesTARMA/libs/tseriesTARMA.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