jflancer / bigballR

Package for working with NCAA Basketball Data
Other
61 stars 19 forks source link

Installation Troubles #9

Closed yudaniel98 closed 3 years ago

yudaniel98 commented 3 years ago

Hi I'm new to R so this may just be a dumb question, but when I enter

install.packages("devtools")

devtools::install_github("jflancer/bigballR")

I get

Installing package into ‘C:/Users/Daniel/Documents/R/win-library/4.0’ (as ‘lib’ is unspecified)

jflancer commented 3 years ago

ggplot2 is a dependency for this package, and it looks like you may not have a dependency for ggplot2 installed. Please try running install.packages("colorspace"). Maybe also check out https://stackoverflow.com/questions/28887446/r-error-on-installing-colorspace-for-ggplot2 if there are still issues