Colin Fay

Results 235 comments of Colin Fay

Transferring this to {shinipsum}

In many statistical test : + `wilcox.test(airquality$Ozone, mu = 20)` + `a

Another idea with tryCatch, which feels better: ``` r na_safely

Maybe we could divide into 3 functions: + `na_safe`, which sets the global option + `na_safely`, which evaluate a specific function + `na_capture`, which capture the missing data and what...

One thing I'm struggling with is that there doesn't seem to be a global behavior for `na.action`. + `table` has `useNA = "always"` + `lm` has `na.action` + but `plot`...

Hi @njtierney After giving it a lot of thoughts, I think the better solution would be for `na_safely` to behave as `safely`, `quietly` and friends from {purrr} — i.e. returning...

Hi Nick, Let's do that :) I'm on it right now, I'll PR in a couple of minutes.

moved to another PR