aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cran.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a00c71ae7f..cebc92a627 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11502,3 +11502,23 @@ mixture models, for, e.g., density estimation or clustering algorithms
research and teaching; it provides the widely used Marron-Wand densities. It
also provides tools for efficient random number generation and graphics.")
(license license:gpl2+)))
+
+(define-public r-beanplot
+ (package
+ (name "r-beanplot")
+ (version "1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "beanplot" version))
+ (sha256
+ (base32
+ "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/beanplot/")
+ (synopsis "Visualization via beanplots")
+ (description
+ "This package provides beanplots, an alternative to
+boxplot/stripchart/violin plots. It can be used to plot univariate comparison
+graphs.")
+ (license license:gpl2)))
g/archive/html/guix-devel/2020-12/msg00142.html> for a discussion about the missing patch. * gnu/packages/curl.scm (curl): Update to 7.74.0. [replacement]: Remove. [source](patches): New field. (curl-7.74.0): Remove variable. Marius Bakke 2020-12-13Merge branch 'master' into ungraftingMarius Bakke 2020-12-13gnu: cURL: Update replacement to 7.74.0 [security fixes]....This fixes CVE-2020-8284, CVE-2020-8285, and CVE-2020-8286. * gnu/packages/curl.scm (curl-7.71.0): Rename to ... (curl-7.74.0): ... this. Update to 7.74.0. (curl)[replacement]: Adjust accordingly. Marius Bakke 2020-12-08gnu: cURL: Update to 7.73.0 [fixes CVE-2020-8231]....* gnu/packages/curl.scm (curl): Update to 7.73.0. Marius Bakke 2020-12-08gnu: curl: Update to 7.71.0 and remove replacement....* gnu/packages/curl.scm (curl): Update to 7.71.0. [replacement]: Remove. Ludovic Courtès