mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: r-rpf: Update to 1.0.15.
* gnu/packages/cran.scm (r-rpf): Update to 1.0.15. [native-inputs]: Add r-ggplot2 and r-reshape2. Change-Id: Ibfb3137d407b3c3984b5932c685af67802c4c20a
This commit is contained in:
parent
72c587712d
commit
35e9b9f15e
1 changed files with 8 additions and 3 deletions
|
@ -44187,20 +44187,25 @@ and analyze Stan models.")
|
|||
(define-public r-rpf
|
||||
(package
|
||||
(name "r-rpf")
|
||||
(version "1.0.14")
|
||||
(version "1.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rpf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15pp6fdqxngsmcibxfzv72g25q3ww3hrazsl4c5fgi0fh450kfz4"))))
|
||||
"1pmwzdz1lhms80ycvmq907kzc9aabm56j6zfkvlxy980zsmjxhaz"))))
|
||||
(properties `((upstream-name . "rpf")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lifecycle r-mvtnorm r-rcpp r-rcppeigen))
|
||||
(native-inputs
|
||||
(list r-knitr r-mirt r-numderiv r-testthat))
|
||||
(list r-ggplot2
|
||||
r-knitr
|
||||
r-mirt
|
||||
r-numderiv
|
||||
r-reshape2
|
||||
r-testthat))
|
||||
(home-page "https://github.com/jpritikin/rpf")
|
||||
(synopsis "Response probability functions")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue