ropensci / unconf15

rOpenSci's San Francisco hackathon/unconf 2015
http://unconf.ropensci.org
36 stars 7 forks source link

Rcpp open mike #8

Open eddelbuettel opened 9 years ago

eddelbuettel commented 9 years ago

@jjallaire and myself from @RcppCore will be there so if someone wants to hit us up in person...

jeroen commented 9 years ago

I'm going to be bugging you that Rcpp should always convert to UTF8 when mapping between STRSXP and std::string.

hadley commented 9 years ago

:+1: for better UTF-8 policy.

hrbrmstr commented 9 years ago

adding another voice to this thread. @jeroenooms has helped get the IDN library setup in the win lib repo for my punycode pkg and it would really help if this was accounted for automagically (but it may also not be a straightforward mod to Rcpp).

eddelbuettel commented 9 years ago

Are you all aware of PR 310 to Rcpp which is in HEAD?

Additional testing can only help getting this released sooner rather than later so I await your reports :)

hrbrmstr commented 9 years ago

ZOMGOSH! Thx, Dirk! I shall test today!

On Mon, Jul 6, 2015 at 10:31 AM, Dirk Eddelbuettel <notifications@github.com

wrote:

Are you all aware of PR 310 https://github.com/RcppCore/Rcpp/pull/310 to Rcpp which is in HEAD?

Additional testing can only help getting this released sooner rather than later so I await your reports :)

— Reply to this email directly or view it on GitHub https://github.com/ropensci/unconf/issues/8#issuecomment-118873407.

eddelbuettel commented 9 years ago

Did a rev.dep test last week, and it doesn't seem to disturb the existing eco-system. But some specific testing to utf-8 and alike would be really welcome.

(And belated CC and thanks to @thirdwing which should have gone in last tweet)