mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 11:16:38 +01:00
gnu: Add r-lamw.
* gnu/packages/cran.scm (r-lamw): New variable.
This commit is contained in:
parent
971778f20b
commit
48e5c3bd29
1 changed files with 21 additions and 0 deletions
|
@ -5576,6 +5576,27 @@ (define-public r-sp
|
|||
print, summary, etc.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-lamw
|
||||
(package
|
||||
(name "r-lamw")
|
||||
(version "2.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lamW" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05b37kx4jpszx2hkm47d7cjkf8544f7r8x26q68yp9c6zqm9gbc3"))))
|
||||
(properties `((upstream-name . "lamW")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp r-rcppparallel))
|
||||
(home-page "https://github.com/aadler/lamW")
|
||||
(synopsis "Lambert-W function")
|
||||
(description
|
||||
"This package implements both real-valued branches of the Lambert-W
|
||||
function (Corless et al, 1996) <doi:10.1007/BF02124750> without the need for
|
||||
installing the entire GSL.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public r-laplacesdemon
|
||||
(package
|
||||
(name "r-laplacesdemon")
|
||||
|
|
Loading…
Reference in a new issue