diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-01-15 02:14:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 09:14:02 +0100 |
commit | fca652ab653edd5f0ec065f296c9e97ee630c19a (patch) | |
tree | 3643ecd13400a1435b1552235e5ca6feed3d16b6 /var | |
parent | 05906ab57ea66f0985e8b0947cc1a57dcf3860e9 (diff) | |
download | spack-fca652ab653edd5f0ec065f296c9e97ee630c19a.tar.gz spack-fca652ab653edd5f0ec065f296c9e97ee630c19a.tar.bz2 spack-fca652ab653edd5f0ec065f296c9e97ee630c19a.tar.xz spack-fca652ab653edd5f0ec065f296c9e97ee630c19a.zip |
r-envstats: add v2.4.0 (#20915)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/r-envstats/package.py | 18 |
1 files changed, 14 insertions, 4 deletions
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, + <https://www.springer.com/book/9781461484554>).""" 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') |