easyGgplot2
easyGgplot2 copied to clipboard
Error installation
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.
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.
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 < [email protected]> 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: [email protected] Work Office: +262 (0)262 48 33 92 Mobile Phone: +262 (0)693 33 15 96 Skype : noordally.rehan
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-
Hello @rnoordal
Try with install_git("git://github.com/kassambara/easyGgplot2")
It worked for me.