statsbomb/StatsBombR

Problem installing StatsBombR package

marcosnioac opened this issue · 4 comments

I am having a problem too. Done all the install.packages stuff, but still getting this:

Downloading GitHub repo statsbomb/StatsBombR@HEAD
Error: Failed to install 'StatsBombR' from GitHub:
Git does not seem to be installed on your system.

What it could be? :(

Do you have git installed in on your system? If you've only looked at things on github.com, but not worked with repos directly on your machine, you may not. See the git docs: you may need to do something like install homebrew then run brew install git

Hi @timschott ! I'm having the same problem but I do have git on my system and I had just installed the other package in the setup instructions successfully

devtools::install_github("statsbomb/SDMTools")

Why would that work but not

devtools::install_github("statsbomb/StatsBombR")

@asinofsky Hi, can you please add the full output of your errors?

Thanks