StatsBombR icon indicating copy to clipboard operation
StatsBombR copied to clipboard

Unable to install StatsBombR package

Open Rosepedrosilva10 opened this issue 1 year ago • 2 comments

Hello,

I’m new to R and StatsBomb Data. I’m trying to follow the steps of your guide to use free StatsBomb Data, but when I try to install the StatsBombR package I always get an error message.

I tried this code:

install.packages("devtools") devtools::install_github("statsbomb/SDMTools")

and this code:

install.packages("remotes") remotes::install_version("SDMTools", "1.1-221") devtools::install_github("statsbomb/StatsBombR")

But the same message appears:

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘httpuv’

Is there anyway to surpass this?

Thank you very much for your help

Rosepedrosilva10 avatar Jan 28 '24 23:01 Rosepedrosilva10