CRAN Package Check Results for Package NetSim

Last updated on 2014-10-02 01:48:22.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9 61.02 14.38 75.40 NOTE
r-devel-linux-x86_64-debian-gcc 0.9 67.81 14.02 81.82 NOTE
r-devel-linux-x86_64-fedora-clang 0.9 186.84 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9 163.63 NOTE
r-devel-osx-x86_64-clang 0.9 121.70 NOTE
r-devel-windows-ix86+x86_64 0.9 224.00 37.00 261.00 NOTE
r-patched-linux-x86_64 0.9 68.15 14.85 83.00 NOTE
r-patched-solaris-sparc 0.9 933.80 NOTE
r-patched-solaris-x86 0.9 188.90 NOTE
r-release-linux-ix86 0.9 83.63 20.74 104.37 NOTE
r-release-linux-x86_64 0.9 67.34 14.53 81.87 NOTE
r-release-osx-x86_64-mavericks 0.9 NOTE
r-release-osx-x86_64-snowleopard 0.9 OK
r-release-windows-ix86+x86_64 0.9 232.00 40.00 272.00 NOTE
r-oldrel-windows-ix86+x86_64 0.9 234.00 42.00 276.00 NOTE

Check Details

Version: 0.9
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: ‘Rcpp’
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
    See the information on DESCRIPTION files in the chapter ‘Creating R
    packages’ of 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-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.9
Check: compiled code
Result: NOTE
    File ‘NetSim/libs/NetSim.so’:
     Found ‘rand’, possibly from ‘rand’ (C)
     Object: ‘utils/Random.o’
     Found ‘srand’, possibly from ‘srand’ (C)
     Object: ‘utils/Random.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the C RNG.
    
    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

Version: 0.9
Check: installed package size
Result: NOTE
     installed size is 6.0Mb
     sub-directories of 1Mb or more:
     libs 5.9Mb
Flavors: 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, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks

Version: 0.9
Check: compiled code
Result: NOTE
    File ‘NetSim/libs/NetSim.so’:
     Found ‘_rand’, possibly from ‘rand’ (C)
     Object: ‘utils/Random.o’
     Found ‘_srand’, possibly from ‘srand’ (C)
     Object: ‘utils/Random.o’
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the C RNG.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-osx-x86_64-clang

Version: 0.9
Check: compiled code
Result: NOTE
    File 'NetSim/libs/i386/NetSim.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'utils/Random.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'utils/Random.o'
    File 'NetSim/libs/x64/NetSim.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'utils/Random.o'
     Found 'srand', possibly from 'srand' (C)
     Object: 'utils/Random.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the C RNG.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-windows-ix86+x86_64