kassambara / easyGgplot2

34 stars 10 forks source link

Error installation #3

Open rnoordal opened 7 years ago

rnoordal commented 7 years ago

Hello,

I've the following message when I'm try to install your package on R. > install_github("kassambara/easyGgplot2") Downloading GitHub repo kassambara/easyGgplot2@master from URL https://api.github.com/repos/kassambara/easyGgplot2/zipball/master Installing easyGgplot2 Erreur dans if (capabilities("libcurl")) { : l'argument est de longueur nulle

Can you help me please.

kassambara commented 7 years ago

I’m sorry for that but this error is related to devtools as discussed here (https://github.com/hadley/devtools/issues/1244).

I would highly suggest to use ggpubr package (read this: http://www.sthda.com/english/wiki/ggpubr-r-package-ggplot2-based-publication-ready-plots), which will be a replacement of easyGgplot2.

Best regards, A.

rnoordal commented 7 years ago

The advantage of your package for me it was the function of multiplot. The package you have cited does not propose this function.

Best regards,

On Thu, Sep 15, 2016 at 11:00 AM, Alboukadel KASSAMBARA < notifications@github.com> wrote:

I’m sorry for that but this error is related to devtools as discussed here (hadley/devtools#1244 https://github.com/hadley/devtools/issues/1244).

I would highly suggest to use ggpubr package (read this: http://www.sthda.com/english/wiki/ggpubr-r-package-ggplot2- based-publication-ready-plots), which will be a replacement of easyGgplot2.

Best regards, A.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kassambara/easyGgplot2/issues/3#issuecomment-247251663, or mute the thread https://github.com/notifications/unsubscribe-auth/AVLqzy_W8pTzV98WbfhQzTSNJSY4usUHks5qqO0igaJpZM4J9jNI .

Rehan Noordally (Mr) PhD Student at University of Reunion Island http://www.univ-reunion.fr/university-of-reunion-island/ EMail: rehan.noordally@univ-reunion.fr Work Office: +262 (0)262 48 33 92 Mobile Phone: +262 (0)693 33 15 96 Skype : noordally.rehan

kassambara commented 7 years ago

If you only want to arrange multiple plots in the same page, then I would suggest the tutorial at: http://www.sthda.com/english/wiki/ggplot2-easy-way-to-mix-multiple-graphs-on-the-same-page-r-software-and-data-visualization It contains the name of other R packages to mix plots Best, A-

ClstG commented 3 years ago

Hello @rnoordal

Try with install_git("git://github.com/kassambara/easyGgplot2")

It worked for me.