Dan Chaltiel

Results 62 issues of Dan Chaltiel

Hi, If you have a function that throws a warning with a class, it seems that `expect_error()` will accept the output if the class matches. Not sure if I'm really...

bug
expectation :scream_cat:

`snapshot_review()` is an incredible tool, but running it can be cumbersome, as starting the nice shiny interface will forbid further use of the console. Would it be possible to have...

Hi, `pkg_install()` could have another argument named `version` which would install the specific version from the archives, similarly to what `devtools::install_version` would do (but with the nice `pak` spices). This...

Hi there, I often use `base::replicate` for simulations but not knowing when my replication will end was killing me. Therefore, here is a simple rewriting of `base::replicate` that can use...

Hi, This is probably a quibbling corner case of minor importance but it seems that the concatenation of `quo()` and `quos()` depends on the order of the operation: ``` r...

When you use the `rcs ` function to correct the log-linearity assumption in a Cox model, the correction is applied on the whole population and not on the population used...

Hi, When using a date axis, `geom_vline()` will only show if there is data nearby the intercept. For numeric axes though (y in my example below), if the intercept is...

Salut David, When you have a complex header with redundancy, and you want vertically and horizontally merge, some columns sometimes plainly disappear. For instance, consider this example: ``` r library(tibble)...

bug

Hi, Whenever I read an Excel file using `read_excel()` or its friends, a single empty line is printed in the console. This is not very serious but it can be...

upkeep

If you're expecting some condition and test the output using, for instance, `testthat::expect_warning()`, the output will be the condition message, regardless of whether you are testing against the message or...

feature
expectation :scream_cat: