mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-extradistr: Update to 1.10.0.2.
* gnu/packages/cran.scm (r-extradistr): Update to 1.10.0.2. [propagated-inputs]: Add r-rcpparmadillo. Change-Id: I764745d71a08ba8ad54c47482062f2e7714dcec4
This commit is contained in:
parent
6d28170c77
commit
0aff377885
1 changed files with 3 additions and 3 deletions
|
|
@ -22581,18 +22581,18 @@ Cryer and Kung-Sik Chan.")
|
|||
(define-public r-extradistr
|
||||
(package
|
||||
(name "r-extradistr")
|
||||
(version "1.10.0.1")
|
||||
(version "1.10.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "extraDistr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x10hc83i7602rhi8r1mq1pk10dq7sh72wlp89w7vm7mnpfylpxm"))))
|
||||
"06m70s2zbyrl8gkxpfrlcqzkdasl8kn4m022hwkj6hdg330hlad0"))))
|
||||
(properties `((upstream-name . "extraDistr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-rcpp))
|
||||
(list r-rcpp r-rcpparmadillo))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://github.com/twolodzko/extraDistr")
|
||||
(synopsis "Additional univariate and multivariate distributions")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue