all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71340] [PATCH] gnu: Add r-mcmcglmm.
@ 2024-06-03 14:36 Afkhami, Navid
  2024-06-18  7:44 ` bug#71340: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Afkhami, Navid @ 2024-06-03 14:36 UTC (permalink / raw)
  To: 71340; +Cc: Afkhami, Navid

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71340: [PATCH] gnu: Add r-mcmcglmm.
  2024-06-03 14:36 [bug#71340] [PATCH] gnu: Add r-mcmcglmm Afkhami, Navid
@ 2024-06-18  7:44 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2024-06-18  7:44 UTC (permalink / raw)
  To: 71340-done

Thanks for the patch.  I applied it with commit
569c213249186dd4173e952c008eec1af5d287cb after moving the package
definition down a few positions.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-18  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 14:36 [bug#71340] [PATCH] gnu: Add r-mcmcglmm Afkhami, Navid
2024-06-18  7:44 ` bug#71340: " Ricardo Wurmus

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.