summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-elemstatlearn/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-elemstatlearn/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-elemstatlearn/package.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-elemstatlearn/package.py b/var/spack/repos/builtin/packages/r-elemstatlearn/package.py
index e478559413..b540b01f0d 100644
--- a/var/spack/repos/builtin/packages/r-elemstatlearn/package.py
+++ b/var/spack/repos/builtin/packages/r-elemstatlearn/package.py
@@ -7,13 +7,11 @@ from spack import *
class RElemstatlearn(RPackage):
- """ElemStatLearn: Data Sets, Functions and Examples from the Book: "The
- Elements of Statistical Learning, Data Mining, Inference, and Prediction" by
- Trevor Hastie, Robert Tibshirani and Jerome Friedman"""
+ """Data Sets, Functions and Examples from the Book: "The Elements of
+ Statistical Learning, Data Mining, Inference, and Prediction" by Trevor
+ Hastie, Robert Tibshirani and Jerome Friedman"""
- homepage = "https://cloud.r-project.org/package=ElemStatLearn"
- url = "https://cloud.r-project.org/src/contrib/Archive/ElemStatLearn/ElemStatLearn_2015.6.26.2.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/ElemStatLearn"
+ cran = "ElemStatLearn"
version('2015.6.26.2', sha256='a0f94a72f6188a0a5c855e3362b6b849bf7fd14efc2d824a8d2581f8bb1bd7fa')