BillPetti / baseballr

A package written for R focused on baseball analysis. Currently in development.
billpetti.github.io/baseballr
Other
367 stars 100 forks source link

Error getting the latest version of baseballr #286

Closed kylemckelvey16 closed 1 year ago

kylemckelvey16 commented 1 year ago

I'm having trouble getting the latest version of baseballr. I used

devtools::install_github("BillPetti/baseballr", ref = "development_branch")

When asked to update certain packages, I tried updating All, none, and just the CRAN ones and got the same error each time (below)

image

I'm running RStudio on Windows with R 4.2.2

camdenk commented 1 year ago

Can you try manually updating the {vctrs} package first and then try again?

kylemckelvey16 commented 1 year ago

Okay that worked. I had to remove and reinstall vctrs and purrr, but updating in the prompt for updating wouldn't work.

camdenk commented 1 year ago

Glad that worked!