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