prophet/R/DESCRIPTION
Mikhail Popov 25e2b88765 {rstantools}-based compilation
+ cleans up Stan model compilation by switching over to the rstantools-based workflow (see https://mc-stan.org/rstantools/articles/minimal-rstan-package.html for more info)
+ minor documentation change: {devtools} -> {remotes}, which is better for end-users
+ adds RStudio project file which makes it easier for community to get started with contributing to the package
2020-04-28 16:06:17 -04:00

51 lines
1.4 KiB
Text

Package: prophet
Title: Automatic Forecasting Procedure
Version: 0.6
Date: 2020-02-10
Authors@R: c(
person("Sean", "Taylor", email = "sjtz@pm.me", role = c("cre", "aut")),
person("Ben", "Letham", email = "bletham@fb.com", role = "aut")
)
Description: Implements a procedure for forecasting time series data based on
an additive model where non-linear trends are fit with yearly, weekly, and
daily seasonality, plus holiday effects. It works best with time series
that have strong seasonal effects and several seasons of historical data.
Prophet is robust to missing data and shifts in the trend, and typically
handles outliers well.
URL: https://github.com/facebook/prophet
BugReports: https://github.com/facebook/prophet/issues
Depends:
R (>= 3.4.0),
Rcpp (>= 0.12.0),
rlang (>= 0.3.0.1)
Imports:
dplyr (>= 0.7.7),
dygraphs (>= 1.1.1.4),
extraDistr,
ggplot2,
grid,
methods,
rstan (>= 2.18.1),
rstantools (>= 2.0.0),
scales,
stats,
tidyr (>= 0.6.1),
xts
Suggests:
knitr,
testthat,
readr,
rmarkdown
SystemRequirements: GNU make, C++11
Biarch: true
License: MIT + file LICENSE
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.0