Re: [Rd] Custom connections

2017-06-12 Thread Simon Urbanek
> On Jun 12, 2017, at 7:03 PM, Gábor Csárdi wrote: > > Dear all, > > I hope somebody can help me understand if package authors are allowed > to create custom R connections or not. > > Until today, I thought that R had an "official" way to define custom > connections. E.g. this is an old commit

[Rd] Custom connections

2017-06-12 Thread Gábor Csárdi
Dear all, I hope somebody can help me understand if package authors are allowed to create custom R connections or not. Until today, I thought that R had an "official" way to define custom connections. E.g. this is an old commit message that was supposed to create an API, maybe internal, though.

[Rd] Possible with enableJIT function

2017-06-12 Thread Berend Hasselman
In this email to the R-help list: https://stat.ethz.ch/pipermail/r-help/2017-June/447474.html and in this question on Stackoverflow: https://stackoverflow.com/questions/44486643/nleqslv-memory-use-in-r Andrew Leach has raised a question about the memory usage of my package nleqslv. In a model

Re: [Rd] Question about R developpment

2017-06-12 Thread Morgan
Thank you all for these explanations. Kind regards, Morgan On 11 Jun 2017 02:47, "Duncan Murdoch" wrote: > On 10/06/2017 6:09 PM, Duncan Murdoch wrote: > >> On 10/06/2017 2:38 PM, Morgan wrote: >> >>> Hi, >>> >>> I had a question that might not seem obvious to me. >>> >>> I was wondering why the