Re: question about R YAML package

2013-09-10 Thread Andreas Tille
Hi Faheem, On Tue, Sep 10, 2013 at 11:15:10AM +0530, Faheem Mitha wrote: > The R YAML package includes a copy of the libyaml C package (C > files), which appears to be similar if not identical to libyaml-0-2. > It compiles the R-specific portions of the package against these > files. > > I think

question about R YAML package

2013-09-09 Thread Faheem Mitha
Hi, The R YAML package includes a copy of the libyaml C package (C files), which appears to be similar if not identical to libyaml-0-2. It compiles the R-specific portions of the package against these files. I think it is probably possible to strip out the C files and compile against Debian