Tim Taylor

Results 58 issues of Tim Taylor

FI - It looks like Imgur is no longer allowing access to the api in the UK. I believe (but have not yet debugged) this is leading to the following...

Any change of adding an option/environment variable that could be looked at when there isn't a `llm-docs` variable set in _pkgdown.yml? Order of precedence could be: `_pkgdown.yml` > option >...

AFAICT this should be ok. Lots of CRAN packages already use long doubles unconditionally and is part of the C standard. I think checking is likely superfluous. This will close...

Was just looking at https://github.com/HenrikBengtsson/matrixStats/issues/230 and your proposed patch trying to understand why it didn't seem to work. If I'm not wrong don't ***you*** need to define `HAVE_LONG_DOUBLE`, ~if supported~,...

The implementations of the `expect_lt()`, `expect_lte()` et al do eventually call the underlying comparison operator so it makes sense to suggest these where appropriate, see https://github.com/r-lib/testthat/blob/fa29578e09f9eeafc6b9822364e29b07c8bd7a8c/R/expect-comparison.R#L22-L63). However all of the...

Would you be receptive (and hopefully find useful) functionality that stores the full (modified) lint call in the output of `Linter()`. By this I mean adding a `call_` attribute. For...

https://github.com/r-lib/lintr/commit/fdb001c4a5e63dced8d123c1d6f8527e41fdec21 moved the cyclocomp namespace check which now means having a .lintr.R file like the following ```R linters Warning message: #> Warning encountered while loading config: #> Caused by warning:...

Printing caught conditions doesn't seem work if cli is not installed ```R library(rlang) cnd