-
Notifications
You must be signed in to change notification settings - Fork 194
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
Unable to Install rCharts on Windows 7 machine running Rstudio #98
Comments
I've had the same issue. Managed to install it on my Ubuntu droplet with no problems. Windows: 10 |
Same issues here. I've tried everything from devtools to manual install. No luck. Wonder if it's my endpoint encryption/AV? |
Try |
Hey wfio, Have you got python installed and/or changed your environmental variables in Windows? |
Hey Wfio, I've been trying to fix a similar issue with rCharts and finally got it working. No idea what did it, but I've put a summary of the steps I last took here: There really doesn't seem to be a really good explanation online of why this happens, although from the error I'm assuming it has something to do with R not properly being able to use the RTools package under 64 bit windows (?). This is a guess though. Would be great if somebody who knows what they're talking about might be able to explain what is (or isn't) happening with this error. |
I do have Python 3.5 installed but I don't know about Windows variables. I've never touched them. |
I had an earlier version of Python (2.7) installed and I think it automatically changes your environment variables when it installs, so I assume uninstalling it changes it back. I'm not sure if this is what fixed it, but it seemed to make the most sense out of all the things I tried. I'm not an expert with this stuff tho so I'm happy for my guess to be wrong. Just an idea. |
I tried uninstalling Python and reinstalling Rtools and no go. Actually, I got slightly further trying to install from source in that I received a different error:
|
What happened when you try try to install it via devtools: require(devtools) |
Hi Ramnathv
no luck either, installing RCharts...
Here is the output I get, can you help please?
Also not able to install any git hub package with dev tools.
install.packages("rCharts.tar.gz", repos = NULL, type = "source")
Installing package into ‘C:/Users/PK/Documents/R/win-library/3.2’
(as ‘lib’ is unspecified)
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Warning in install.packages :
running command '"C:/Program Files/R/R-32~1.1/bin/x64/R" CMD INSTALL -l "C:\Users\PK\Documents\R\win-library\3.2" "rCharts.tar.gz"' had status 1
Warning in install.packages :
installation of package ‘rCharts.tar.gz’ had non-zero exit status
OS = Windows 7
RStudio Version 0.99.447
The text was updated successfully, but these errors were encountered: