[Rd] Regression: PR#9602 - bquote(function(x,y) T)
ph.ebay at genion.de
ph.ebay at genion.de
Tue Nov 10 03:30:18 CET 2009
Dear R developers,
PR#9602 is currently marked as "Low-level-fixed".
Yet I have been caught by it on R-2.10.0 (see below).
Thanks in advance!
Best regards,
Pascal Hirsch
> quote(function(x, y) T)
function(x, y) T
> bquote(function(x, y) T)
function(, y) T
> eval(.Last.value)
Error in eval(expr, envir, enclos) :
invalid formal argument list for "function"
> R.version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status Patched
major 2
minor 10.0
year 2009
month 10
day 26
svn rev 50212
language R
version.string R version 2.10.0 Patched (2009-10-26 r50212)
More information about the R-devel
mailing list