Davis Vaughan

Results 802 comments of Davis Vaughan

Seems like it was finalized to `darwin-universal` in v0.103 (they did a few other things like `macOS-universal` before that too) https://github.com/gohugoio/hugo/releases/tag/v0.103.0

Actually it seems like they changed quite a few of the naming schemes here? `windows` and `linux` are no longer capitalized as well, and possibly other differences, not sure

Random thought to use otool on mac? Could compare R version seen here with current R version! ```r r_version_last_compiled_on

I'd definitely be in favor of at least erroring. This has happened to me many times, most recently with tidyr's 1700ish revdeps Just for our reference, the correct URL I...

The status page says "some services are experiencing issues" https://status.tiingo.com. Any thoughts @tiingo?

For `yardstick`, I took the approach of saving small output files for later use in tests. One file generates them, and they just sit in the tests/ folder: https://github.com/tidymodels/yardstick/tree/master/tests/pycompare I...

I'm not really sure how this ever worked. We create two new formulas from `LHS ~ RHS`, one is `~ LHS` and one is `~ RHS`, and we evaluate them...

I'm fairly certain we don't want to attach conflicted. I've asked in https://github.com/r-lib/conflicted/issues/68 if this is the expected behavior. If so I think the best we can do is just...

Reproducible with only recipes, so I'm going to move it there: ``` r library(tibble) library(recipes) # set up data set.seed(42) dat

This isn't a huge deal in practice, because workflows/hardhat typically handle the type consistency ahead of time