Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
|
@@ -14,6 +14,7 @@ library(recipes)
|
|
| 14 |
library(arrow)
|
| 15 |
library(xgboost)
|
| 16 |
library(tidymodels)
|
|
|
|
| 17 |
|
| 18 |
if (!requireNamespace("magick", quietly = TRUE)) {
|
| 19 |
message("Note: Install 'magick' to enable player headshots in reports")
|
|
|
|
| 14 |
library(arrow)
|
| 15 |
library(xgboost)
|
| 16 |
library(tidymodels)
|
| 17 |
+
library(httr)
|
| 18 |
|
| 19 |
if (!requireNamespace("magick", quietly = TRUE)) {
|
| 20 |
message("Note: Install 'magick' to enable player headshots in reports")
|