guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: Add r-afex.


From: Ricardo Wurmus
Subject: 04/06: gnu: Add r-afex.
Date: Tue, 30 Oct 2018 17:48:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 49863fd695fc05eb85be7c7dfc950d4936436dc3
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 22:47:18 2018 +0100

    gnu: Add r-afex.
    
    * gnu/packages/cran.scm (r-afex): New variable.
---
 gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b696219..09cf64a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7138,3 +7138,28 @@ the interfaces between R and C++.")
      "This package provides a set of tools for displaying, modeling and
 analysing multivariate abundance data in community ecology.")
     (license license:lgpl2.1+)))
+
+(define-public r-afex
+  (package
+    (name "r-afex")
+    (version "0.22-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "afex" version))
+       (sha256
+        (base32
+         "065wbxljl77zqvc2c4gpfpfyc6mbnnrf24q399q9bxmrz3sapj8n"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-car" ,r-car)
+       ("r-lme4" ,r-lme4)
+       ("r-lmertest" ,r-lmertest)
+       ("r-pbkrtest" ,r-pbkrtest)
+       ("r-reshape2" ,r-reshape2)))
+    (home-page "https://afex.singmann.science/";)
+    (synopsis "Analysis of factorial experiments")
+    (description
+     "This package provides convenience functions for analyzing factorial
+experiments using ANOVA or mixed models.")
+    (license license:gpl2+)))



reply via email to

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