Skip to content

Commit

Permalink
Update docs to reflect CRAN status
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean J. Taylor committed Dec 21, 2018
1 parent a8abc03 commit e0ce0d0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ Prophet has two implementations: [R](#installation-in-r) and [Python](#installat

## Installation in R

Due to [an upstream issue](https://github.com/r-lib/pkgbuild/issues/54) in pkgbuild, we recommend that you use `devtools` to install Prophet. This is currently the only way to get the latest release. We hope to resolve this in the near future.

```
# R
> devtools::install_github('facebook/prophet', subdir='R')
```

Prophet is a [CRAN package](https://cran.r-project.org/package=prophet) and you can continue to use `install.packages` if you are ok with using an earlier release:
Prophet is a [CRAN package](https://cran.r-project.org/package=prophet) and you can use `install.packages`:

```
# R
Expand Down

0 comments on commit e0ce0d0

Please sign in to comment.