I have posted the question on stackoverflow but no satisfied there. Here is the Link : http://stackoverflow.com/questions/17049966/how-to-include-a-shared-library-so-or-library-in-a-r-package
Thanks On Fri, Jun 14, 2013 at 7:15 PM, Duncan Murdoch <murdoch.dun...@gmail.com>wrote: > 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. > > [[alternative HTML version deleted]] ______________________________________________ R-help@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.