Installing Prophet R-Package in Databricks - Is there a faster way?
Open
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
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')
```
Contributor guide
Assessment
This issue has not been assessed yet.