JoGall / soccermatics

Tools for visualisation and analysis of soccer tracking and event data
308 stars 36 forks source link

Library installation error #22

Open ItaloTraverso opened 4 years ago

ItaloTraverso commented 4 years ago

The other day I tried to install the soccermatics library on my laptop and every attempt to install the library showed me a different error. Search on google and solve what I could, however the last mistake I showed could not solve it, find a solution or find a tutorial from the library that mentioned the error. If you could help me solve the problem I would be very grateful.

"Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘digest’"

Saidiibrahim commented 4 years ago

I encountered a similar problem. I found that if you install the package that's missing, it works fine. In my case, it said there is no package called 'xts'. So I installed xts first and then ran: install.packages("remotes") remotes::install_github("JoGall/soccermatics")

This worked for me. So, hope it fixes your issue as well. Good luck.