[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/53: gnu: Add r-rpf.
From: |
guix-commits |
Subject: |
21/53: gnu: Add r-rpf. |
Date: |
Sat, 22 Feb 2020 14:46:12 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit da9f63eeea22f705d9104464ba96b222f6f779ad
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Tue Feb 4 14:09:10 2020 +0100
gnu: Add r-rpf.
* gnu/packages/cran.scm (r-rpf): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1f778d7..2d00c11 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19802,3 +19802,29 @@ doubles, ints, etc.), and a parser for the Stan
language. The @code{r-rstan}
package provides user-facing R functions to parse, compile, test, estimate,
and analyze Stan models.")
(license license:bsd-3)))
+
+(define-public r-rpf
+ (package
+ (name "r-rpf")
+ (version "0.62")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "rpf" version))
+ (sha256
+ (base32
+ "1vgqhwi676bi9jjxljnxblw65b5szjwbp87wnsabc11vfjzc9wki"))))
+ (properties `((upstream-name . "rpf")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-mvtnorm" ,r-mvtnorm)
+ ("r-rcppeigen" ,r-rcppeigen)))
+ (home-page "https://github.com/jpritikin/rpf")
+ (synopsis "Response probability functions")
+ (description
+ "The purpose of this package is to factor out logic and math common to
+Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
+core support code suitable for more specialized IRT packages to build upon.
+Complete access to optimized C functions is made available with
+@code{R_RegisterCCallable()}.")
+ (license license:gpl3+)))
- 09/53: gnu: Add r-quanteda., (continued)
- 09/53: gnu: Add r-quanteda., guix-commits, 2020/02/22
- 08/53: gnu: Add r-snowballc., guix-commits, 2020/02/22
- 05/53: gnu: Add r-isocodes., guix-commits, 2020/02/22
- 12/53: gnu: Add r-polycor., guix-commits, 2020/02/22
- 15/53: gnu: Add r-mi., guix-commits, 2020/02/22
- 19/53: gnu: Add r-regsem., guix-commits, 2020/02/22
- 13/53: gnu: Add r-msm., guix-commits, 2020/02/22
- 14/53: gnu: Add r-ltm., guix-commits, 2020/02/22
- 10/53: gnu: Add r-topicmodels., guix-commits, 2020/02/22
- 07/53: gnu: Add r-spacyr., guix-commits, 2020/02/22
- 21/53: gnu: Add r-rpf.,
guix-commits <=
- 04/53: gnu: Add r-proxyc., guix-commits, 2020/02/22
- 17/53: gnu: Add r-sem., guix-commits, 2020/02/22
- 03/53: gnu: Add r-xmisc., guix-commits, 2020/02/22
- 25/53: gnu: Add r-lisreltor., guix-commits, 2020/02/22
- 18/53: gnu: Add r-semtools., guix-commits, 2020/02/22
- 20/53: gnu: Add r-stanheaders., guix-commits, 2020/02/22
- 11/53: gnu: Add r-stm., guix-commits, 2020/02/22
- 16/53: gnu: Add r-matrixcalc., guix-commits, 2020/02/22
- 22/53: gnu: Add r-openmx., guix-commits, 2020/02/22
- 24/53: gnu: Add r-rockchalk., guix-commits, 2020/02/22