[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/53: gnu: Add r-doby.
From: |
Ricardo Wurmus |
Subject: |
02/53: gnu: Add r-doby. |
Date: |
Thu, 16 Aug 2018 11:04:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0fccd15f7895e86982ee30097bb1349fff3accb4
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 24 14:16:25 2018 +0200
gnu: Add r-doby.
* gnu/packages/cran.scm (r-doby): New variable.
---
gnu/packages/cran.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a78a97e..78ca98d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4662,3 +4662,35 @@ Superiority (PS), and the Number needed to treat (NNT)
effect size. Moreover,
comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
Group (Non-)Overlap considerations.")
(license license:gpl2)))
+
+(define-public r-doby
+ (package
+ (name "r-doby")
+ (version "4.6-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "doBy" version))
+ (sha256
+ (base32
+ "1y02awzid23bxz8hx6j8pxd6i7jaq8pdw3k60rag8y6m69incrw5"))))
+ (properties `((upstream-name . "doBy")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-dplyr" ,r-dplyr)
+ ("r-magrittr" ,r-magrittr)
+ ("r-mass" ,r-mass)
+ ("r-matrix" ,r-matrix)
+ ("r-plyr" ,r-plyr)))
+ (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
+ (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
+ (description
+ "This package contains:
+
address@hidden
address@hidden facilities for working with grouped data: @code{do}
+ something to data stratified @code{by} some variables.
address@hidden implementations of least-squares means, general linear
contrasts, and
address@hidden miscellaneous other utilities.
address@hidden itemize\n")
+ (license license:gpl2+)))
- branch master updated (9c33229 -> b64ce4b), Ricardo Wurmus, 2018/08/16
- 04/53: gnu: Add r-basix., Ricardo Wurmus, 2018/08/16
- 06/53: gnu: Add python-argparse-manpage., Ricardo Wurmus, 2018/08/16
- 03/53: gnu: Add r-refgenome., Ricardo Wurmus, 2018/08/16
- 02/53: gnu: Add r-doby.,
Ricardo Wurmus <=
- 05/53: gnu: Add r-blockfest., Ricardo Wurmus, 2018/08/16
- 01/53: gnu: Add nudoku., Ricardo Wurmus, 2018/08/16
- 09/53: gnu: Add r-hash., Ricardo Wurmus, 2018/08/16
- 07/53: gnu: Add python-ldap., Ricardo Wurmus, 2018/08/16
- 08/53: gnu: Add 389-ds-base., Ricardo Wurmus, 2018/08/16
- 21/53: gnu: Add ghc-call-stack-boot., Ricardo Wurmus, 2018/08/16
- 14/53: gnu: ghc-hspec-expectations: Update to 0.8.2., Ricardo Wurmus, 2018/08/16
- 10/53: gnu: hspec-discover: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 36/53: gnu: ghc-blaze-html: Allow build with newer HUnit., Ricardo Wurmus, 2018/08/16
- 30/53: gnu: ghc-conduit-extra: Update to 1.3.0., Ricardo Wurmus, 2018/08/16