Jakub Nowicki

Results 16 comments of Jakub Nowicki

A working example created for e2e tests (interactive mode) can be found [here](https://github.com/Appsilon/rhino/tree/test-rstudio-jobs-for-interactive-e2e).

Hi @tonyfischetti Unfortunately, the issue is still present in the case when you use `assert` with multiple columns. Please check this example (based on the previous one): ```r library(assertr) library(magrittr)...

@wincowgerDEV `assertr` version 3.0.0 didn't solve this bug, but the current development version available on [GitHub](https://github.com/ropensci/assertr) finally fixes it.

`[email protected]` with the fix is on CRAN, closing the issue.

Hi @AlexPars New releases of `shiny.semantic` and `semantic.dashboard` will probably happen this year, although I cannot give you any details yet. Both are mature packages and both work fine with...

Hi Arnaud, Unfortunately, there is no documentation related to the migration between those versions. In general, the API was heavily reworked and a lot of functions do not exist anymore...

Since this PR depends on the change done to `covr`, we need to wait for it to be accepted and included in CRAN release.

Since the complexity of this is higher than in the case of GitHub Actions (mainly, the Docker setup), my recommendation is to move files to the `examples` directory and provide...

Could you send more details of how you run lambda?

1. I don't know, why `setup_r_instance.py` fails. You can try switching to `develop` branch and running script with a flag `-d` - it should print more information. 2. It seems...