boxuancui / DataExplorer

Automate Data Exploration and Treatment
http://boxuancui.github.io/DataExplorer/
Other
512 stars 88 forks source link

DataExplorer install.packages #73

Closed sergedahdouh closed 6 years ago

sergedahdouh commented 6 years ago

hey I tried to install DataExplorer package and I always have the 0.4.0 version instead of last version 0.60. and when I am trying to use if (!require(remotes)) install.packages("remotes") remotes::install_github("boxuancui/DataExplorer") I always receive an installation of package had non-zero exit status so please I need help.

boxuancui commented 6 years ago

Could you copy & paste the entire error message here?

Could you also provide the output of this?

sessionInfo()
sergedahdouh commented 6 years ago

Thank you for your reply.

Fortunately, I solved the problem.

boxuancui commented 6 years ago

OK.

I still recommend you installing the latest version from master, because I fixed a bug for create_report.

remotes::install_github("boxuancui/DataExplorer")

Otherwise, thanks for using DataExplorer!