mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: r-distributional: Update to 0.6.0.
* gnu/packages/cran.scm (r-distributional): Update to 0.6.0. [native-inputs]: Add r-actuar and r-extradistr. Change-Id: I5259499fee9277fe31119f32e26ca7e5ec46edb4 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
41372bd54b
commit
4a87aea9a9
@@ -47940,14 +47940,14 @@ vignette for more information and examples.")
|
|||||||
(define-public r-distributional
|
(define-public r-distributional
|
||||||
(package
|
(package
|
||||||
(name "r-distributional")
|
(name "r-distributional")
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "distributional" version))
|
(uri (cran-uri "distributional" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b3i5vgljpjcr8v2xrz20cd900q36rmijizfgcx7id3raj5dwp1l"))))
|
"16j1in7z712gf32ljl5dy6wdv06sm25b81dmfpq2517cw813i36g"))))
|
||||||
(properties
|
(properties
|
||||||
'((upstream-name . "distributional")
|
'((upstream-name . "distributional")
|
||||||
(updater-extra-native-inputs . ("r-evd" "r-mvtnorm"))))
|
(updater-extra-native-inputs . ("r-evd" "r-mvtnorm"))))
|
||||||
@@ -47959,7 +47959,11 @@ vignette for more information and examples.")
|
|||||||
r-pillar
|
r-pillar
|
||||||
r-rlang
|
r-rlang
|
||||||
r-vctrs))
|
r-vctrs))
|
||||||
(native-inputs (list r-evd r-mvtnorm r-testthat))
|
(native-inputs (list r-actuar
|
||||||
|
r-evd
|
||||||
|
r-extradistr
|
||||||
|
r-mvtnorm
|
||||||
|
r-testthat))
|
||||||
(home-page "https://pkg.mitchelloharawild.com/distributional/")
|
(home-page "https://pkg.mitchelloharawild.com/distributional/")
|
||||||
(synopsis "Vectorized probability distributions")
|
(synopsis "Vectorized probability distributions")
|
||||||
(description
|
(description
|
||||||
|
|||||||
Reference in New Issue
Block a user