Re: [Rd] Error: C stack usage is too close to the limit

2014-03-28 Thread Prof Brian Ripley
On 28/03/2014 21:55, Florian Burkart wrote: Hi, I have been using my own C++ plugin for a while. On a new machine I now keep getting the C stack usage is too close to the limit error. I played with it and it appears to come after I printed a fixed number of text to R via Rprintf (not from the

[Rd] Error: C stack usage is too close to the limit

2014-03-28 Thread Florian Burkart
Hi, I have been using my own C++ plugin for a while. On a new machine I now keep getting the C stack usage is too close to the limit error. I played with it and it appears to come after I printed a fixed number of text to R via Rprintf (not from the main thread). Didn't happen on the old machi

Re: [Rd] savePlot() under Windows

2014-03-28 Thread lschreier
Hi I know I'm a year late to the party, but under 3.0.2 on a windows pc, I can't get saveplot to save a file even to my desktop -- is there up-to-date documentation or code snippets someone can share (the doc in the help files dont work for me) thanks in advance Lou -- View this message in co

[Rd] SOLVED: creating namespaces outside packages

2014-03-28 Thread Rainer M Krug
Duncan Murdoch writes: > On 28/03/2014, 7:01 AM, Rainer M Krug wrote: >> Hi >> >> I would like to use namespaces outside packages, but I could not find >> any references on how to do it (only a thread [1] which says "use a >> package"). Using a package is not possible in my case, as I am passing

Re: [Rd] creating namespaces outside packages

2014-03-28 Thread Duncan Murdoch
On 28/03/2014, 7:01 AM, Rainer M Krug wrote: Hi I would like to use namespaces outside packages, but I could not find any references on how to do it (only a thread [1] which says "use a package"). Using a package is not possible in my case, as I am passing variables from org-mode / emacs to R an

[Rd] creating namespaces outside packages

2014-03-28 Thread Rainer M Krug
Hi I would like to use namespaces outside packages, but I could not find any references on how to do it (only a thread [1] which says "use a package"). Using a package is not possible in my case, as I am passing variables from org-mode / emacs to R and would like to avoid name clashes. This is a d