matt
matt
@markvanderloo Oh yeah, I know the error is coming from `dplyr::filter()`. The point here was that the checks run fine when `filter()` works (and it does, I just told it...
Also, FWIW, my mental model for what _should_ happen here is that `check_that` shouldn't run if `filter` fails (just like `mutate` doesn't, or at least doesn't seem to). It seems...
Thanks @markvanderloo. I think we're still getting our wires crossed. _I know_ the error ``` #> Error: Problem with `filter()` input `..1`. #> ℹ Input `..1` is `foo > 3`....
hey Emil, thanks for the note! I'm... not actually sure why 😂 -- I think maybe it's a relic of an older version of XGBoost? Regardless, if you change the...
Thanks @juliasilge! Just looked into #331 and #706 and they both look good to me! Agreed on the general warning for the levels found during `bake()` though. AFAICT, this issue...
FWIW, inverting `lower.tail` in `pnorm` to make it `lower.tail = TRUE` gives me back the results I was expecting. Is this the correct way of thinking? ``` r library(gsDesign) ##...
> @mrkaye97 I think one more thing is when we're cleaning up old partitions, we should probably explicitly skip these tables -- I'm not sure if our queries will read...
Thanks for putting this in! I'll look into it in the next couple weeks. I suspect it'll be a pretty straightforward change, but I also haven't touched the tests or...
> Hey Matt, think you can help an old friend by doing this? Thanks! @orioles-analytics whoever you are, I'll try to do it this week or next 😄
just put in #202 to hopefully fix this - you should be able to install from GH. let me know if anyone runs into any issues! I'll try to push...