daya6489 / SmartEDA

a R package for data exploratory analysis
https://daya6489.github.io/SmartEDA/
Other
42 stars 14 forks source link

error Centos 7 MRO 3.5.2 #3

Closed pfv07 closed 4 years ago

pfv07 commented 4 years ago

Hi, i try to install the package and have the next error:

install.packages("SmartEDA",repos="http://cran.cnr.berkeley.edu/",type="source")

daya6489 commented 4 years ago

the problem is, there is a R package called grDevices, it should be up to dated. The older version of the grDevice does'nt have hcl.colors function.

daya6489 commented 4 years ago

grDevice is the inbuilt package developed by R cran core team. And to update grDevice you have to update your R software latest version

pfv07 commented 4 years ago

I can't do that, because I using MRO and need the MKL libraries and multi core If you have a work-around let me know ... tks

daya6489 commented 4 years ago

Sure. I will make that change in next version of the SmartEDA package.

daya6489 commented 4 years ago

The changes had done on git version. You can install the SmartEDA using git repo devtools::install_github("daya6489/SmartEDA",ref = "master")