From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: 32259@debbugs.gnu.org
Cc: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Subject: [bug#32259] [PATCH 1/4] gnu: Add r-doby.
Date: Tue, 24 Jul 2018 14:22:05 +0200 [thread overview]
Message-ID: <20180724122208.24086-1-ricardo.wurmus@mdc-berlin.de> (raw)
In-Reply-To: <idjpnzc3jx7.fsf@bimsb-sys02.mdc-berlin.net>
* 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 fc4baa5b5..da9b67bff 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4646,3 +4646,35 @@ matches version and feature constraints.")
write shebang scripts that gracefully accept positional and optional arguments
and automatically generate usage notices.")
(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:
+
+@itemize
+@item facilities for working with grouped data: @code{do}
+ something to data stratified @code{by} some variables.
+@item implementations of least-squares means, general linear contrasts, and
+@item miscellaneous other utilities.
+@end itemize")
+ (license license:gpl2+)))
--
2.18.0
next prev parent reply other threads:[~2018-07-24 12:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-24 12:19 [bug#32259] Add R packages from CRAN Ricardo Wurmus
2018-07-24 12:22 ` Ricardo Wurmus [this message]
2018-07-24 12:22 ` [bug#32259] [PATCH 2/4] gnu: Add r-refgenome Ricardo Wurmus
2018-07-24 12:22 ` [bug#32259] [PATCH 3/4] gnu: Add r-basix Ricardo Wurmus
2018-07-29 13:33 ` Ludovic Courtès
2018-07-24 12:22 ` [bug#32259] [PATCH 4/4] gnu: Add r-blockfest Ricardo Wurmus
2018-08-16 15:06 ` bug#32259: [PATCH 1/4] gnu: Add r-doby Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180724122208.24086-1-ricardo.wurmus@mdc-berlin.de \
--to=ricardo.wurmus@mdc-berlin.de \
--cc=32259@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).