Re: [Rd] Why R should never move to git

2018-02-02 Thread Juan Telleria Ruiz de Aguirre
> So I created a branch within my fork, and committed the change there. But > Github provides no way to create a pull request that only includes the new > stuff! > Every attempt I made would have included everything from both bug fixes. I have been doing some tests, and I think that this issue c

Re: [Rd] Why R should never move to git

2018-02-02 Thread Juan Telleria Ruiz de Aguirre
Yes, indeed Gitlab GUI Core Code is Open Source (Libre / Community Edition): https://gitlab.com/gitlab-org/gitlab-ce > But his instructions required command-line git, and my main claim is that > Github is not good enough to do the kinds of things I want to do and R Core > would need to do. > > M

Re: [Rd] R-gui sessions end when executing C-code

2018-02-02 Thread William Dunlap via R-devel
SEXP eta = PROTECT(allocVector(REALSXP,H_c)); n_prot++; double *eta_c; eta_c = REAL(eta); for (i=0;i wrote: > Hi > > I'm trying to develop some C code to find the fixpoint of a contraction > mapping, the code compiles and gives the right results when executed in R. > However R-gui session

[Rd] R-gui sessions end when executing C-code

2018-02-02 Thread Jesper Hybel Pedersen
Hi I'm trying to develop some C code to find the fixpoint of a contraction mapping, the code compiles and gives the right results when executed in R. However R-gui session is frequently terminated. I'm suspecting some access violation error due to the exception code 0xc005 In the error repor

Re: [Rd] Best practices in developing package: From a single file

2018-02-02 Thread Michael Lawrence
On Thu, Feb 1, 2018 at 9:20 AM, Gabriel Becker wrote: > On Thu, Feb 1, 2018 at 5:24 AM, Lionel Henry wrote: > > > On 31 janv. 2018, at 09:08, Gabriel Becker wrote: > > > > > it *actively discourages* the bits it doesn't directly support. > > > > It may be discouraging to include Rd syntax in ro

Re: [Rd] Best practices in developing package: From a single file

2018-02-02 Thread Duncan Murdoch
On 01/02/2018 12:20 PM, Gabriel Becker wrote: [ lots deleted...] Or perhaps you could imagine two help systems, akin to --help and man for command line tools, one of which is minimalist showing usage, etc, generated by roxygen comments, and one of which is much more extensive, and not tied to (w

Re: [Rd] Best practices in developing package: From a single file

2018-02-02 Thread Joris Meys
On Thu, Feb 1, 2018 at 6:20 PM, Gabriel Becker wrote: > > Or perhaps you could imagine two help systems, akin to --help and man for > command line tools, one of which is minimalist showing usage, etc, > generated by roxygen comments, and one of which is much more extensive, and > not tied to (wha

Re: [Rd] as.list method for by Objects

2018-02-02 Thread Martin Maechler
> Henrik Bengtsson > on Thu, 1 Feb 2018 10:26:23 -0800 writes: > On Thu, Feb 1, 2018 at 12:14 AM, Martin Maechler > wrote: >>> Michael Lawrence >>> on Tue, 30 Jan 2018 15:57:42 -0800 writes: >> >> > I just meant that the minimal contract for as.list(