Joe Zhu

Results 55 issues of Joe Zhu

Hi @gmbecker , I am running into an issue with horizontal pagination, with the `cpp` argument, for the following rtables object [problematic_rtables.RDs.zip](https://github.com/Roche/rtables/files/9281056/problematic_rtables.RDs.zip) code ``` paginate_table(problematic_rtables, 50, cpp = NULL, min_siblings...

For command as such ` python client_dev.py -vv variants-search http://localhost:8000/v0.5.1 -m1 -c 1000g_2013.HG00096,1000g_2013.HG00096 -V 1000g_2013 -r 1 -e 100000 2>&1 | less ` should ga4gh server raise a warning message...

client
Schemas
Variants

Update staged.deps section with instruction to stop downstream checks.

A follow up work from the PR https://github.com/insightsengineering/rtables/pull/637

post-processing for col_info to be more flexible, for example adding total N's

sme

``` basic_table() %>% split_cols_by("Species") %>% build_table(iris) %>% export_as_txt(lpp=10) Error in while (start

good first issue
fast fix
sme

case 1 ``` iris0 = iris[0,] iris0$Species = factor(iris0$Species) basic_table() %>% split_cols_by("Species") %>% build_table(iris0) Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for...