mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
39 lines
1.3 KiB
Tcl
39 lines
1.3 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran leapigufpb FuzzyClass 0.1.6
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Fuzzy and non-fuzzy classifiers
|
|
long_description {*}${description}
|
|
homepage https://github.com/leapigufpb/FuzzyClass
|
|
checksums rmd160 fe8ac692d117ca99202deb65faca0b458e8ddcab \
|
|
sha256 7e252693a575eee7782908da963114c7cfc0968af7f318441fe4bc181506a4d1 \
|
|
size 358652
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-caTools \
|
|
port:R-doParallel \
|
|
port:R-e1071 \
|
|
port:R-EnvStats \
|
|
port:R-foreach \
|
|
port:R-mvtnorm \
|
|
port:R-purrr \
|
|
port:R-Rdpack \
|
|
port:R-rootSolve \
|
|
port:R-trapezoid
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-knitr \
|
|
port:R-maxLik \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|