I would like to how to view source code of compiled C code in R.
I am looking for C code for package "nlm"; the corresponding compiled C code is "C_nlm".
I am new to R, so please suggest your inputs in a basic way.
Thanks
I would like to how to view source code of compiled C code in R.
I am looking for C code for package "nlm"; the corresponding compiled C code is "C_nlm".
I am new to R, so please suggest your inputs in a basic way.
Thanks
Take a look here in this R News article about sources
Also some googling around, I found references that the functionality you are looking for is in:
src/main/optimize.c