[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/53: gnu: r-rpf: Update to 1.0.2.
From: |
guix-commits |
Subject: |
51/53: gnu: r-rpf: Update to 1.0.2. |
Date: |
Sat, 22 Feb 2020 14:46:22 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 36633217c3278e97286536d18c63267224cadba2
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Feb 22 13:54:27 2020 +0100
gnu: r-rpf: Update to 1.0.2.
* gnu/packages/cran.scm (r-rpf): Update to 1.0.2.
[propagated-inputs]: Add r-lifecycle and r-rcpp.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f074cd3..f8eb99d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19803,18 +19803,20 @@ and analyze Stan models.")
(define-public r-rpf
(package
(name "r-rpf")
- (version "0.62")
+ (version "1.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "rpf" version))
(sha256
(base32
- "1vgqhwi676bi9jjxljnxblw65b5szjwbp87wnsabc11vfjzc9wki"))))
+ "0j1229qc1mg0vy3msk3yzrpk2r64b8zvnk4rj8q27s38pgz9mix3"))))
(properties `((upstream-name . "rpf")))
(build-system r-build-system)
(propagated-inputs
- `(("r-mvtnorm" ,r-mvtnorm)
+ `(("r-lifecycle" ,r-lifecycle)
+ ("r-mvtnorm" ,r-mvtnorm)
+ ("r-rcpp" ,r-rcpp)
("r-rcppeigen" ,r-rcppeigen)))
(home-page "https://github.com/jpritikin/rpf")
(synopsis "Response probability functions")
- 33/53: gnu: Add r-erm., (continued)
- 33/53: gnu: Add r-erm., guix-commits, 2020/02/22
- 37/53: gnu: r-tsp: Update to 1.1-9., guix-commits, 2020/02/22
- 28/53: gnu: Add r-d3network., guix-commits, 2020/02/22
- 29/53: gnu: Add r-qgraph., guix-commits, 2020/02/22
- 34/53: gnu: Add r-irtoys., guix-commits, 2020/02/22
- 48/53: gnu: r-ggm: Update to 2.5., guix-commits, 2020/02/22
- 44/53: gnu: r-forecast: Update to 8.11., guix-commits, 2020/02/22
- 45/53: gnu: r-regsem: Update to 1.5.2., guix-commits, 2020/02/22
- 49/53: gnu: r-qgraph: Update to 1.6.5., guix-commits, 2020/02/22
- 50/53: gnu: r-mice: Update to 3.8.0., guix-commits, 2020/02/22
- 51/53: gnu: r-rpf: Update to 1.0.2.,
guix-commits <=
- 36/53: gnu: r-squarem: Update to 2020.2., guix-commits, 2020/02/22