Wang, Yan <[EMAIL PROTECTED]> wrote:

> I run into the most weird problem I have ever met. I wrote a function
> "rhopair", which calls a .C function. I cannot assign its value to a
> variable using either "=" nor "<-". After I did the assignment,
> "rhopair" cannot reproduce the same result as before with the same
> argument. Here is the code and results:

...

> Any hint or suggestions will be much appreciated.

Some sort of memory allocation bug in the C code?  Use of unprotected
SEXP objects, maybe?

-- Dave

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to