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
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
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
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
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
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