mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-23 19:32:25 +00:00
Changes to make R package build on windows without warnings
This commit is contained in:
parent
c0a7eac3b3
commit
4c08596ee1
2 changed files with 6 additions and 5 deletions
|
|
@ -7,10 +7,10 @@ Authors@R: c(
|
|||
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 and weekly
|
||||
seasonality, plus holidays. It works best with daily periodicity data with
|
||||
at least one year of historical data. Prophet is robust to missing data,
|
||||
shifts in the trend, and large outliers.
|
||||
an additive model where non-linear trends are fit with yearly and weekly
|
||||
seasonality, plus holidays. It works best with daily periodicity data with
|
||||
at least one year of historical data. Prophet is robust to missing data,
|
||||
shifts in the trend, and large outliers.
|
||||
Depends:
|
||||
R (>= 3.2.3),
|
||||
Rcpp (>= 0.12.0)
|
||||
|
|
@ -31,3 +31,4 @@ License: BSD_3_clause + file LICENSE
|
|||
LazyData: true
|
||||
RoxygenNote: 6.0.1
|
||||
VignetteBuilder: knitr
|
||||
SystemRequirements: C++11
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
|
||||
CXX_STD = CXX11
|
||||
|
|
|
|||
Loading…
Reference in a new issue