소스 검색

Install instructions from OSX R to use source

bl 7 년 전
부모
커밋
5cd35f7d6d
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md
  2. 6 0
      docs/_docs/installation.md

+ 6 - 0
README.md

@@ -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

+ 6 - 0
docs/_docs/installation.md

@@ -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