What version of R supports ggplot2 on ubuntu?

36 views
Skip to first unread message

Satyajit Das

unread,
Apr 16, 2016, 4:28:24 PM4/16/16
to ggplot2, had...@rice.edu

On Ubuntu I am unable to install ggplot2 for R - as i have R version 3.01:

So I have two questions-
 How should i install the latest version of R > 3.01 on Ubuntu 14.04?
Please advise which  version of R > 3.01 supports ggplot2 on ubuntu.?

Unfortunately, the R Graphics Cookbook by W.Chang does not provide this information, and I'm unable to proceed.

Thanks
Satya

Konstantinos L. Papageorgiou

unread,
Apr 16, 2016, 5:24:10 PM4/16/16
to ggp...@googlegroups.com
try out the following

apt-get update
apt-get upgrade

reboot

R
# still 3.01 ?

install.packages("ggplot2")
--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
 
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2

---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Roman Luštrik

unread,
Apr 17, 2016, 1:09:47 AM4/17/16
to Satyajit Das, ggplot2, Hadley Wickham
What are the error messages you get when you try to install? Which tool do you use to install? Through R's install.packages() or debians apt-get system?
It's generally pretty easy to install from R. Assuming ggplot doesn't put a cap on previous R version, you do install.packages("ggplot2.tar.gz", type = "source") and it should compile fine.

In any case, searching the internet for the error you get should probably yield at least some posts that talk about possible solutions.

Cheers,
Roman

--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
 
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2

---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
In God we trust, all others bring data.

Dipanjan Deb

unread,
Apr 17, 2016, 6:15:23 AM4/17/16
to Roman Luštrik, Satyajit Das, ggplot2, Hadley Wickham
Hi Satrajit,

I had made a video sometime ago to install R and how to upgrade. Take a look at it when you have a chance. You should be able to install ggplot once you have upgraded just make sure you start R in sudo mode.

Here's the link to the video: https://www.youtube.com/watch?v=Nxl7HDUyw0I

Regards,
Dipanjan



Regards,
Dipanjan
Reply all
Reply to author
Forward
0 new messages