mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
807 B
Tcl
23 lines
807 B
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 minerva 1.5.10
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Maximal information-based non-parametric exploration for variable analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 83b444d3d5e7be61b3ca40a441cf5dc00d670ffe \
|
|
sha256 2f26353d8fcc989ac698c4e45bb683801b1a7bb60b14903d05a4d73c629c590f \
|
|
size 539926
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|