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 . Thanks [[alternative HTML version deleted]]
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.
Maybe Matching Threads
- Problem in linking a library in R package
- Why R-project source code is not on Github
- Linking to headers and shared library in another package
- How to make an R package that uses Boost.Thread, qualified to be published on CRAN or shared by the most
- Linking Fortran code to BLAS in Ubuntu