d3scatter icon indicating copy to clipboard operation
d3scatter copied to clipboard

d3scatter wont install

Open JellisHeRo opened this issue 6 years ago • 1 comments

I am trying to install d3scatter,and Im running into this error.

> devtools::install_github("jcheng5/d3scatter")
Downloading GitHub repo jcheng5/d3scatter@master
from URL https://api.github.com/repos/jcheng5/d3scatter/zipball/master
Installing d3scatter
Downloading GitHub repo hadley/lazyeval@master
from URL https://api.github.com/repos/hadley/lazyeval/zipball/master
Error: running command '"C:/PROGRA~1/R/R-3.4.2/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD config CC' had status 127

It seems like Im the only one who is experiencing this. I dont know, but I dont get whats happening. Is this package still maintained?

My sessionInfo():

R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 
[2] LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_3.4.2 tools_3.4.2 

JellisHeRo avatar Sep 28 '17 19:09 JellisHeRo