Update app.R
Browse files
app.R
CHANGED
|
@@ -22,6 +22,7 @@ library(httr)
|
|
| 22 |
library(jpeg)
|
| 23 |
library(zoo)
|
| 24 |
library(gtable)
|
|
|
|
| 25 |
|
| 26 |
options(shiny.maxRequestSize = 10000000 * 1024^2)
|
| 27 |
pdf(file = NULL)
|
|
|
|
| 22 |
library(jpeg)
|
| 23 |
library(zoo)
|
| 24 |
library(gtable)
|
| 25 |
+
library(xgboost)
|
| 26 |
|
| 27 |
options(shiny.maxRequestSize = 10000000 * 1024^2)
|
| 28 |
pdf(file = NULL)
|