You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
25 lines
861 B
Tcl
25 lines
861 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 eBsc 4.17
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Empirical Bayes smoothing splines with correlated errors
|
|
long_description {*}${description}
|
|
checksums rmd160 1ce3cfd0ea39bddbc048f9bee84022b98e555d0f \
|
|
sha256 f4870dc5b332a505e8745b24d9cc8152eccdef4d967951113677e3838c1066a2 \
|
|
size 15788
|
|
|
|
depends_lib-append port:R-Brobdingnag \
|
|
port:R-mvtnorm \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|