hrbrmstr / streamgraph

:wavy_dash: htmlwidget for creating streamgraph visualizations in R
http://hrbrmstr.github.io/streamgraph/
Other
148 stars 49 forks source link

Issue installing package #29

Closed julcoh closed 7 years ago

julcoh commented 7 years ago

I'm having an issue adding the streamgraph package to RStudio 1.0.153 running R 3.4.1.

Console dump is below. The issue is clearly that there is a space in the "Program Files" folder name, but I'm not sure what to do about that. Thanks.

> devtools::install_github("hrbrmstr/streamgraph")
Downloading GitHub repo hrbrmstr/streamgraph@master
from URL https://api.github.com/repos/hrbrmstr/streamgraph/zipball/master
Installing streamgraph
"D:/Program Files/R/R-3.4.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL  \
  "C:/Users/Julien/AppData/Local/Temp/Rtmpuw4ku3/devtools255855ea2a61/hrbrmstr-streamgraph-16aee37"  \
  --library="D:/Program Files/R/R-3.4.1/library" --install-tests 

'D:\Program' is not recognized as an internal or external command,
operable program or batch file.
Installation failed: Command failed (1)
julcoh commented 7 years ago

Update, this core issue is covered under the two devtools issues below, and is not streamgraph specific. Closing and pursuing with the devtools team.

https://github.com/hadley/devtools/issues/885 https://github.com/hadley/devtools/issues/1514