Indranil Gayen

Results 104 comments of Indranil Gayen

I was using this function ``` stopFuture

Is there any update on this. This will be a great functionality. Ref: https://github.com/rstudio/shinytest/issues/97 This will helpful for tracking code coverage for packages with shiny modules.

@rfaelens do you have an example package for this. Let me try to re-create it and see.

Great. Working like a charm Thanks a lot @rfaelens Here is also my quick take : https://github.com/bedantaguru/covrChecks (if it helps others) I adopted `testthat` folder structure

Alternatively, two additional columns can be added `is_merged_cell, merged_cell_id` `is_merged_cell `should be `TRUE` for merged cells The `merged_cell_id `can be given sequentially (as per reading sequence maintained in `xlsx_cells`) over...

> Thanks @bedantaguru and @dmcalli2 for the suggestions. > > What do you think about: > > * not having an `is_merged` column, and > * having both `merged_cell_sheet` and...

I can see the xlsx contains information like these : `` for merged cells.

How are you all guys.. Have you given it a try...

Getting the same in Linux too

In Travis it causes build failure.