all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68534] [PATCH] gnu: Add r-caic4.
@ 2024-01-17 16:07 nafkhamdc
  2024-01-17 16:33 ` bug#68534: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: nafkhamdc @ 2024-01-17 16:07 UTC (permalink / raw)
  To: 68534; +Cc: nafkhamdc

* 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





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

* bug#68534: [PATCH] gnu: Add r-caic4.
  2024-01-17 16:07 [bug#68534] [PATCH] gnu: Add r-caic4 nafkhamdc
@ 2024-01-17 16:33 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2024-01-17 16:33 UTC (permalink / raw)
  To: 68534-done

Thanks, applied with commit 7bbb329060f56ea4a102d2d7d0900fa0daf20265
after a few changes to the description.

-- 
Ricardo




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

end of thread, other threads:[~2024-01-17 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 16:07 [bug#68534] [PATCH] gnu: Add r-caic4 nafkhamdc
2024-01-17 16:33 ` bug#68534: " 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.