You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Prophet paper: Sean J. Taylor, Benjamin Letham (2018) Forecasting at scale. The American Statistician 72(1):37-45 (https://peerj.com/preprints/3190.pdf).
36
36
37
-
## Installation in R
37
+
## Installation in R - CRAN
38
+
39
+
⚠️ **The CRAN version of prophet is fairly outdated. To get the latest bug fixes and updated country holiday data, we suggest installing the latest release with remotes::install_github().**
38
40
39
41
Prophet is a [CRAN package](https://cran.r-project.org/package=prophet) so you can use `install.packages`.
40
42
@@ -44,6 +46,13 @@ install.packages('prophet')
44
46
45
47
After installation, you can [get started!](https://facebook.github.io/prophet/docs/quick_start.html#r-api)
0 commit comments