Re: [Rd] Inconsistent behavior for the C AP's R_ParseVector() ?

2019-12-02 Thread Tomas Kalibera
Dear Laurent, could you please provide a complete reproducible example where parsing results in a crash of R? Calling parse(text="list(''=123") from R works fine for me (gives Error: attempt to use zero-length variable name). I don't think the problem you observed could be related to the memo

Re: [Rd] Inappropriate class(o)[!inherits(o,"AsIs")] in get_all_vars

2019-12-02 Thread Martin Maechler
> suharto anggono--- via R-devel > on Fri, 29 Nov 2019 18:05:34 + writes: > class(o)[!inherits(o,"AsIs")] is still in function > 'get_all_vars' in R patched (in > https://svn.r-project.org/R/branches/R-3-6-branch/src/library/stats/R/models.R). It > was ported to