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


View this message in rfc822 format

From: kyle <kyle <at> posteo.net>
To: 55379 <at> debbugs.gnu.org
Cc: Kyle Andrews <kyle <at> posteo.net>
Subject: [bug#55379] [PATCH 10/14] gnu: Add r-relimp.
Date: Thu, 12 May 2022 02:10:30 +0000
From: Kyle Andrews <kyle <at> posteo.net>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0114be8b0f..f578cdfa2a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33446,6 +33446,26 @@ (define-public r-qvcalc
     "This package provides functions to compute quasi variances and associated measures of approximation error.")
    (license (list license:gpl2+ license:gpl3+))))
 
+(define-public r-relimp
+  (package
+   (name "r-relimp")
+   (version "1.0-5")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "relimp" version))
+     (sha256
+      (base32
+       "0ydn82g8xdqzhf34187080bbpcpw1zdjbj2i3dv1d6d35vvprb5c"))))
+   (properties `((upstream-name . "relimp")))
+   (build-system r-build-system)
+   (home-page "http://warwick.ac.uk/relimp")
+   (synopsis
+    "Relative Contribution of Effects in a Regression Model")
+   (description
+    "This package provides functions to facilitate inference on the relative importance of predictors in a linear or generalized linear model, and a couple of useful Tcl/Tk widgets.")
+   (license license:gpl2+)))
+
 
 (define r-gpg
   (package
-- 
2.36.0





This bug report was last modified 69 days ago.

Previous Next


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