You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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’"
The text was updated successfully, but these errors were encountered:
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.
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’"
The text was updated successfully, but these errors were encountered: