summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-mlbench/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-mlbench/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-mlbench/package.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-mlbench/package.py b/var/spack/repos/builtin/packages/r-mlbench/package.py
index 1f9b2b2074..00ceddf31b 100644
--- a/var/spack/repos/builtin/packages/r-mlbench/package.py
+++ b/var/spack/repos/builtin/packages/r-mlbench/package.py
@@ -7,13 +7,14 @@ from spack import *
class RMlbench(RPackage):
- """A collection of artificial and real-world machine learning benchmark
+ """Machine Learning Benchmark Problems.
+
+ A collection of artificial and real-world machine learning benchmark
problems, including, e.g., several data sets from the UCI repository."""
- homepage = "https://cloud.r-project.org/package=mlbench"
- url = "https://cloud.r-project.org/src/contrib/mlbench_2.1-1.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/mlbench"
+ cran = "mlbench"
+ version('2.1-3', sha256='b1f92be633243185ab86e880a1e1ac5a4dd3c535d01ebd187a4872d0a8c6f194')
version('2.1-1', sha256='748141d56531a39dc4d37cf0a5165a40b653a04c507e916854053ed77119e0e6')
depends_on('r@2.10:', type=('build', 'run'))