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
32 lines
1.2 KiB
Tcl
32 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 facebook prophet 1.0
|
|
revision 4
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Automatic forecasting procedure
|
|
long_description {*}${description}
|
|
checksums rmd160 1c46e7170f9342b570579a487f5a65918feca022 \
|
|
sha256 94bea364c7c625bd34fee08da221b7a6c4d3ef939869f22229b2273fb7f2b91a \
|
|
size 231390
|
|
|
|
depends_lib-append port:R-BH \
|
|
port:R-dplyr \
|
|
port:R-dygraphs \
|
|
port:R-extraDistr \
|
|
port:R-ggplot2 \
|
|
port:R-lubridate \
|
|
port:R-Rcpp \
|
|
port:R-RcppEigen \
|
|
port:R-RcppParallel \
|
|
port:R-rstan \
|
|
port:R-rstantools \
|
|
port:R-scales \
|
|
port:R-StanHeaders \
|
|
port:R-tidyr \
|
|
port:R-xts
|