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
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
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
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
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
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
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