me
/
guix
Archived
1
0
Fork 0

gnu: r-sn: Update to 2.1.1.

* gnu/packages/statistics.scm (r-sn): Update to 2.1.1.
[native-inputs]: Add r-r-rsp.
master
Ricardo Wurmus 2023-04-06 17:32:43 +02:00
parent 946f530dc0
commit f707d99bf5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -5967,17 +5967,18 @@ first and second order derivatives.")
(define-public r-sn
(package
(name "r-sn")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sn" version))
(sha256
(base32
"12s4g9rfrnijdil7bqw66ikj5k3w6bdnz6fsgqsp0bkfsap9nps9"))))
"1g92vwbg0kqnqpsgianid2r91334p5shi39hr26v2z6wj5nvbxpr"))))
(build-system r-build-system)
(propagated-inputs
(list r-mnormt r-numderiv r-quantreg))
(native-inputs (list r-r-rsp))
(home-page "http://azzalini.stat.unipd.it/SN")
(synopsis "The skew-normal and skew-t distributions")
(description