Ask help for Rcpp
1
0
Entering edit mode
Guest User ★ 13k
@guest-user-4897
Last seen 9.6 years ago
Does anyone know how to use regex in Rcpp for Bioconductor package development? Best regards! Bo -- output of sessionInfo(): No -- Sent via the guest posting facility at bioconductor.org.
• 929 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 49 minutes ago
United States
On 09/13/2014 01:29 AM, Bo [guest] wrote: > Does anyone know how to use regex in Rcpp for Bioconductor package development? Google says there are answers in the Rcpp gallery and on StackOverflow http://gallery.rcpp.org/articles/boost-regular-expressions/ http://stackoverflow.com/questions/23556205/using-boost-regex-with- rcpp The right place for this question is I think the Rcpp-devel mailing list. http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp- devel regex in R should be 'fast' (it drops directly to C code) so long as you are using it in a vectorized way -- not in an explicit 'for' loop or lapply. Martin > Best regards! > Bo > > -- output of sessionInfo(): > > No > > -- > Sent via the guest posting facility at bioconductor.org. > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > -- Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793
ADD COMMENT

Login before adding your answer.

Traffic: 829 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6