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
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 liangkang_wang singR 0.1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Simultaneous non-gaussian component analysis
|
|
long_description {*}${description}
|
|
checksums rmd160 004a562109e815127855dc1d091e8ae6e685cd4a \
|
|
sha256 6c9ddd19c026b61d6bac37a65492174eb7ed474f739fa20aab7198cab67ad5f5 \
|
|
size 2570614
|
|
|
|
depends_lib-append port:R-clue \
|
|
port:R-gam \
|
|
port:R-ICtest \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|