I am trying to pass some R objects to C++ code. However, after reading through the mannual "Writing R extensioms" for version 2.1.0 (2005-04-18), I still couldn't figure out:
1) How can I see .c files in a package? For example, I am interested in looking at source files in "Spdep". 2) Can I include whichever header files I find in my C++ code, if I eventually will load the C++ code into R? 3) If yes to 2), where are header files of packages such as "Spdep"? 4) Any written code to handle matrices in this interface with C++? Thanks Xiaolei ______________________________________ Xiaolei Li Department of Statistics University of Wisconsin-Madison 1130A Medical Science Center 1300 University Avenue Madison, WI 53706 USA Office: (608)265-6217 Email: [EMAIL PROTECTED] ______________________________________________ [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
