Michael Quinn
Michael Quinn
Another extension here is to produce the results as an html widget. Then, for example, we could put each table (summary + stats for each type) within a tabset. https://dev.to/imiahazel/pure-html-css-tabs-2p60...
As a Vim user who doesn't use Nvim-R (there are dozens of us!), I can't tell you how much I appreciate your work on this. Having the LSP is an...
@jimhester Thanks for the heads up on the Romain blog post. I was working through the exact same thing, and it's so great to see that this is really possible!...
We now have a separate repo https://github.com/ropenscilabs/skimr.
Thanks for taking a look. To reproduce the error, you need to build the package with the js files for noUiSlider replaced for the most recent version. * Old: https://github.com/rstudio/DT/blob/main/inst/htmlwidgets/lib/nouislider/jquery.nouislider.min.js...
Thanks for letting me know! If you don't mind, I'd like to leave this open. In the meantime, I'll ask around a bit. Maybe someone else can help here.
Wait, there is a case in [tests/testthat/test-hazrd_tmle.R](https://github.com/benkeser/survtmle/blob/master/tests/testthat/test-hazrd_tmle.R) that relies on the cuminc function. It would be nice to wrap that in a `skip_if_not_installed()`.
Thanks Brian! I can confirm that this is still an error on R 3.6.3 Here's a bit of a traceback: ``` -- Test started at 2021-08-16 13:08:01 PDT -- -----------------------------------------------------------------------------...
In principle, it shouldn't be a problem to create a fork of `patrick` to work with tinytest instead of testthat; let's call it `tinypatrick`. Generally speaking, `patrick` is a very...
This is pretty similar to the interface in `patrick`. We should be able to do basically the same thing, without `tidy*` helpers. ```r with_parameters #> [[2]] #> ----- PASSED :...