From e0ce0d02b4c5ae41e21028aeddf543e6f78630d8 Mon Sep 17 00:00:00 2001 From: "Sean J. Taylor" Date: Fri, 21 Dec 2018 09:24:05 -0800 Subject: [PATCH] Update docs to reflect CRAN status --- docs/_docs/installation.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 376ccd1..0717b7c 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -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