Re: [R] Unable to install ggplot2

2019-03-06 Thread Hadley Wickham
rlang works with R 3.1 and up, but it does require compilation from source, which I suspect is the root cause of this problem. Hadley On Wed, Mar 6, 2019 at 5:36 PM peter dalgaard wrote: > > Also, R seems to be version 3.2.x i.e. 3-4 years old. Earliest rlang is anno > 2017 as far as I can

Re: [R] Unable to install ggplot2

2019-03-06 Thread peter dalgaard
Also, R seems to be version 3.2.x i.e. 3-4 years old. Earliest rlang is anno 2017 as far as I can tell. -pd > On 6 Mar 2019, at 19:22 , Norberto Hernandez > wrote: > > I have the same issue with ggplot2 and the rlang package, you need to > have the most updated version of the rlang library

Re: [R] Unable to install ggplot2

2019-03-06 Thread Norberto Hernandez
I have the same issue with ggplot2 and the rlang package, you need to have the most updated version of the rlang library in order to get installed ggplot2 Regards Norberto El mar., 5 mar. 2019 a las 14:24, Jeff Newmiller () escribió: > > Please post the text version of the error in the future...

Re: [R] Unable to install ggplot2

2019-03-05 Thread Jeff Newmiller
Please post the text version of the error in the future... your picture is almost unreadable. Also, if it is actually important that you are using RStudio then your question probably doesn't belong here. Also, if the problem is a faulty contributed package then you will need to contact the

Re: [R] Unable to install ggplot2; using R 3.1.2 and RStudio 0.98.1091 in Linux Mint 17.1

2014-12-26 Thread rewyllys
desktop, I had no trouble in installing ggplot2, which is running just fine for me now. Thanks again. Ron Wyllys -- View this message in context: http://r.789695.n4.nabble.com/Unable-to-install-ggplot2-using-R-3-1-2-and-RStudio-0-98-1091-in-Linux-Mint-17-1-tp4701054p4701129.html Sent from the R

[R] Unable to install ggplot2; using R 3.1.2 and RStudio 0.98.1091 in Linux Mint 17.1

2014-12-23 Thread rewyllys
this message in context: http://r.789695.n4.nabble.com/Unable-to-install-ggplot2-using-R-3-1-2-and-RStudio-0-98-1091-in-Linux-Mint-17-1-tp4701054.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] Unable to install ggplot2; using R 3.1.2 and RStudio 0.98.1091 in Linux Mint 17.1

2014-12-23 Thread Sarah Goslee
Hi, It's not an R problem: you don't have the necessary tools installed in linux, specifically g++ You'll need to install the development tools for your version of linux, as it states in the Rcpp FAQ. Google should help you figure out what you need, if you don't already know how to find and