You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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 tidyverts fable 0.4.1
|
|
revision 0
|
|
categories-append economics finance
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Forecasting models for tidy time series
|
|
long_description {*}${description}
|
|
homepage https://fable.tidyverts.org
|
|
checksums rmd160 d4604b12d8865e345c3aa220da123f3f402c2a33 \
|
|
sha256 759c361a8e94e9c11b84799b7a4f73ffc21dc23756b601d7ba217bc7d03ae413 \
|
|
size 373204
|
|
|
|
depends_lib-append port:R-distributional \
|
|
port:R-dplyr \
|
|
port:R-fabletools \
|
|
port:R-Rcpp \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-tsibble
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-feasts \
|
|
port:R-forecast \
|
|
port:R-knitr \
|
|
port:R-MTS \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat \
|
|
port:R-tsibbledata
|
|
|
|
test.run yes
|