Install instructions from OSX R to use source

This commit is contained in:
bl 2018-06-09 17:04:22 -07:00
parent 4f224e5ec7
commit 5cd35f7d6d
2 changed files with 12 additions and 0 deletions

View file

@ -27,6 +27,12 @@ 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

View file

@ -16,6 +16,12 @@ 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