gnu: Add r-sitmo.

* gnu/packages/cran.scm (r-sitmo): New variable.
master
Ricardo Wurmus 2019-05-05 23:23:16 +02:00
parent 0c8960df13
commit b8d6dffbdd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 0 deletions

View File

@ -14211,3 +14211,24 @@ structures for representing partitions and hierarchies, and facilities for
computing on them, including methods for measuring proximity and obtaining
consensus and secondary clusterings.")
(license license:gpl2)))
(define-public r-sitmo
(package
(name "r-sitmo")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sitmo" version))
(sha256
(base32
"0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
(build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/coatless/sitmo/")
(synopsis "Parallel pseudo random number generator header files")
(description
"This package provides two high quality and fast PPRNGs that may be used
in an OpenMP parallel environment. In addition, there is a generator for one
dimensional low-discrepancy sequence.")
(license license:expat)))