mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add r-fastghquad.
* gnu/packages/cran.scm (r-fastghquad): New variable.
This commit is contained in:
parent
80c83756e9
commit
3c04e179b7
1 changed files with 22 additions and 0 deletions
|
@ -1344,6 +1344,28 @@ (define-public r-fastmap
|
|||
data structures in C++.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-fastghquad
|
||||
(package
|
||||
(name "r-fastghquad")
|
||||
(version "1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "fastGHQuad" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rjia8wggadr9xwxcmzmal0rc4g6pa3dr5888fbbnb6abl8b2lrj"))))
|
||||
(properties `((upstream-name . "fastGHQuad")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rcpp" ,r-rcpp)))
|
||||
(home-page "https://github.com/awblocker/fastGHQuad")
|
||||
(synopsis "Fast Rcpp implementation of Gauss-Hermite Quadrature")
|
||||
(description
|
||||
"This package implements numerically-stable Gauss-Hermite quadrature
|
||||
rules and utility functions for adaptive GH quadrature.")
|
||||
(license license:expat)))
|
||||
|
||||
;; This package includes minified JavaScript files. When upgrading please
|
||||
;; check that there are no new minified JavaScript files.
|
||||
(define-public r-jquerylib
|
||||
|
|
Loading…
Reference in a new issue