You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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 ncordon imbalance 1.0.2.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Preprocessing algorithms for imbalanced datasets
|
|
long_description {*}${description}
|
|
homepage https://ncordon.github.io/imbalance
|
|
checksums rmd160 a2a90875c273e87ba25b0c82a5f0fecb963cae3a \
|
|
sha256 3a44ee386faac9a08d09f9e8df48689aa9d635e1e35aefb40a0b0584fab8c791 \
|
|
size 962337
|
|
|
|
depends_lib-append port:R-bnlearn \
|
|
port:R-C50 \
|
|
port:R-FNN \
|
|
port:R-ggplot2 \
|
|
port:R-KernelKnn \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-smotefamily
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|