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 tell

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 in

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 packa

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
@Sarah Goslee, Many thanks for your excellent help. It's a measure of my inexperience with R (and with compiling in Linux) that I failed to recognize the significance of the g++ error message, and that I was previously unaware that g++ is a (the?) GNU compiler for C++. After adding g++ to my des

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 inst