mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 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 SpatialBSS 0.14-0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Blind source separation for multivariate spatial data
|
|
long_description {*}${description}
|
|
checksums rmd160 0ef5475288fbce0074aacf7149a88add310dffd9 \
|
|
sha256 752f6f9f732242cfece7655fe6309e335be2265ddbd54f6e5da3d35c1a27137d \
|
|
size 748906
|
|
|
|
depends_lib-append port:R-distances \
|
|
port:R-JADE \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-robustbase \
|
|
port:R-sp \
|
|
port:R-SpatialNP
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-gstat \
|
|
port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-rmarkdown \
|
|
port:R-sf
|
|
|
|
test.run yes
|