[R] modify functions in "stats", but .Call(C_BinDist, ...) couldn't load C function

Rui Barradas ruipbarradas at sapo.pt
Fri Nov 15 16:48:20 CET 2013


Hello,

If your C function is in a shared library, take a look at ?dyn.load.

Hope this helps,

Rui Barradas

Em 15-11-2013 14:34, dan wang escreveu:
> Hi all,
>
> I am trying to write a new function based on an existing function in
> "stats".
>
> This function requires to call a c program "C_BinDist". The new function
> couldn't work without load this c script.
>
> How can I find this "C_BinDist" function and load it to make my new
> function work through?
>
> Thanks,
>
> Dan
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list