mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-rpf: Update to 1.0.4.
* gnu/packages/cran.scm (r-rpf): Update to 1.0.4. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
807a635f4a
commit
e2db5f2ea9
1 changed files with 4 additions and 2 deletions
|
@ -20214,14 +20214,14 @@ (define-public r-stanheaders
|
|||
(define-public r-rpf
|
||||
(package
|
||||
(name "r-rpf")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rpf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i2kqd7nx55nn35qnw89xmnqk23x9c8xhkh736c2xg7k2ai84ybl"))))
|
||||
"17crcgsbcsh0c00n7bgdqfnd7n1vzz7drfxjs7d18253yl5x44pl"))))
|
||||
(properties `((upstream-name . "rpf")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -20229,6 +20229,8 @@ (define-public r-rpf
|
|||
("r-mvtnorm" ,r-mvtnorm)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rcppeigen" ,r-rcppeigen)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/jpritikin/rpf")
|
||||
(synopsis "Response probability functions")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue