CRAN Package Check Results for Package uuid

Last updated on 2019-07-03 01:47:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-2 7.12 18.18 25.30 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-2 3.93 14.75 18.68 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-2 30.07 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-2 29.11 NOTE
r-devel-windows-ix86+x86_64 0.1-2 21.00 32.00 53.00 NOTE
r-patched-linux-x86_64 0.1-2 4.66 17.66 22.32 NOTE
r-patched-solaris-x86 0.1-2 40.00 NOTE
r-release-linux-x86_64 0.1-2 4.55 18.17 22.72 NOTE
r-release-windows-ix86+x86_64 0.1-2 15.00 45.00 60.00 NOTE
r-release-osx-x86_64 0.1-2 NOTE
r-oldrel-windows-ix86+x86_64 0.1-2 15.00 31.00 46.00 NOTE
r-oldrel-osx-x86_64 0.1-2 NOTE

Check Details

Version: 0.1-2
Check: compiled code
Result: NOTE
    File 'uuid/libs/uuid.so':
     Found 'rand', possibly from 'rand' (C)
     Object: 'gen_uuid.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'gen_uuid.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-patched-solaris-x86, r-release-linux-x86_64

Version: 0.1-2
Check: compiled code
Result: NOTE
    File ‘uuid/libs/uuid.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘gen_uuid.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Object: ‘gen_uuid.o’
    File ‘uuid/libs/uuid.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-2
Check: compiled code
Result: NOTE
    File 'uuid/libs/i386/uuid.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'gen_uuid.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'gen_uuid.o'
    File 'uuid/libs/x64/uuid.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'gen_uuid.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'gen_uuid.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: 0.1-2
Check: compiled code
Result: NOTE
    File ‘uuid/libs/uuid.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Object: ‘gen_uuid.o’
     Found ‘_srand’, possibly from ‘srand’ (C)
     Object: ‘gen_uuid.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-osx-x86_64, r-oldrel-osx-x86_64