Using R x64 3.2.3 I get this message:
> install.packages("stringr")
Installing package into ‘C:/Users/leews/Documents/R/win-library/3.2’
(as ‘lib’ is unspecified)
Error: package ‘stringr’ is in use and will not be installed
what I have to do??
Make sure that the package is available through CRAN or another repository, that you're spelling the name of the package correctly, and that it's available for the version of R you are running.
Check firewall, proxy settings, and antimalware As a result, it is possible a (software-based) firewall, network setting, or antimalware program is blocking access to RStudio. If you have a firewall, HTTP or HTTPS proxy configured, add localhost and 127.0. 0.1 to the list of approved Hosts and Domains.
Try
detach("package:stringr", unload = TRUE)
install.packages("stringr", dependencies=TRUE)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With