Jack Wasey

Results 43 comments of Jack Wasey

FYI Trying raspberry pi 4B installation. Same issue: 90s delay (the default timeout) as NTP sync fails. I accept this may be a local network quirk, but it is one...

`utils::globalVariables(c(".", "%>%"))` works well for me in a package which uses magrittr for tests and data pre-processing, but not in user-facing functions: this means I can _suggest_ instead of _import_...

In addition, being able to explicitly invalidate a single key at user's request is useful: e.g. retry a network resource within a memoised function eventually gives a 404, or whatever,...

Thanks, this is a good idea: do you have any interest in putting something together? The analagous code is for Charlson and Van Walraven indices.

R doesn't let us encode a string as UTF-8 if it is just ASCII. While all ICD codes are ASCII we might assume that these strings are therefore unique in...

https://github.com/edonnachie/ICD/issues/1 is an example

https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Internationalization has details on how to do this.

Taking a look at https://poeditor.com

Hi all, sorry to have been absent from discussion. I haven't had time to think this through yet. From the work of the NIH hackathon group, it seemed that once...

Absolutely. Thanks for your attention to this. I will definitely get the cross-walk code in. The NIH hackathon came up with various approaches: the simplest was using `data.table`. The surrounding...