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
|
|
|
|
R.setup cran cran dann 1.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Discriminant-Adaptive Nearest Neighbor classification
|
|
long_description {*}${description}
|
|
checksums rmd160 6d105dab6ee1c2c4b99f96e8bfaa4cd2f6bcc9e7 \
|
|
sha256 9dac5ae77911b2b060f7f55903e9520681fe4f290848f626a21e6036f69fb542 \
|
|
size 57500
|
|
|
|
depends_lib-append port:R-ellipsis \
|
|
port:R-fpc \
|
|
port:R-ggplot2 \
|
|
port:R-hardhat \
|
|
port:R-purrr \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-rlang \
|
|
port:R-stringr \
|
|
port:R-tibble
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-dplyr \
|
|
port:R-magrittr \
|
|
port:R-mlbench \
|
|
port:R-recipes \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|