On Wed, Feb 24, 2016 at 3:47 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote:> > (1) Do not post in html. > > (2) This is the R-help forum, not the Rstudio help forum. > > (3) The call > > a1 <- quote(ID) > > works just fine under R (not Rstudio) on my Linux box.Works fine on my Linux machine too, even in Rstudio.> > cheers, > > Rolf Turner > > -- > Technical Editor ANZJS > Department of Statistics > University of Auckland > Phone: +64-9-373-7599 ext. 88276 > > On 25/02/16 08:03, Santosh wrote: >> >> Dear Rxperts.. >> >> I noticed a puzzling behavior of 'quote' in Linux and Windows environment >> based RStudio.. >> >> In Linux based RStudio , >> >> a1 <- quote(ID) >> >> The error message I get is: >> >> <simpleError in doTryCatch(return(expr), name, parentenv, handler): object >> 'ID' not found> >> <simpleError in is.scalar(val): object 'ID' not found> >> <simpleError in is(obj, "ore.frame"): object 'ID' not found> >> >> >> I dont get any error message when I do the same in Windows 7 based >> RStudio.. >> >> >> Could you please suggest how to use quote in Linux environment..and >> explain >> why there is such a difference? >> >> Thanks much in advance!! > > > ______________________________________________ > 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.
Thanks all for your response. I didn't realize I posted in HTML.. I just typed an email as I usually do... how do I know whether it was sent in HTML? I had not changed any settings to send out in HTML format.. Seems like you got the impression based on the HTML tag like message of "simpleError".... Anyway.. thanks for your help/response. again. Regards, Santosh On Wed, Feb 24, 2016 at 12:52 PM, Ista Zahn <istazahn at gmail.com> wrote:> On Wed, Feb 24, 2016 at 3:47 PM, Rolf Turner <r.turner at auckland.ac.nz> > wrote: > > > > (1) Do not post in html. > > > > (2) This is the R-help forum, not the Rstudio help forum. > > > > (3) The call > > > > a1 <- quote(ID) > > > > works just fine under R (not Rstudio) on my Linux box. > > Works fine on my Linux machine too, even in Rstudio. > > > > > cheers, > > > > Rolf Turner > > > > -- > > Technical Editor ANZJS > > Department of Statistics > > University of Auckland > > Phone: +64-9-373-7599 ext. 88276 > > > > On 25/02/16 08:03, Santosh wrote: > >> > >> Dear Rxperts.. > >> > >> I noticed a puzzling behavior of 'quote' in Linux and Windows > environment > >> based RStudio.. > >> > >> In Linux based RStudio , > >> > >> a1 <- quote(ID) > >> > >> The error message I get is: > >> > >> <simpleError in doTryCatch(return(expr), name, parentenv, handler): > object > >> 'ID' not found> > >> <simpleError in is.scalar(val): object 'ID' not found> > >> <simpleError in is(obj, "ore.frame"): object 'ID' not found> > >> > >> > >> I dont get any error message when I do the same in Windows 7 based > >> RStudio.. > >> > >> > >> Could you please suggest how to use quote in Linux environment..and > >> explain > >> why there is such a difference? > >> > >> Thanks much in advance!! > > > > > > ______________________________________________ > > 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. >[[alternative HTML version deleted]]
> On 24 Feb 2016, at 22:12, Santosh <santosh2005 at gmail.com> wrote: > > Thanks all for your response. > I didn't realize I posted in HTML.. I just typed an email as I usually > do... how do I know whether it was sent in HTML? I had not changed any > settings to send out in HTML format.. > Seems like you got the impression based on the HTML tag like message of > "simpleError".... >No that is not the reason. The mail server of the R-help list sees that a message has an HTML version. You can check by looking at: https://stat.ethz.ch/pipermail/r-help/2016-February/436464.html We, who send mails in plain text format, see the line [[alternative HTML version deleted]] at the end of a message if that message us a HTML version. You'll have to look in the settings and/or preferences of your email client to see how to turn off HTML formatted mail. Berend