all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
To: 72726@debbugs.gnu.org
Cc: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
Subject: [bug#72726] [PATCH] gnu: Add r-caliberrfimpute.
Date: Tue, 20 Aug 2024 07:46:46 +0000	[thread overview]
Message-ID: <bc25979e0c06a67dcb6a197b1b8c5d215adad55a.1724140005.git.Navid.Afkhami@mdc-berlin.de> (raw)

* 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





             reply	other threads:[~2024-08-20  7:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-20  7:46 Afkhami, Navid [this message]
2024-11-01 11:24 ` bug#72726: [PATCH] gnu: Add r-caliberrfimpute Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bc25979e0c06a67dcb6a197b1b8c5d215adad55a.1724140005.git.Navid.Afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=72726@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.