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
36 lines
1.2 KiB
Tcl
36 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 kisungyou Rdimtools 1.1.2
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Dimension reduction and estimation methods
|
|
long_description {*}${description}
|
|
homepage https://www.kisungyou.com/Rdimtools
|
|
checksums rmd160 cd8840ccbced93bec0d2ed0abd3ee662a0f4ca19 \
|
|
sha256 867630ee2588ce22e22614b66c5b60fb0f7e8b74a08c25c3ed66c9e4bd73882e \
|
|
size 2453913
|
|
|
|
depends_lib-append port:R-ADMM \
|
|
port:R-CVXR \
|
|
port:R-maotai \
|
|
port:R-mclustcomp \
|
|
port:R-RANN \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-RcppDE \
|
|
port:R-RcppDist \
|
|
port:R-Rdpack \
|
|
port:R-RSpectra
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|