mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-18 21:21:22 +00:00
Message about binaries updating no longer needed
This commit is contained in:
parent
7ee936f46d
commit
bd2dac783f
2 changed files with 0 additions and 12 deletions
|
|
@ -27,12 +27,6 @@ Prophet is a [CRAN package](https://cran.r-project.org/package=prophet) so you c
|
|||
> install.packages('prophet')
|
||||
```
|
||||
|
||||
On Mac OS X, the binaries on CRAN are still being updated, so use
|
||||
```
|
||||
# R
|
||||
> install.packages('prophet', type='source')
|
||||
```
|
||||
|
||||
After installation, you can [get started!](https://facebook.github.io/prophet/docs/quick_start.html#r-api)
|
||||
|
||||
### Windows
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ Prophet is a [CRAN package](https://cran.r-project.org/package=prophet) so you c
|
|||
> install.packages('prophet')
|
||||
```
|
||||
|
||||
On Mac OS X, the binaries on CRAN are still being updated, so use
|
||||
```
|
||||
# R
|
||||
> install.packages('prophet', type='source')
|
||||
```
|
||||
|
||||
After installation, you can [get started!](quick_start.html#r-api)
|
||||
|
||||
### Windows
|
||||
|
|
|
|||
Loading…
Reference in a new issue