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
26 lines
889 B
Tcl
26 lines
889 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran tobiasschoch rsae 0.3 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Robust Small Area Estimation
|
|
long_description {*}${description}
|
|
homepage https://github.com/tobiasschoch/rsae
|
|
checksums rmd160 8f1753499b787372a8a0953626b288723c0ac697 \
|
|
sha256 ce4e31edd0544fe5fe12bc78c0ee89876ad839125d432fc4d27361c0cade429c \
|
|
size 280494
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-robustbase
|
|
|
|
test.run yes
|