1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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/
This commit is contained in:
Nuno Teixeira 2023-12-09 17:14:29 +00:00
parent 3e33ce8aa6
commit 7769baac3f
4 changed files with 20 additions and 0 deletions

View File

@ -78,6 +78,7 @@
SUBDIR += R-cran-magrittr
SUBDIR += R-cran-memoise
SUBDIR += R-cran-microbenchmark
SUBDIR += R-cran-mlbench
SUBDIR += R-cran-mockery
SUBDIR += R-cran-msm
SUBDIR += R-cran-multicool

View File

@ -0,0 +1,14 @@
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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1702140532
SHA256 (mlbench_2.1-3.1.tar.gz) = 7afec6d58968ab526ea642e1df39bead2f479c14486b0a62032c999ba73d5cf0
SIZE (mlbench_2.1-3.1.tar.gz) = 922128

View File

@ -0,0 +1,2 @@
A collection of artificial and real-world machine learning benchmark problems,
including, e.g., several data sets from the UCI repository.