GNU bug report logs -
#71340
[PATCH] gnu: Add r-mcmcglmm.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 18 Jun 2024 09:44:55 +0200
with message-id <87tthqzoco.fsf <at> 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 <at> gnu.org.)
--
71340: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71340
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Thanks for the patch. I applied it with commit
569c213249186dd4173e952c008eec1af5d287cb after moving the package
definition down a few positions.
--
Ricardo
This bug report was last modified 1 year and 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.