mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran openml OpenML 1.12
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Open Machine Learning and Open Data Platform
|
|
long_description {*}${description}
|
|
checksums rmd160 04f351fb12bc42e0fecbf85bb1a9aeb2bb7ac83c \
|
|
sha256 e775e5eec893d13f148e52fff26f7d73ad0c3d658e04e2d26e71b2e996ad4446 \
|
|
size 886080
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-backports \
|
|
port:R-BBmisc \
|
|
port:R-checkmate \
|
|
port:R-curl \
|
|
port:R-data.table \
|
|
port:R-digest \
|
|
port:R-httr \
|
|
port:R-jsonlite \
|
|
port:R-memoise \
|
|
port:R-stringi \
|
|
port:R-XML
|