Last data update: 2014.03.03

rlecuyer

Package: rlecuyer
Version: 0.3-4
Date: 2015-09-17
Title: R Interface to RNG with Multiple Streams
Authors@R: c(
person("Hana", "Sevcikova",
email="hanas@uw.edu", role=c("aut", "cre")),
person("Tony", "Rossini",
email="anthony.rossini@novartis.com", role="aut"),
person("Pierre", "L'Ecuyer", role = "cph", comment="author of the underlying C code"))
Description: Provides an interface to the C implementation of the
random number generator with multiple independent streams
developed by L'Ecuyer et al (2002). The main purpose of this
package is to enable the use of this random number generator in
parallel R applications.
License: GPL (>= 2)
URL: http://www.iro.umontreal.ca/~lecuyer/myftp/papers/streams00.pdf
NeedsCompilation: yes
Packaged: 2015-09-17 20:18:19 UTC; hana
Author: Hana Sevcikova [aut, cre],
Tony Rossini [aut],
Pierre L'Ecuyer [cph] (author of the underlying C code)
Maintainer: Hana Sevcikova <hanas@uw.edu>
Repository: CRAN
Date/Publication: 2015-09-18 08:58:44

● Cran Task View: Distributions, HighPerformanceComputing
● 0 images, 13 functions, 0 datasets
Reverse Depends: 7

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rlecuyer' ...
** package 'rlecuyer' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c RngStream.c -o RngStream.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c RngWrap.c -o RngWrap.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rlecuyer.so RngStream.o RngWrap.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rlecuyer/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rlecuyer'
    finding HTML links ... done
    AdvanceState                            html  
    CreateStream                            html  
    CurrentStream                           html  
    DeleteStream                            html  
    GetState                                html  
    GetStreams                              html  
    IncreasePrecis                          html  
    ResetNextSubstream                      html  
    SetAntithetic                           html  
    SetPackageSeed                          html  
    WriteState                              html  
    internal                                html  
    uniform                                 html  
Rd warning: /tmp/RtmpfneNmL/R.INSTALL5976353a5051/rlecuyer/man/uniform.Rd:41: missing file link '.lec.CurrentStream'
** building package indices
** testing if installed package can be loaded
* DONE (rlecuyer)
Making 'packages.html' ... done