emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#71340: closed ([PATCH] gnu: Add r-mcmcglmm.)


From: GNU bug Tracking System
Subject: bug#71340: closed ([PATCH] gnu: Add r-mcmcglmm.)
Date: Tue, 18 Jun 2024 07:46:01 +0000

Your message dated Tue, 18 Jun 2024 09:44:55 +0200
with message-id <87tthqzoco.fsf@elephly.net>
and subject line [PATCH] gnu: Add r-mcmcglmm.
has caused the debbugs.gnu.org bug report #71340,
regarding [PATCH] gnu: Add r-mcmcglmm.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
71340: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71340
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-mcmcglmm. Date: Mon, 3 Jun 2024 14:36:07 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-mcmcglmm. Date: Tue, 18 Jun 2024 09:44:55 +0200
Thanks for the patch.  I applied it with commit
569c213249186dd4173e952c008eec1af5d287cb after moving the package
definition down a few positions.

-- 
Ricardo


--- End Message ---

reply via email to

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