Thomas J. Leeper

Results 81 issues of Thomas J. Leeper

http://docs.aws.amazon.com/ssm/latest/APIReference/aws-ssm-document.html

enhancement

enhancement

https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/RunLambdaSchedule.html

enhancement

I noticed that you're basically trying to reinvent R's native internationalization infrastructure here, which seems to be creating a lot of bloat in the package. I played around with trying...

Priority areas: - [ ] {plm} - [ ] Stata's broader `xt*` family But, need to decide whether to make these separate functions (named as they are in Stata) or...

enhancement

enhancement

```R reg(mtcars, mpg ~ cyl, weights = runif(nrow(mtcars), 0, 1)) ``` fails with the crazy `..1` error. Will probably need to do some `match.call()` magic.

bug

In [`setlang`](https://github.com/leeper/msgtools/blob/master/R/setlang.R), the current code sets the `LANG` environment variable. On Linux, this may also (or alternatively) need to set a locale, e.g.: ``` R Sys.setlocale("LC_MESSAGES", "ko_KR.utf8") ``` There's also...

bug

Add automated translations using **translate** or **translateR**

enhancement