GNU bug report logs - #68534
[PATCH] gnu: Add r-caic4.

Previous Next

Package: guix-patches;

Reported by: nafkhamdc <navid.afkhami <at> mdc-berlin.de>

Date: Wed, 17 Jan 2024 16:09:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: nafkhamdc <navid.afkhami <at> mdc-berlin.de>
Subject: bug#68534: closed ([PATCH] gnu: Add r-caic4.)
Date: Wed, 17 Jan 2024 16:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68534: [PATCH] gnu: Add r-caic4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 68534 <at> debbugs.gnu.org.

-- 
68534: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68534
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 68534-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-caic4.
Date: Wed, 17 Jan 2024 17:33:08 +0100
Thanks, applied with commit 7bbb329060f56ea4a102d2d7d0900fa0daf20265
after a few changes to the description.

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: nafkhamdc <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: nafkhamdc <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-caic4.
Date: Wed, 17 Jan 2024 16:07:28 +0000
* gnu/packages/cran.scm (r-caic4): New variable.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 95bd62b5a7..2e99403ca1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -287,6 +287,33 @@ (define-public r-cachem
 automatically pruning objects to maintain the constraints.")
     (license license:expat)))
 
+(define-public r-caic4
+  (package
+    (name "r-caic4")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "cAIC4" version))
+       (sha256
+        (base32 "1qg73g0g029wkzpmp0fgvyfz8p1k3x38yqx0404cpb3dxj4n4hcg"))))
+    (properties `((upstream-name . "cAIC4")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-lme4
+                             r-matrix
+                             r-mgcv
+                             r-mvtnorm
+                             r-nlme
+                             r-rlrsim))
+    (home-page "https://cran.r-project.org/package=cAIC4")
+    (synopsis "Conditional AIC for 'lme4' and 'nlme'")
+    (description
+     "This package estimates conditional Akaike information in mixed-effect models.
+These models are fitted using (g)lmer() from lme4', lme() from nlme, and
+gamm() from mgcv'.  The provided functions facilitate thecomputation of
+the conditional Akaike information for model evaluation.")
+    (license license:gpl2+)))
+
 (define-public r-castor
   (package
     (name "r-castor")

base-commit: b3e0a973bca6fe5de7356f3d70c4b7d468b0a759
-- 
2.34.1




This bug report was last modified 1 year and 125 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.