guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add r-quantpsyc.


From: guix-commits
Subject: 03/05: gnu: Add r-quantpsyc.
Date: Fri, 12 Mar 2021 08:37:47 -0500 (EST)

lbraun pushed a commit to branch master
in repository guix.

commit 3a82f1fba2acdcaacd40d4730f3f84ccf0717392
Author: Lars-Dominik Braun <ldb@leibniz-psychology.org>
AuthorDate: Fri Mar 12 14:22:17 2021 +0100

    gnu: Add r-quantpsyc.
    
    * gnu/packages/statistics.scm (r-quantpsyc): New variable.
---
 gnu/packages/statistics.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6ef8918..65a210a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5931,3 +5931,24 @@ popular stats packages like SAS, Stata and SPSS.")
     (home-page "https://github.com/WizardMac/ReadStat";)
     (license license:expat)))
 
+(define-public r-quantpsyc
+  (package
+    (name "r-quantpsyc")
+    (version "1.5")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "QuantPsyc" version))
+        (sha256
+          (base32
+            "1i9bh88r8zxndzjqsj14qw64gnvm5a9kvhjhzk3qsrvl3qzjgh93"))))
+    (properties `((upstream-name . "QuantPsyc")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-boot" ,r-boot) ("r-mass" ,r-mass)))
+    (home-page "https://cran.r-project.org/web/packages/QuantPsyc/";)
+    (synopsis "Quantitative Psychology Tools")
+    (description
+      "Contains functions useful for data screening, testing moderation,
+mediation and estimating power.")
+    (license license:gpl2+)))



reply via email to

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