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 (<jdnewmil at dcn.davis.ca.us>) escribi?:> > 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 package maintainer as the Posting Guide mentioned below says. > > I don't know why the dependency is not being handled correctly, but my suggestion would be to install the rlang package first, and once that is installed try installing ggplot2. Read the errors... it says there is a problem with the rlang package. > > On March 5, 2019 10:04:41 AM PST, Kamalika Ray <kamalikaray333 at gmail.com> wrote: > >Hi, > >I have been trying to install the ggplot2 package but I am unable to do > >so. My Mac OS version is 10.7.4 and I have downloaded the > >R-Studio-1.1.463. > >I have attached the screenshot of the error message which appears. > > > >Please help! > > > >Thank you, > >Kamalika > >India > > -- > Sent from my phone. Please excuse my brevity. > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
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 <tavarich.norberto at gmail.com> 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 order to get > installed ggplot2 > > Regards > Norberto > > El mar., 5 mar. 2019 a las 14:24, Jeff Newmiller > (<jdnewmil at dcn.davis.ca.us>) escribi?: >> >> 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 package maintainer as the Posting Guide mentioned below says. >> >> I don't know why the dependency is not being handled correctly, but my suggestion would be to install the rlang package first, and once that is installed try installing ggplot2. Read the errors... it says there is a problem with the rlang package. >> >> On March 5, 2019 10:04:41 AM PST, Kamalika Ray <kamalikaray333 at gmail.com> wrote: >>> Hi, >>> I have been trying to install the ggplot2 package but I am unable to do >>> so. My Mac OS version is 10.7.4 and I have downloaded the >>> R-Studio-1.1.463. >>> I have attached the screenshot of the error message which appears. >>> >>> Please help! >>> >>> Thank you, >>> Kamalika >>> India >> >> -- >> Sent from my phone. Please excuse my brevity. >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
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 <pdalgd at gmail.com> 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. > > -pd > > > On 6 Mar 2019, at 19:22 , Norberto Hernandez <tavarich.norberto at gmail.com> 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 order to get > > installed ggplot2 > > > > Regards > > Norberto > > > > El mar., 5 mar. 2019 a las 14:24, Jeff Newmiller > > (<jdnewmil at dcn.davis.ca.us>) escribi?: > >> > >> 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 package maintainer as the Posting Guide mentioned below says. > >> > >> I don't know why the dependency is not being handled correctly, but my suggestion would be to install the rlang package first, and once that is installed try installing ggplot2. Read the errors... it says there is a problem with the rlang package. > >> > >> On March 5, 2019 10:04:41 AM PST, Kamalika Ray <kamalikaray333 at gmail.com> wrote: > >>> Hi, > >>> I have been trying to install the ggplot2 package but I am unable to do > >>> so. My Mac OS version is 10.7.4 and I have downloaded the > >>> R-Studio-1.1.463. > >>> I have attached the screenshot of the error message which appears. > >>> > >>> Please help! > >>> > >>> Thank you, > >>> Kamalika > >>> India > >> > >> -- > >> Sent from my phone. Please excuse my brevity. > >> > >> ______________________________________________ > >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > >> https://stat.ethz.ch/mailman/listinfo/r-help > >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > >> and provide commented, minimal, self-contained, reproducible code. > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > -- > Peter Dalgaard, Professor, > Center for Statistics, Copenhagen Business School > Solbjerg Plads 3, 2000 Frederiksberg, Denmark > Phone: (+45)38153501 > Office: A 4.23 > Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- http://hadley.nz