Last data update: 2014.03.03

rstream

Package: rstream
Version: 1.3.4
Date: 2015-08-19
Title: Streams of Random Numbers
Author: Josef Leydold <josef.leydold@wu.ac.at>
Maintainer: Josef Leydold <josef.leydold@wu.ac.at>
Depends: R (>= 2.0.0)
Imports: methods, stats
Description: Unified object oriented interface for multiple independent streams of random numbers from different sources.
License: GPL-2
URL: http://statmath.wu.ac.at/arvag/
NeedsCompilation: yes
Packaged: 2015-08-19 13:23:41 UTC; leydold
Repository: CRAN
Date/Publication: 2015-08-19 17:03:59

● Cran Task View: Distributions
● 0 images, 15 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rstream' ...
** package 'rstream' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_RNG.c -o R_RNG.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c R_RngStreams.c -o R_RngStreams.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c RngStreams.c -o RngStreams.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rstream.so R_RNG.o R_RngStreams.o RngStreams.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rstream/libs
** R
** inst
** preparing package for lazy loading
Creating a generic function for 'print' from package 'base' in package 'rstream'
** help
*** installing help indices
  converting help for package 'rstream'
    finding HTML links ... done
    rstream-class                           html  
    rstream-package                         html  
    rstream.RNG                             html  
    rstream.antithetic-methods              html  
    rstream.clone-methods                   html  
    rstream.incprecision-methods            html  
    rstream.lecuyer-class                   html  
    rstream.mrg32k3a-class                  html  
    rstream.name-methods                    html  
    rstream.packed-methods                  html  
    rstream.reset-methods                   html  
    rstream.runif-class                     html  
    rstream.sample-methods                  html  
    rstream.substream-methods               html  
    rstream.version                         html  
** building package indices
** testing if installed package can be loaded
* DONE (rstream)
Making 'packages.html' ... done