From fca652ab653edd5f0ec065f296c9e97ee630c19a Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Fri, 15 Jan 2021 02:14:02 -0600 Subject: r-envstats: add v2.4.0 (#20915) --- var/spack/repos/builtin/packages/r-envstats/package.py | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/r-envstats/package.py b/var/spack/repos/builtin/packages/r-envstats/package.py index 8f3e2f2d00..6090df3b6e 100644 --- a/var/spack/repos/builtin/packages/r-envstats/package.py +++ b/var/spack/repos/builtin/packages/r-envstats/package.py @@ -7,15 +7,25 @@ from spack import * class REnvstats(RPackage): - """Graphical and statistical analyses of environmental data, with focus - on analyzing chemical concentrations and physical parameters, usually - in the context of mandated environmental monitoring. - """ + """Package for Environmental Statistics, Including US EPA Guidance + + Graphical and statistical analyses of environmental data, with focus on + analyzing chemical concentrations and physical parameters, usually in the + context of mandated environmental monitoring. 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. Numerous built-in + data sets from regulatory guidance documents and environmental statistics + literature. Includes scripts reproducing analyses presented in the book + "EnvStats: An R Package for Environmental Statistics" (Millard, 2013, + Springer, ISBN 978-1-4614-8455-4, + ).""" homepage = "https://cloud.r-project.org/package=EnvStats" url = "https://cloud.r-project.org/src/contrib/EnvStats_2.3.1.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/EnvStats" + version('2.4.0', sha256='49459e76412037b3d8021bd83ee93d140bc3e715a2a2282a347ef60061900514') version('2.3.1', sha256='d753d42b42ff28c1cd25c63916fb2aa9e325941672fb16f7dfd97e218416cf2a') version('2.3.0', sha256='51b7c982b4ffc6506579ec6933c817b780b8dade9f5e7754122e4132cb677a75') version('2.2.1', sha256='bbad7736272a404302190ccf1095abd8674d4366f3827a1c0a9540bcafe0523e') -- cgit v1.2.3-70-g09d2