Tim Taylor

Results 91 comments of Tim Taylor
trafficstars

@thomasp85 I think my feeling was that these different back ends should have explicit support, rather than catch everything via the \ class. Alternatively, and perhaps more reasonably, the emphasis...

Apologies it's always tricky to communicate in issues. I'm not asking for the dependency of dplyr to be hidden in pillar. I'll try and break down what I mean: -...

> If you want to make a special data.frame like object you should subclass tbl_df. pillar [advertises making data.frame like objects](https://pillar.r-lib.org/index.html#custom-table-classes) as a subclass of \ for the formatting benefits....

to clarify - I am using pillar as a package developer not as an end user ... the examples above are just illustrations as to why.

We've been thinking about this recently and are considering using one of two approaches: 1. Ignore uncertainty in the fitted parameters and use the quantiles of the fitted distribution to...

Does the example here help https://testthat.r-lib.org/reference/expect_snapshot_file.html. I'm currently using it to compare to svg plots.

This would be great! Currently I'm using this solution https://stackoverflow.com/questions/4948361/how-do-i-save-warnings-and-errors-as-output-from-a-function/4952908#4952908 from Martin Morgan a lot but so far have avoided packaging it up as (a) it's written by someone else...

minimal reprex ``` R -s -e 'cli::cli_bullets(c(">"="bob"))' Error in nchar(xs) : number of characters is not computable in "bytes" encoding, element 1 Calls: ... -> clii__xtext -> ansi_strwrap -> lapply...

I was probably to keen raising this (Tomas has now reverted in https://github.com/wch/r-source/commit/ef0a4a211f92640e71e87cbe7b66323f2c239e4d and all works again).

@JosiahParry The changes to Rdevel have been reverted but CRAN is likely running a day or so behind in versions. If the submission has been rejected (as opposed to placed...