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

2009-06-21 Thread Duncan Murdoch
On 19/06/2009 7: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 warnings, rather

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