File: DESCRIPTION

package info (click to toggle)
r-cran-rngtools 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 188 kB
  • sloc: sh: 9; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 1,101 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: rngtools
Authors@R: person("Renaud", "Gaujoux", email = "renozao@protonmail.com", role = c("aut", "cre"))
Version: 1.3.1
License: GPL-3
Title: Utility Functions for Working with Random Number Generators
Description: Provides a set of functions for working with
    Random Number Generators (RNGs). In particular, a generic
    S4 framework is defined for getting/setting the current RNG, or RNG data
    that are embedded into objects for reproducibility.
    Notably, convenient default methods greatly facilitate the way current
    RNG settings can be changed.
URL: https://renozao.github.io/rngtools
BugReports: http://github.com/renozao/rngtools/issues
Encoding: UTF-8
Depends: R (>= 3.0.0), methods, pkgmaker (>= 0.20)
Imports: stringr, digest, utils, stats, parallel
Suggests: RUnit, testthat
Collate: 'rngtools-package.r' 'format.R' 'RNG.R' 'RNGseq.R'
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2018-05-15 11:15:29 UTC; renaud
Author: Renaud Gaujoux [aut, cre]
Maintainer: Renaud Gaujoux <renozao@protonmail.com>
Repository: CRAN
Date/Publication: 2018-05-15 16:41:13 UTC