unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
To: 71340@debbugs.gnu.org
Cc: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
Subject: [bug#71340] [PATCH] gnu: Add r-mcmcglmm.
Date: Mon, 3 Jun 2024 14:36:07 +0000	[thread overview]
Message-ID: <f883de5a2571257a3831d8de2ad16a47e3ee8039.1717425366.git.Navid.Afkhami@mdc-berlin.de> (raw)

* gnu/packages/cran.scm (r-mcmcglmm): New variable.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 39bbab1d27..16a864be93 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3838,6 +3838,31 @@ (define-public r-mboost
 high-dimensional data.")
    (license license:gpl2)))
 
+(define-public r-mcmcglmm
+  (package
+    (name "r-mcmcglmm")
+    (version "2.36")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "MCMCglmm" version))
+       (sha256
+        (base32 "1wca9x5c9x88cryj1pkhl73chmnbc1653j08faz7lp03z2mdkzv6"))))
+    (properties `((upstream-name . "MCMCglmm")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-ape
+                             r-coda
+                             r-corpcor
+                             r-cubature
+                             r-matrix
+                             r-tensora))
+    (home-page "https://github.com/jarrodhadfield/MCMCglmm")
+    (synopsis "MCMC generalised linear mixed models")
+    (description
+     "This package fits multivariate generalized linear mixed models and related models.
+This is done using Markov chain Monte Carlo techniques.")
+    (license license:gpl2+)))
+
 (define-public r-mc2d
   (package
     (name "r-mc2d")

base-commit: 1615084a9a4115d48b75b3db048761e7534efc87
prerequisite-patch-id: 191a8394dbe6f865a9dc55bfc1b62e9dffc2180d
-- 
2.34.1





             reply	other threads:[~2024-06-03 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03 14:36 Afkhami, Navid [this message]
2024-06-18  7:44 ` bug#71340: [PATCH] gnu: Add r-mcmcglmm 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=f883de5a2571257a3831d8de2ad16a47e3ee8039.1717425366.git.Navid.Afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=71340@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).