GNU bug report logs -
#55379
[PATCH 01/14] gnu: Add r-gpg.
Previous Next
Reported by: kyle <kyle <at> posteo.net>
Date: Thu, 12 May 2022 02:11:02 UTC
Severity: normal
Tags: moreinfo, 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: Kyle Andrews <kyle <at> posteo.net>
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 516c335822..2cd4b8d2a6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33358,6 +33358,33 @@ (define-public r-unglue
more intuitive and compact way than by using standard regular expressions.")
(license license:gpl3)))
+(define-public r-vcdextra
+ (package
+ (name "r-vcdextra")
+ (version "0.8-0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "vcdExtra" version))
+ (sha256
+ (base32 "1wv1ypjdvw639jlphwfpqgpjkk4ki98l2lfbpncsbpy9jpknjsmk"))))
+ (properties `((upstream-name . "vcdExtra")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-ca r-gnm r-mass r-vcd))
+ (native-inputs (list r-knitr))
+ (home-page "https://friendly.github.io/vcdExtra/")
+ (synopsis "'vcd' Extensions and Additions")
+ (description
+ "This package provides additional data sets, methods and documentation to
+complement the 'vcd' package for Visualizing Categorical Data and the 'gnm'
+package for Generalized Nonlinear Models. In particular, 'vcdExtra' extends
+mosaic, assoc and sieve plots from 'vcd' to handle 'glm()' and 'gnm()' models
+and adds a 3D version in 'mosaic3d'. Additionally, methods are provided for
+comparing and visualizing lists of 'glm' and 'loglm' objects. This package is
+now a support package for the book, \"Discrete Data Analysis with R\" by Michael
+Friendly and David Meyer.")
+ (license license:gpl2+)))
+
(define r-gpg
(package
(name "r-gpg")
--
2.36.0
This bug report was last modified 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.