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
29 lines
974 B
Tcl
29 lines
974 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 emilsjoerup HARModel 1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Heterogeneous Autoregressive Models
|
|
long_description {*}${description}
|
|
homepage https://github.com/emilsjoerup/HARModel
|
|
checksums rmd160 3b1b3ef57f89e4476c3c2c53b1857cb016bc5969 \
|
|
sha256 5140beed3835c3295a531d950abd4671ab294141764267f74be6972722964a9f \
|
|
size 670867
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-sandwich \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|