[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/174: gnu: Add r-envstats.
From: |
guix-commits |
Subject: |
13/174: gnu: Add r-envstats. |
Date: |
Wed, 12 Jul 2023 08:30:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5aca0cd1e30fe64d5204e2eee4cc3bd5439e005a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 00:07:58 2023 +0200
gnu: Add r-envstats.
* gnu/packages/cran.scm (r-envstats): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 34d1fa3521..0f5ebb2859 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7009,6 +7009,37 @@ non-parametric analysis of structured data, and other
energy
statistics/methods are implemented.")
(license license:gpl2+)))
+(define-public r-envstats
+ (package
+ (name "r-envstats")
+ (version "2.8.0")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "EnvStats" version))
+ (sha256
+ (base32
+ "17fgwa5rdjpsxk95p1j48bkpbmm01vy25vzbgggj31a1k2i4i85p"))))
+ (properties `((upstream-name . "EnvStats")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-ggplot2 r-mass r-nortest))
+ (home-page "https://github.com/alexkowa/EnvStats")
+ (synopsis
+ "Package for environmental statistics, including US EPA guidance")
+ (description
+ "This is a package for graphical and statistical analyses of
+environmental data, with a focus on analyzing chemical concentrations and
+physical parameters, usually in the context of mandated environmental
+monitoring. It provides major environmental statistical methods found in the
+literature and regulatory guidance documents, with extensive help that
+explains what these methods do, how to use them, and where to find them in the
+literature. It comes with numerous built-in data sets from regulatory
+guidance documents and environmental statistics literature. It includes
+scripts reproducing analyses presented in the book \"EnvStats: An R Package
+for Environmental Statistics\" (Millard, 2013, Springer, ISBN
+978-1-4614-8455-4,
+@url{https://link.springer.com/book/10.1007/978-1-4614-8456-1}).")
+ (license license:gpl3+)))
+
(define-public r-suppdists
(package
(name "r-suppdists")
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., (continued)
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/12
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/12
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/12
- 04/174: gnu: r-opencpu: Update to 2.2.10., guix-commits, 2023/07/12
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/12
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/12
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/12
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/12
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/12
- 21/174: gnu: r-scistreer: Update to 1.2.0., guix-commits, 2023/07/12
- 13/174: gnu: Add r-envstats.,
guix-commits <=
- 15/174: gnu: r-terra: Update to 1.7-39., guix-commits, 2023/07/12
- 16/174: gnu: r-igraph: Update to 1.5.0., guix-commits, 2023/07/12
- 17/174: gnu: r-mlr3: Update to 0.16.1., guix-commits, 2023/07/12
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/12
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/12
- 22/174: gnu: r-ggpicrust2: Update to 1.7.1., guix-commits, 2023/07/12
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/12
- 20/174: gnu: r-numbat: Update to 1.3.2-1., guix-commits, 2023/07/12
- 23/174: gnu: r-datawizard: Update to 0.8.0., guix-commits, 2023/07/12
- 27/174: gnu: r-ecp: Update to 3.1.5., guix-commits, 2023/07/12