Trying to download ffanalytics from github and run into two errors.
The first one is "Error: Failed to install 'ffanalytics' from GitHub:
(converted from warning) cannot remove prior installation of package ‘processx’
I have restarted my program and still do not have success.
The other error reads "461a0c/ffanalytics_2.0.2.0001.tar.gz’ had non-zero exit status"
here is the code i used form the internet
"install.packages("processx")
install.packages(c("devtools","rstudioapi"), dependencies=TRUE, repos=c("http://rstudio.org/_packages", "http://cran.rstudio.com"))
devtools::install_github(repo = "FantasyFootballAnalytics/ffanalytics", build_vignettes = TRUE)
"
let me know if anyone has any insight