Installing Prophet R-Package in Databricks - Is there a faster way?
オープン
- 主要言語
- Python
- スター
- 20.4k
- フォーク
- 4.6k
- 平均マージ
- 19時間 52分
- マージ済み PR(30日)
- 1
説明
Hi I am trying to install prophet r-package in a Databricks notebook.
Is there a faster way to do this than below? It takes 25min to install the prophet package this way.
```
Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1)
remotes::install_github("jeroen/V8")
devtools::install_version("rstantools", version = "2.0.0")
install.packages('prophet')
```
コントリビューションガイド
評価
この issue はまだ評価されていません。