7769baac3f
A collection of artificial and real-world machine learning benchmark problems, including, e.g., several data sets from the UCI repository. WWW: https://cran.r-project.org/web/packages/mlbench/
14 lines
300 B
Makefile
14 lines
300 B
Makefile
PORTNAME= mlbench
|
|
DISTVERSION= 2.1-3.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Machine Learning Benchmark Problems
|
|
WWW= https://cran.r-project.org/web/packages/mlbench/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|