Re: [Rd] Changes to Rd handling in R-devel

2009-06-19 Thread Duncan Murdoch
hadley wickham wrote: On Fri, Jun 19, 2009 at 6:12 PM, Duncan Murdoch wrote: I've just committed some fairly big changes to R-devel. - There's a new tag \Sexpr which allows R code to be embedded within the Rd file, similar to Sweave, \RdOpts corresponds to \SweaveOpts. - The parser now m

Re: [Rd] Changes to Rd handling in R-devel

2009-06-19 Thread hadley wickham
On Fri, Jun 19, 2009 at 6:12 PM, Duncan Murdoch wrote: > I've just committed some fairly big changes to R-devel.  - There's a new tag > \Sexpr which allows R code to be embedded within the Rd file, similar to > Sweave,  \RdOpts >   corresponds to \SweaveOpts. >  - The parser now mainly issues warni

[Rd] Changes to Rd handling in R-devel

2009-06-19 Thread Duncan Murdoch
I've just committed some fairly big changes to R-devel. - There's a new tag \Sexpr which allows R code to be embedded within the Rd file, similar to Sweave, \RdOpts corresponds to \SweaveOpts. - The parser now mainly issues warnings, rather than errors, in case of syntax errors. It throw

Re: [Rd] validObject throws non-caught error when slot doesn't exist

2009-06-19 Thread John Chambers
A fix for this and related problems is now committed (r48803). Some of the interesting ways that validObject() could fail previously are in the attached regression-test file. John John Chambers wrote: Patrick, Thanks for the bug report and the proposed patch. There are some related ways th

Re: [Rd] validObject throws non-caught error when slot doesn't exist

2009-06-19 Thread John Chambers
Patrick, Thanks for the bug report and the proposed patch. There are some related ways that validObject can fail (e.g., if the revised class definition extends one of the object types or if the object is an S3 object), so the patch needs to be a little more general, but I will commit somethin

[Rd] RGui Configuration Editor crashes when using an unlisted font

2009-06-19 Thread Richard . Cotton
I am using R2.9.0 under Windows XP SP 2 (32-bit). I just discovered a rather excellent programming font (http://www.dafont.com/bitstream-vera-mono.font). Since it isn't one of the fonts listed as an option in the RGui Configuration Editor, I manually editted my RConsole file font line to font

Re: [Rd] R_parseVector and syntax error [was: error messages while parsing with rniParse]

2009-06-19 Thread Romain Francois
Duncan Murdoch wrote: Romain Francois wrote: Duncan Murdoch wrote: Simon Urbanek wrote: On Jun 18, 2009, at 17:02 , Duncan Murdoch wrote: Romain Francois wrote: Hello, [I'm redirecting this here from stats-rosuda-devel] When parsing R code through R_parseVector an