Re: [Rcpp-devel] Building/linking trouble with cxxfunction()

2011-02-18 Thread Ken.Williams
On 2/16/11 3:55 PM, "Douglas Bates" wrote: >I decided that it would be simple enough to write a small package to >show exactly how you would pass a dgCMatrix to an Rcpp-based C++ >function and create a smat object. Hi Doug, did you ever get a test case working for this? As a comparison, here's

Re: [Rcpp-devel] [Rd] Newbie Rccp module question. "Failed to initialize module pointer"???

2011-02-18 Thread Tim Triche, Jr.
Cool! I was going to ask this exact question ("WTF WHERE IS MY MODULE$FUNC()?!?!?!!1") and now the magical mailing list has come to the rescue, unbidden. Thank you both, --tim On Fri, Feb 18, 2011 at 7:10 AM, Dirk Eddelbuettel wrote: > > Andre, > > (Now just on rcpp-devel) > > I had another

Re: [Rcpp-devel] [Rd] Newbie Rccp module question. "Failed to initialize module pointer"???

2011-02-18 Thread Dirk Eddelbuettel
Andre, (Now just on rcpp-devel) I had another quick look at this yesterday and noticed On 17 February 2011 at 13:14, Dirk Eddelbuettel wrote: | On 17 February 2011 at 10:29, Andre Zege wrote: | | I then run Rcpp.package.skeleton("mypackage"), put fun.cpp in mypackage/src and | | did That i