Antoine Fabri

Results 157 comments of Antoine Fabri

Unfortunately it still doesn't work for me, see below : ``` r library(carbonate) x starting chrome session... #> checking chromedriver versions: #> BEGIN: PREDOWNLOAD #> BEGIN: DOWNLOAD #> BEGIN: POSTDOWNLOAD...

After going through hell and back a handful of times I have R up to date with all latest package versions. An unfortunate difference is that I can't reprex anymore...

It fails : ``` > port > cDrv > rD

What about boom_on() / boom_off() ? Also I think no action is needed on exit, we generally don't care about this env anymore and the GC will take care of...

Hi Nishal and thanks. One reason why boom doesn't return the printed data is that a common use case will be that the call fails, and we still want to...

It works fine for package development with devtools, but if one wants to rig a function from another package one needs to restart R and that's less comfortable. Moreover not...

It's not as easy as I thought it'd be, I have ideas, but I'm not sure if I like them. Let's move to next milestone.

A way out of some of of those corner cases might be to wrap the last line in a `return()` if it's not there already, then shim `return` so it...

Some more thoughts. With a package like this one, corner cases are inevitable, even {knitr} (so also {reprex}) don't always work if the code uses `sys.calls()` or tries to print...

Might be easier after https://github.com/moodymudskipper/boomer/issues/48