Hadley Wickham
Hadley Wickham
It's pretty common for loggers to reload their config when they recevie a SIGHUP. For example, the "Posit logging standard" says: > The level of logging must be configurable. There...
This works for me interactively, but the tests fail, so if this is of interest, I'll have to explore further.
I'm not sure I got all the docs, but hopefully I got most of them.
It's more appropriate to use `withCallingHandlers()` here because we want to add a side-effect, not change the return value. I doubt this will have much impact in practice, but it...
I'm reasonably confident that we have a shared belief that these functions shouldn't be used in new code; please let me know if I got anything wrong. Since we don't...
* Rename intro to logger so it appears as the quick start title on pkgdown. * Delete accidentally committed migration.html * Merge anatomy with customise since they're so closely related...
This includes some general improvements to the erorr handling, e.g. using `conditionMessage()` instead of `$message` and `withCallingHandlers()` instead of `tryCatch()`. I also made the hint conditional, since I've seen it...
This makes various devtools functionality work a little smoother. There are no longer any `CRANSKIP` files and I've generally substantially reduced the number of tests that are skipped on CRAN....