Problem in linking a library in R package
On 13-06-14 3:47 AM, Gaurav Sehrawat wrote:
Hello everyone , I am facing a simple problem , I trying to add functionality in one of R package . I want a profiling library to link to R package so that when R package is used the profiling out put comes automatically with that. Problem is that I am not able to link it with the package , I tried to use the makevars.in in src folder to give it path to compile but no luck. I have made a shared library of the library i am using so that it compiles dynamically. Any help on this .
You need to show us what you did, and what the results were. Duncan Murdoch P.S. Please don't reply to me personally, reply to the list.