I cannot install the readtext package, and I have tried two ways:
when trying 'install.packages (readtext)' a message is displayed saying that this is not available for R version 3.3.3
When trying to install it from github through devtools, it shows up the following message:
ERROR: dependency 'stringi' is not available for package 'readtext' * removing [readtext from my library] Error: Command failed (1)
This is weird because the stringr package is installed...
Thanks