OwenStOnge commited on
Commit
f47c825
·
verified ·
1 Parent(s): ff75bb5

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
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")