[PATCH] gnu: Add r-caliberrfimpute.

  • Done
  • quality assurance status badge
Details
2 participants
  • Afkhami, Navid
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Afkhami, Navid
Severity
normal
A
A
Afkhami, Navid wrote on 20 Aug 2024 09:46
(address . guix-patches@gnu.org)(name . Afkhami, Navid)(address . Navid.Afkhami@mdc-berlin.de)
bc25979e0c06a67dcb6a197b1b8c5d215adad55a.1724140005.git.Navid.Afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-caliberrfimpute): New variable.

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

Toggle diff (37 lines)
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
R
R
Ricardo Wurmus wrote on 1 Nov 2024 12:24
(address . 72726-done@debbugs.gnu.org)
87a5ejkxi9.fsf@elephly.net
Applied, thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72726@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72726
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch