30983/message-saying-private-library-instead-trying-install-package
I'm trying to install a package in R called epiR and the console opens this dialog for me.
install.packages('epiR')
what do i do ?
This question appears if your user environment is restricted such as on a cooperate network. Opening [R] with administrative privileges will resolve the issue.
So say no.
On windows open [R] by right clicking and selecting "Run as Administrator"
You can use the ifelse function: df$Value <- ifelse(df ...READ MORE
You could try adding the following line ...READ MORE
change your ~/.R/Makevars file as C=gcc-5 CXX=g++ CXX1X = g++-5 CFLAGS = ...READ MORE
Take out the chid.var argument in your call to mlogit.data, ...READ MORE
Try install.packages(“package_name”, repos="http://cran.us.r-p ...READ MORE
Try to reinstall R. I got a ...READ MORE
I faced the same problem, you must set ...READ MORE
Try replacing ID <- c("A123","A123","A123","A123","B456","B456","B456") item <- c("bread", "butter", ...READ MORE
Your system does not contain a personal ...READ MORE
In this line, Install.packages(“rvest”) Add rvest inside double ...READ MORE
OR
Already have an account? Sign in.