I'm trying to download a package but keep getting this error. Anyone have experience with it?
install.packages(c("devtools","rstudioapi"), dependencies=TRUE, repos=c("http://rstudio.org/_packages", "http://cran.rstudio.com"))
devtools::install_github(repo = "dadrivr/ffanalytics")
install.packages(c("devtools", "rstudioapi", "shiny", "miniUI", "data.table", "stringr", "DT", "XML", "httr", "tcltk", "RCurl", "Hmisc", "readxl", "RSelenium"), dependencies=TRUE, repos=c("http://rstudio.org/_packages", "http://cran.rstudio.com"))
library("ffanalytics"])