Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library installation error #22

Open
ItaloTraverso opened this issue Feb 10, 2020 · 1 comment
Open

Library installation error #22

ItaloTraverso opened this issue Feb 10, 2020 · 1 comment

Comments

@ItaloTraverso
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants