CRAN Package Check Results for Package uuid

Last updated on 2018-02-24 09:51:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-2 5.86 14.85 20.71 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-2 3.37 11.85 15.22 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-2 23.57 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-2 22.14 NOTE
r-devel-windows-ix86+x86_64 0.1-2 27.00 28.00 55.00 NOTE
r-patched-linux-x86_64 0.1-2 4.16 13.34 17.50 NOTE
r-patched-solaris-x86 0.1-2 29.10 NOTE
r-release-linux-x86_64 0.1-2 3.91 13.23 17.14 NOTE
r-release-windows-ix86+x86_64 0.1-2 15.00 26.00 41.00 NOTE
r-release-osx-x86_64 0.1-2 NOTE
r-oldrel-windows-ix86+x86_64 0.1-2 69.00 24.00 93.00 OK
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’
    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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64

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.
Flavor: r-devel-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.
Flavor: r-patched-solaris-x86

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 the system RNG.
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-release-linux-x86_64

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 the system RNG.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-release-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 the system RNG.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64