You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
993 B
Tcl
29 lines
993 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 klausnordhausenR SpaceTimeBSS 0.4-0
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Blind source separation for multivariate spatio-temporal data
|
|
long_description {*}${description}
|
|
checksums rmd160 242c0c2feeb52b73c9723e1b6d4821967b4d8abf \
|
|
sha256 551c11036411cb8a3f8b8756b32d4730de689790b5f946124c3a91b41946f011 \
|
|
size 2505704
|
|
|
|
depends_lib-append port:R-JADE \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-sf \
|
|
port:R-sftime \
|
|
port:R-spacetime \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
test.run yes
|