Procedure Entry Point Error

386 Views Asked by At

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"])

enter image description here

0

There are 0 best solutions below