Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-26 Thread Gabe Becker
- Original Message - >> >>> From: "Jiří Hon" >>> To: "bioc-devel" >>> Sent: Saturday, January 23, 2016 1:56:52 AM >>> Subject: [Bioc-devel] C library or C package API for regular expressions >>> >> >> Dear p

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-26 Thread Jiří Hon
ginal Message - From: "Jiří Hon" To: "bioc-devel" Sent: Saturday, January 23, 2016 1:56:52 AM Subject: [Bioc-devel] C library or C package API for regular expressions Dear package developers, I would like to ask you for advice. Please, what is the most seamless way to use r

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-26 Thread Jiří Hon
ackage with C API to the most efficient regexp libraries. Martin ____________________________ From: Bioc-devel on behalf of Jiří Hon Sent: Monday, January 25, 2016 4:33 AM To: Charles Determan Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] C library or C package API for regula

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-25 Thread Hervé Pagès
ient regexp algorithms seems useful to me for solving many bioinformatic problems. So it would be natural to have package with C API to the most efficient regexp libraries. Martin ____________________ From: Bioc-devel on behalf of Jiří Hon Sent: Monday, January 25, 2016 4:33 AM To: Charles Determan Cc: bioc-devel@r-p

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-25 Thread Dan Tenenbaum
R requires PCRE to build, therefore perhaps it is available for use within packages? Dan - Original Message - > From: "Jiří Hon" > To: "bioc-devel" > Sent: Saturday, January 23, 2016 1:56:52 AM > Subject: [Bioc-devel] C library or C package API for reg

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-25 Thread Mike
, January 25, 2016 4:33 AM To: Charles Determan Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] C library or C package API for regular expressions Hi Charles, thank you a lot for your helpful hint. There is still a thing that I'm not sure about - Boost manual says that Boost.Regex is not

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-25 Thread Jiří Hon
So it would be natural to have package with C API to the most efficient regexp libraries. Martin From: Bioc-devel on behalf of Jiří Hon Sent: Monday, January 25, 2016 4:33 AM To: Charles Determan Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] C libra

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-25 Thread Morgan, Martin
AM To: Charles Determan Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] C library or C package API for regular expressions Hi Charles, thank you a lot for your helpful hint. There is still a thing that I'm not sure about - Boost manual says that Boost.Regex is not header only [1]. So as

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-25 Thread Jiří Hon
Hi Charles, thank you a lot for your helpful hint. There is still a thing that I'm not sure about - Boost manual says that Boost.Regex is not header only [1]. So as BH package contains only headers, I will have to bundle the Boost.Regex library into the package code anyway. Am I right? Jiri

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-23 Thread Charles Determan
Hi Jiri, I believe you can use the BH package. It contains most of the Boost headers. Regards, Charles On Saturday, January 23, 2016, Jiří Hon wrote: > Dear package developers, > > I would like to ask you for advice. Please, what is the most seamless > way to use regular expressions in C/C++ c

[Bioc-devel] C library or C package API for regular expressions

2016-01-23 Thread Jiří Hon
Dear package developers, I would like to ask you for advice. Please, what is the most seamless way to use regular expressions in C/C++ code of R/Bioconductor package? Is it allowed to bundle some C/C++ library for that (like PCRE or Boost.Regex)? Or is there existing C API of some package I can d