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.2 KiB
Tcl
34 lines
1.2 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 svazzole sparsevar 0.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Sparse VAR/VECM models estimation
|
|
long_description {*}${description}
|
|
homepage https://github.com/svazzole/sparsevar
|
|
checksums rmd160 5f04250581180887887658f45f4f5f8569697c5f \
|
|
sha256 c7f30cf854be12ba54d49e80d161387b050068f13edb248a9f8c5502ea329ecd \
|
|
size 1637116
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-corpcor \
|
|
port:R-doParallel \
|
|
port:R-ggplot2 \
|
|
port:R-glmnet \
|
|
port:R-mvtnorm \
|
|
port:R-ncvreg \
|
|
port:R-picasso \
|
|
port:R-reshape2
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|