Re: [Rd] Improvement to documentation in dput.Rd

2018-09-29 Thread Martin Maechler
> Korpela Mikko (MML) > on Sat, 29 Sep 2018 06:49:25 + writes: > If the "Matrix" package is attached, 'example(dget)' > fails: >> library(Matrix) example(dget) dget> fil <- tempfile() dget> ## Write an ASCII version of function mean to our temp dget>

[Rd] Query the pointer protection stack size (--max-ppsize=N) from within R?

2018-09-29 Thread Henrik Bengtsson
Hi, for simply for troubleshooting purposes (e.g. making sure that --max-ppsize=N) is set, is there a way to query the pointer protection stack size from R? I tried to grep the source code and couldn't find anything, so I expect the answer is no. Thxs, Henrik __