-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R Studio package installation failure with Windows 7 #315
Comments
This could be a problem in R due to your current locale settings in R. Can you type: Sys.getlocale() and paste your current settings into this discussion thread? Also, your output above does not indicate what exact R commands you ran to try and install these packages. Can you paste the exact commands you ran in your reply? It looks like you are trying to install a Windows binary zip file for a R package, based on the output shown above. There are a number of ways to install a R package binary on Windows. How are you doing this? I would try installing the package through another means, if you can't get the first to work. For example, to install windows binary package from command-line via 'install.packages()' you can download the binary zip file from CRAN to your local PC, for example: Rcpp URL: Then, to install via 'install.packages()' in R console window: Try this, and let me know if it works for you. Stephen Weller |
Thanks for including the screenshot, This definitely looks like a locale settings problem. I suggest that you try running these lines in your Rscript, before running your code: For a discussion of similar problems, you may also want to take a look at this stackoverflow thread. http://stackoverflow.com/questions/16347731/how-to-change-the-locale-of-r-in-rstudio Stephen Weller |
I tried to import data set, and my RStudio said I should install readr and RCPP. So I allowed them to be installed, but the following message popped up. I wonder what I should do with this. I'm a Windows 7 user.
The text was updated successfully, but these errors were encountered: