Joe Cheng

Results 282 comments of Joe Cheng

Oh yes so sorry. Needs shiny master. They're going to release to CRAN in January.

Maybe we can fix the run_now case at least, by calling the callback functions from back in R instead of from C++? I'm assuming that's the problem?

Hmmm. exceptiontest doesn't repro on Ubuntu using gcc. But the first example in this issue does repro. But not the second example.

Thanks for the PR! I'm not sure why the lack of pandoc prevented you from building, R doesn't complain for me if I uninstall pandoc and build. But regardless, you...

FWIW... It looks like the libc for termux comes from Bionic, and the Android 9.0 version doesn't have `timespec_get` (but does have `clock_gettime`) while Android 10.0 does have `timespec_get`.

R itself goes through some trouble to normalize different clock functions across platforms: https://github.com/wch/r-source/blob/5a156a0865362bb8381dcd69ac335f5174a4f60c/src/main/times.c#L23-L137

URLs (http and https) too, maybe. Phone numbers are complicated if you want to support multiple locales but looks like there's a dialr package which wraps Google's libphonenumber, looks promising.

This could be a start: https://github.com/rstudio/webdriver cc @wch @gaborcsardi

> So I hit another interesting case that hasn't been discussed. One of the organisations I work for has a statement they want you to publish on any OS repo...