Toby Dylan Hocking

Results 319 comments of Toby Dylan Hocking

hi @qinwf I posted a R-GSOC'20 project idea page for getting re2r back on CRAN, and listed you as a mentor https://github.com/rstats-gsoc/gsoc2020/wiki/re2r-back-on-CRAN is that ok? can you please add/edit that...

also this seems to be an issue with upstream (RE2) code.. can you please file an issue with them? I don't see any outstanding issues with that warning, https://github.com/google/re2/issues?q=ISO+C%2B%2B+prohibits+anonymous+structs+

thanks for the CRAN submission. That should definitely help students with win/mac. However on my Ubuntu 14.04 machine I was getting the following ``` > install.packages("re2r") trying URL 'http://cran.utstat.utoronto.ca/src/contrib/re2r_0.2.0.tar.gz' Content...

that's great that you contributed some code to Rcpp! Good job! Now when you use the new macro this issue is fixed, right? So now I would say we can...

about vectorizing "1 string, n regexes" -- what is the use case? I only use the other "n strings, 1 regex" version

btw for the n string, n regexes case there is https://github.com/tdhock/revector

about vectorizing, I think it is mainly necessary to vectorize the subject (not the pattern), since the typical usage is "apply this single regex to this set of subjects"

@ropensci-review-bot seeking reviewers

I'm not sure about the expedited JOSS review. You may ask @noamross or @mpadge

I have asked a few people to review but no one has agreed yet, do you have any idea for potential reviewers to ask?