On Fri, 1 Jul 2005, Kurt Hornik wrote:
>> Robin Hankin writes:
>
>> Professor Ripley
>> On Jul 1, 2005, at 02:58 pm, Prof Brian Ripley wrote:
>
>>> Search for uses of Rcomplex in package source code. The only
>>> packages on CRAN which use it are ifs and rimage.
>
>
>> Thank you for this
> Robin Hankin writes:
> Professor Ripley
> On Jul 1, 2005, at 02:58 pm, Prof Brian Ripley wrote:
>> Search for uses of Rcomplex in package source code. The only
>> packages on CRAN which use it are ifs and rimage.
>>>
> Thank you for this: either is perfect for my purposes. How did yo
Professor Ripley
On Jul 1, 2005, at 02:58 pm, Prof Brian Ripley wrote:
> Search for uses of Rcomplex in package source code. The only
> packages on CRAN which use it are ifs and rimage.
>>
Thank you for this: either is perfect for my purposes. How did you
search the
packages' source code?
Search for uses of Rcomplex in package source code. The only packages on
CRAN which use it are ifs and rimage.
On Fri, 1 Jul 2005, Robin Hankin wrote:
> Hi
>
> one of my packages has a severe bottleneck at a particular function
> and I
> suspect that replacing the R code with C code would spee
Hi
one of my packages has a severe bottleneck at a particular function
and I
suspect that replacing the R code with C code would speed it up.
The function takes complex arguments and returns a complex value.
I would like to follow Best Practice here. None of the C code in my
packages includes