guix-patches
[Top][All Lists]
Advanced

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

[bug#55379] [PATCH 08/14] gnu: Add r-qvcalc.


From: kyle
Subject: [bug#55379] [PATCH 08/14] gnu: Add r-qvcalc.
Date: Thu, 12 May 2022 02:10:28 +0000

From: Kyle Andrews <kyle@posteo.net>

---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b5946070b0..b86ab6127d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33405,6 +33405,27 @@ (define-public r-ca
     "Computation and visualization of simple, multiple and joint 
correspondence analysis.")
    (license (list license:gpl2+ license:gpl3+))))
 
+(define-public r-qvcalc
+  (package
+   (name "r-qvcalc")
+   (version "1.0.2")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "qvcalc" version))
+     (sha256
+      (base32
+       "0banzv78kb53ybfbh1hmgx7kxvpbbdxzg4dsn7vrwhmxs72srkch"))))
+   (properties `((upstream-name . "qvcalc")))
+   (build-system r-build-system)
+   (home-page "https://davidfirth.github.io/qvcalc";)
+   (synopsis
+    "Quasi Variances for Factor Effects in Statistical Models")
+   (description
+    "This package provides functions to compute quasi variances and associated 
measures of approximation error.")
+   (license (list license:gpl2+ license:gpl3+))))
+
+
 (define r-gpg
   (package
    (name "r-gpg")
-- 
2.36.0






reply via email to

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