and still avoid
> most pitfalls.
>
> Cheers, Jari Oksanen
>
> From: R-devel on behalf of Berend Hasselman
>
> Sent: 10 May 2017 09:48
> To: Christophe Dutang
> Cc: r-devel@r-project.org
> Subject: Re: [Rd] registering Fortran
> On 10 May 2017, at 08:48, Berend Hasselman wrote:
>
> Christophe,
>
>> On 10 May 2017, at 08:08, Christophe Dutang wrote:
>>
>> Thanks for your email.
>>
>> I try to change the name in lowercase but it conflicts with a C
>> implementation also named halton. So I rename the C function hal
0 May 2017 09:48
To: Christophe Dutang
Cc: r-devel@r-project.org
Subject: Re: [Rd] registering Fortran routines in R packages
Christophe,
> On 10 May 2017, at 08:08, Christophe Dutang wrote:
>
> Thanks for your email.
>
> I try to change the name in lowercase but it conflicts with a
Christophe,
> On 10 May 2017, at 08:08, Christophe Dutang wrote:
>
> Thanks for your email.
>
> I try to change the name in lowercase but it conflicts with a C
> implementation also named halton. So I rename the C function halton2() and
> sobol2() while the Fortran function are HALTON() and
Thanks for your email.
I try to change the name in lowercase but it conflicts with a C implementation
also named halton. So I rename the C function halton2() and sobol2() while the
Fortran function are HALTON() and SOBOL() (I also try lower case in the Fortran
code). Unfortunately, it does not
> On 9 May 2017, at 13:44, Christophe Dutang wrote:
>
> Dear list,
>
> I’m trying to register Fortran routines in randtoolbox (in srt/init.c file),
> see
> https://r-forge.r-project.org/scm/viewvc.php/pkg/randtoolbox/src/init.c?view=markup&root=rmetrics.
>
>
> Reading
> https://cran.r-pro
Dear list,
I’m trying to register Fortran routines in randtoolbox (in srt/init.c file),
see
https://r-forge.r-project.org/scm/viewvc.php/pkg/randtoolbox/src/init.c?view=markup&root=rmetrics.
Reading
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Registering-native-routines
and