taiyun / corrplot

A visual exploratory tool on correlation matrix
https://github.com/taiyun/corrplot
Other
318 stars 86 forks source link

Can't install corrplot #224

Closed cmazier closed 3 years ago

cmazier commented 3 years ago

Hello,

I tried to install this corrplot version because I have NA in my data.

I did : devtools::install_github('taiyun/corrplot', build_vignettes = TRUE) but I had this error message:

"Downloading GitHub repo taiyun/corrplot@HEAD Erreur : Failed to install 'corrplot' from GitHub: create process 'C:/PROGRA~1/R/R-40~1.3/bin/x64/Rcmd.exe' (system error 267, Nom de répertoire non valide. ) @win/processx.c:1040 (processx_exec) De plus : There were 50 or more warnings (use warnings() to see the first 50)"

I think it is because I have an accent in the access path but I can't remove it. Have you another solution to install this?

taiyun commented 3 years ago

You can install corrplot from CRAN.

install.packages('corrplot')