James Lamb

Results 912 comments of James Lamb

@ThierryO I'm looking through `assertthat` issues today. Bet you forgot by now that you even wrote this one! IMHO what you've reported is not actually a bug. `base::is.numeric` literally tests...

This is a cool idea. I actually think it could be implemented mimicking [the way that `futile.logger` implements log thresholds](https://github.com/zatonovo/futile.logger/blob/master/R/logger.R#L312)

@annaveronika are you open to creating a GitHub milestone enumerating what needs to be done to get to CRAN? I found working on `LightGBM` and other projects that just listing...

Awesome thanks!

I know how to do that! It's something I could help with :grinning:

A new project, `{bonsai}`, was recently released with support from RStudio. Since it might be help maintainers to understand the impact of the R package not being on CRAN. https://www.tidyverse.org/blog/2022/06/bonsai-0-1-0/#other-notes...

yep for sure! `flake8` supports line-level exclusions (to suppress warnings about individual false positives), file-level exclusions, and can be configured to skip any warnings you don't care about. For example,...

no prob no prob

Ok yeah, thanks for considering it! The points @skrawcz made in https://github.com/stitchfix/hamilton/issues/114#issuecomment-1100576074 also favor this approach...I've found it really powerful to be able to change a `pytest` to a `pytest...

Yep, I still support that! And I have set it up for projects before, would be happy to help yall if you want to try it.