Basically, you are calling .Internal from the command line. It is not designed to be called from there and only wizards know what happens if it is. (The set of wizards who might know whether it makes any sense at all does not include me!)
-- Peter Dalgaard
R-devel (May 2014) #Rstats
Notices tagged with rstats, page 135
-
RFortunes (rfortunes)'s status on Thursday, 28-Jun-2018 10:00:03 CEST
RFortunes
-
RFortunes (rfortunes)'s status on Wednesday, 27-Jun-2018 16:00:03 CEST
RFortunes
John Fox: I've never understood why it's legal to change the built-in global "constants" in R, including T and F. That just seems to me to set a trap for users. Why not treat these as reserved symbols, like TRUE, Inf, etc.?
Rolf Turner: I rather enjoy being able to set pi <- 3.
-- John Fox and Rolf Turner
R-help (June 2013) #Rstats -
RFortunes (rfortunes)'s status on Wednesday, 27-Jun-2018 10:00:02 CEST
RFortunes
Uwe Ligges: Please stop sending unsensible bug reports! Those have to be handled manually in the bug repository!
Barry Rowlingson: Really? They seem to be being handled automatically and frighteningly well by the Uwe-bot at the moment. Congratulations, you've passed the Turing Test.
-- Uwe Ligges and Barry Rowlingson (after several nonsensical mails to R-bugs)
R-devel (July 2004) #Rstats -
RFortunes (rfortunes)'s status on Tuesday, 26-Jun-2018 16:00:03 CEST
RFortunes
If you aren't sure of the relative priority of two operators, use parentheses. 1:(nr-1) would work regardless of whether : or - had higher priority. Or, in extreme cases, read the documentation.
-- Duncan Murdoch
R-help (August 2005) #Rstats -
RFortunes (rfortunes)'s status on Tuesday, 26-Jun-2018 10:00:03 CEST
RFortunes
Most people pay infinitely more to Microsoft for Windows than they pay to R Core for R. I hope that's also the ratio of their complaints to Microsoft about this bug to their complaints to us about R.
-- Duncan Murdoch (after a report that the default R version associated with .R files could not be changed in the standard Windows dialogs)
R-help (May 2011) #Rstats -
milvus (milvus)'s status on Monday, 25-Jun-2018 22:08:06 CEST
milvus
What's in a #Mastodon name...
#Rstats
https://mastodon.cloud/media/8QtFybMSQv4Y3FiW84k -
milvus (milvus)'s status on Monday, 25-Jun-2018 22:08:01 CEST
milvus
#Mastodon Top Level Domains
#Rstats
https://mastodon.cloud/media/dJDQ5Oh20YYV29O4Hb0 -
milvus (milvus)'s status on Monday, 25-Jun-2018 22:07:04 CEST
milvus
#Mastodon instances and users
#Rstats
https://mastodon.cloud/media/5HHG_9g4hA7RFvSG9q4 -
RFortunes (rfortunes)'s status on Monday, 25-Jun-2018 16:00:03 CEST
RFortunes
Seldom are prizes, credit, and gratitude given, else Brian would be drowning in them.
-- Anthony Rossini (about the merits of implementing software)
R-help (May 2004) #Rstats -
RFortunes (rfortunes)'s status on Monday, 25-Jun-2018 10:00:03 CEST
RFortunes
It is unusual for the actual data not to be available in real problems.
-- Brian D. Ripley (in reply to a question how to fit a distribution if not the data but only their histogram is available)
R-help (June 2006) #Rstats -
RFortunes (rfortunes)'s status on Sunday, 24-Jun-2018 16:00:03 CEST
RFortunes
John Fox: I've never understood why it's legal to change the built-in global "constants" in R, including T and F. That just seems to me to set a trap for users. Why not treat these as reserved symbols, like TRUE, Inf, etc.?
Rolf Turner: I rather enjoy being able to set pi <- 3.
-- John Fox and Rolf Turner
R-help (June 2013) #Rstats -
RFortunes (rfortunes)'s status on Sunday, 24-Jun-2018 10:00:03 CEST
RFortunes
So, with the item in the original query:
if (x<-3) do_something;
if they wrote it as
if (x<(-3)) do_something;
there would be no problem (and no doubt about what went with what). Of course in complicated expressions this could induce an episode of ocular lispopia, but apart from that it's safe!
-- Ted Harding (about potential confusion between assignment and comparisons with negative numbers)
R-devel (August 2010) #Rstats -
RFortunes (rfortunes)'s status on Saturday, 23-Jun-2018 16:00:03 CEST
RFortunes
Is this English or American (you know, the language referred to in the USA as 'English')? [...] As an English English speaker, my sense and my employer's dictionary both suggest doubling here.
-- Brian D. Ripley (in a discussion whether it is 'subsetable' or 'subsettable')
R-devel (February 2004) #Rstats -
RFortunes (rfortunes)'s status on Saturday, 23-Jun-2018 10:00:03 CEST
RFortunes
John Fox: I've never understood why it's legal to change the built-in global "constants" in R, including T and F. That just seems to me to set a trap for users. Why not treat these as reserved symbols, like TRUE, Inf, etc.?
Rolf Turner: I rather enjoy being able to set pi <- 3.
-- John Fox and Rolf Turner
R-help (June 2013) #Rstats -
R Weekly (rweekly)'s status on Friday, 22-Jun-2018 19:50:57 CEST
R Weekly
A guide to working with character data in R https://link.rweekly.org/apn #rstats #datascience
-
R Weekly (rweekly)'s status on Friday, 22-Jun-2018 18:45:58 CEST
R Weekly
Announcing new software review editors: Anna Krystalli and Lincoln Mullen https://link.rweekly.org/apm #rstats #datascience
-
RFortunes (rfortunes)'s status on Friday, 22-Jun-2018 16:00:03 CEST
RFortunes
I think that the formula language does allow expressions with '/' to represent nested factors but I can't check right now as there is a fire in the building where my office is located. I prefer to simply write nested factors as factor1 + factor1:factor2.
-- Douglas Bates
R-SIG-Mixed-Models (February 2013) #Rstats -
RFortunes (rfortunes)'s status on Friday, 22-Jun-2018 10:00:03 CEST
RFortunes
Most people pay infinitely more to Microsoft for Windows than they pay to R Core for R. I hope that's also the ratio of their complaints to Microsoft about this bug to their complaints to us about R.
-- Duncan Murdoch (after a report that the default R version associated with .R files could not be changed in the standard Windows dialogs)
R-help (May 2011) #Rstats -
R Weekly (rweekly)'s status on Thursday, 21-Jun-2018 20:19:25 CEST
R Weekly
Add Constrained Optimization To Your Toolbelt https://link.rweekly.org/apl #rstats #datascience
-
R Weekly (rweekly)'s status on Thursday, 21-Jun-2018 19:07:25 CEST
R Weekly
AI, Machine Learning and Data Science Roundup: June 2018 https://link.rweekly.org/apk #rstats #datascience