0

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.

user3382203
  • 169
  • 1
  • 6
  • 25
mpc
  • 25
  • 1
  • 7

1 Answers1

0

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

hongsy
  • 1,498
  • 1
  • 27
  • 39