We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4964f commit e4fc404Copy full SHA for e4fc404
package_installs.R
@@ -6,10 +6,6 @@ options(Ncpus = parallel::detectCores())
6
install_github("Laurae2/lgbdl")
7
lgbdl::lgb.dl(compiler = "gcc", commit = "tags/v2.3.1")
8
9
-install_github("hadley/ggplot2") # ggthemes is built against the latest ggplot2
10
-install_github("jrnold/ggthemes")
11
-install_github("thomasp85/ggraph")
12
-install_github("thomasp85/gganimate")
13
install_github("dgrtwo/widyr")
14
install_github("ellisp/forecastxgb-r-package/pkg")
15
install_github("rstudio/leaflet")
0 commit comments