guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32701] [PATCH 1/2] gnu: Add r-pscl.


From: pimi
Subject: [bug#32701] [PATCH 1/2] gnu: Add r-pscl.
Date: Tue, 11 Sep 2018 16:05:02 +0200

gnu/packages/cran.scm (r-pscl): 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 0f39080b3..e3c813bf2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5871,3 +5871,29 @@ that are part of an activity bout, and find the maximum 
10-minute average count
 value.  The functions are generally very flexible, allowing for a variety of
 algorithms to be implemented.")
     (license license:gpl3)))
+
+(define-public r-pscl
+  (package
+    (name "r-pscl")
+    (version "1.5.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "pscl" version))
+       (sha256
+        (base32 "1phf3awsfr4ncqfqzin5m1pz0g7y1zhbcm2sz7358ssw914fd7rc"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-mass" ,r-mass)))
+    (home-page "https://github.com/atahk/pscl/";)
+    (synopsis "Political science computational laboratory")
+    (description
+     "The @code{pscl} is an R package providing classes and methods for:
address@hidden
address@hidden Bayesian analysis of roll call data (item-response models);
address@hidden elementary Bayesian statistics;
address@hidden maximum likelihood estimation of zero-inflated and hurdle models 
for count
+data;
address@hidden utility functions.
address@hidden enumerate")
+    (license license:gpl2)))
-- 
2.17.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]