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)

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to