GNU bug report logs - #55379
[PATCH 01/14] gnu: Add r-gpg.

Previous Next

Package: guix-patches;

Reported by: kyle <kyle <at> posteo.net>

Date: Thu, 12 May 2022 02:11:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kyle <kyle <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Kyle Andrews <kyle <at> posteo.net>
Subject: [PATCH 08/14] gnu: Add r-qvcalc.
Date: Thu, 12 May 2022 02:10:28 +0000
From: Kyle Andrews <kyle <at> 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





This bug report was last modified 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.