Re: [Rd] strange behavior from cex="*"

2011-11-19 Thread Uwe Ligges
On 18.11.2011 10:14, Patrick Burns wrote: Someone ambitious could find problems like this using random input testing like I talked about at useR last summer. http://www.burns-stat.com/pages/Present/random_input_test_annotated.pdf Testing graphics would be more labor intensive than the testing

Re: [Rd] [OctDev] Non-free packages in CRAN

2011-11-19 Thread Robert T. Short
Where is the "like" button when you need it? Joris Meys wrote: 2011/11/18 Jordi GutiƩrrez Hermoso: I don't see how MOSEK is making free software stronger. It's not encouraging the usage of more free software. It's encouraging the use of MOSEK. MOSEK should not be endorsed by an organisation

Re: [Rd] Windows binaries: Version and revision strings show "(2006-00-00 r00000)"

2011-11-19 Thread Brian G. Peterson
On Fri, 2011-11-18 at 15:30 -0800, Henrik Bengtsson wrote: > Also, "r0" is listed as the revision on: > > http://cran.r-project.org/bin/windows/base/rdevel.html > http://cran.r-project.org/bin/windows/base/rpatched.html > I see these as 2011-11-18 r0 and as built by Duncan Murdoch, who is

[Rd] Problems with new srcref warnings in R 2.14 (development)

2011-11-19 Thread Vitalie Spinu
Dear R developers, Print method for function now tries to open the source file associated with srcref of the function. It outputs only the warning, if file cannot be open, and forgets to print the function definition. Example: eval(parse(text = "tf <- function(a){ b <- a^4 b }", srcfi

Re: [Rd] round() ignores missing arguments if it is used inside another function where some arguments are missing.

2011-11-19 Thread peter dalgaard
On Nov 19, 2011, at 04:35 , Henrik Bengtsson wrote: > On Fri, Nov 18, 2011 at 9:34 AM, Kevin R. Coombes > wrote: >> You can also see the odd behavior without wrapping round in another >> function: >> >>> round(100.1, digits=) >> [1] 100 > > Hmm... is there a reason for why the parser accepts t