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
39 lines
1.3 KiB
Tcl
39 lines
1.3 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 gianmarco.vacca bootCT 2.1.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Bootstrap ARDL tests for cointegration
|
|
long_description {*}${description}
|
|
checksums rmd160 7952f43193fcdc2aa1bea976adff6658b23d6dac \
|
|
sha256 d5bc4e34ebd02597c925f30e72c151346277a1cc8ef8a116c75ecbdd33b04580 \
|
|
size 99264
|
|
|
|
depends_lib-append port:R-aod \
|
|
port:R-ARDL \
|
|
port:R-dplyr \
|
|
port:R-dynamac \
|
|
port:R-gtools \
|
|
port:R-magrittr \
|
|
port:R-pracma \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-stringr \
|
|
port:R-urca \
|
|
port:R-usethis \
|
|
port:R-vars
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-reshape2 \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|