JoGall / soccermatics

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

Error Installation Failed #10

Closed yzhang98 closed 6 years ago

yzhang98 commented 6 years ago

When executing the installation command: devtools::install_github("jogall/soccermatics")

I got the following error message and the installation then exited. ......

JoGall commented 6 years ago

Hi,

You don't have the dependency package xts installed on your system. You can install this (and any other libraries mentioned in errors there is no package called...) using the following command:

install.packages("xts")