freebsd-ports/devel/R-cran-mlbench/Makefile
Nuno Teixeira 7769baac3f devel/R-cran-mlbench: New port: 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.

WWW: https://cran.r-project.org/web/packages/mlbench/
2023-12-09 17:31:19 +00:00

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>