guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add r-partr2.


From: guix-commits
Subject: branch master updated: gnu: Add r-partr2.
Date: Thu, 10 Aug 2023 18:33:29 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3775006f24 gnu: Add r-partr2.
3775006f24 is described below

commit 3775006f241e89d3c937e23e36f8c36869d9f928
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Thu Aug 10 10:28:35 2023 +0000

    gnu: Add r-partr2.
    
    * gnu/packages/bioinformatics.scm (r-partr2): New variable.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 51e1a8e9d1..b16d4ab3a9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14652,6 +14652,35 @@ based on entropy estimates from k-nearest neighbors 
distances and algorithms
 for the reconstruction of gene regulatory networks.")
     (license license:agpl3+)))
 
+(define-public r-partr2
+  (package
+    (name "r-partr2")
+    (version "0.9.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "partR2" version))
+              (sha256
+               (base32
+                "06ky0hhrq0mcsn9rwrzvwn0rrjj0l8rxs0hqp10668gdq5hjk8bn"))))
+    (properties `((upstream-name . "partR2")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-dplyr
+                             r-ggplot2
+                             r-lme4
+                             r-magrittr
+                             r-pbapply
+                             r-purrr
+                             r-rlang
+                             r-tibble
+                             r-tidyr))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/mastoffel/partR2";)
+    (synopsis "Partitioning R2 in generalized linear mixed models")
+    (description
+     "This package provides an R tool for estimating and partitioning R2 in
+@dfn{generalized linear mixed models} (GLMMs) based on predictor variance.")
+    (license license:gpl2+)))
+
 (define-public r-pscl
   (package
     (name "r-pscl")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]