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
34 lines
1.1 KiB
Tcl
34 lines
1.1 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran SebKrantz dfms 0.2.2
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Dynamic Factor Models
|
|
long_description {*}${description}
|
|
homepage https://sebkrantz.github.io/dfms
|
|
checksums rmd160 fd3f1e4a44fc2c07c4a75efb976a78cebf3f8838 \
|
|
sha256 844716aced7dc3d9d0d3e3ec031d87851ed6a874250ee1dbf851e796eb5e6e5c \
|
|
size 1821725
|
|
|
|
depends_lib-append port:R-collapse \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-vars \
|
|
port:R-xts
|
|
|
|
test.run yes
|