GNU bug report logs - #72726
[PATCH] gnu: Add r-caliberrfimpute.

Previous Next

Package: guix-patches;

Reported by: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>

Date: Tue, 20 Aug 2024 07:51:01 UTC

Severity: normal

Tags: 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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
Subject: bug#72726: closed ([PATCH] gnu: Add r-caliberrfimpute.)
Date: Fri, 01 Nov 2024 11:25:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72726: [PATCH] gnu: Add r-caliberrfimpute.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72726 <at> debbugs.gnu.org.

-- 
72726: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72726
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 72726-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-caliberrfimpute.
Date: Fri, 01 Nov 2024 12:24:14 +0100
Applied, thanks!

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-caliberrfimpute.
Date: Tue, 20 Aug 2024 07:46:46 +0000
* gnu/packages/cran.scm (r-caliberrfimpute): New variable.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a9298e90b7..fa649601f8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4538,6 +4538,27 @@ (define-public r-reordercluster
 same time tries to group instances from the same class together.")
    (license license:gpl3+)))
 
+(define-public r-caliberrfimpute
+  (package
+    (name "r-caliberrfimpute")
+    (version "1.0-7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "CALIBERrfimpute" version))
+       (sha256
+        (base32 "1fspn6wgr0kc7j4ixx24c706kzrgjhi1b1w28izpfxm4r89zk08s"))))
+    (properties `((upstream-name . "CALIBERrfimpute")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-mice r-mvtnorm r-randomforest))
+    (home-page "https://cran.r-project.org/package=CALIBERrfimpute")
+    (synopsis "Multiple imputation using MICE and random forest")
+    (description
+     "This package provides functions to impute using random forest.
+It operates under full conditional specifications (multivariate
+imputation by chained equations).")
+    (license license:gpl3)))
+
 (define-public r-callr
   (package
     (name "r-callr")

base-commit: ce40b1c655edab622b4ad9ff49f948bd65753662
prerequisite-patch-id: dc2f4964edf0016b1e572e9f41129606c4fb3132
-- 
2.34.1




This bug report was last modified 257 days ago.

Previous Next


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