I am getting the error below while installing a package:
Warning in install.packages :
unable to move temporary installation ‘E:\R-3.3.2\library\filed603811626\tidytext’ to ‘E:\R-3.3.2\library\tidytext
Please suggest how to resolve this error.
I am getting the error below while installing a package:
Warning in install.packages :
unable to move temporary installation ‘E:\R-3.3.2\library\filed603811626\tidytext’ to ‘E:\R-3.3.2\library\tidytext
Please suggest how to resolve this error.
Make sure you install R in your main disk drive (most probably C:/
)
This resolves quite a few problems with moving packages that R does when installing.
You can then install all required dependencies with install.packages(c("tm", "tidytext"))