lz100

Results 16 issues of lz100

![image](https://user-images.githubusercontent.com/35240440/195431676-e7c23253-8cee-47b8-a80d-35796c070b11.png) The TODO is one day behind the actual date. The clock is right below. Hope there is a place we can manually set the date. Update, when I create...

bug

A simple example: 1. Run the basic `shinydisconnect` example locally on Chrome, you should see a tab opens. 2. Stop the server from R or Rstudio. 3. Directly close the...

When I use the python API to download some tables, this happed: ```bash xxx/.venv/lib/python3.10/site-packages/delta_sharing/reader.py:123: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future...

Some SMILEs break `extractDrugLongestAliphaticChain` ```r library(rcdk) library(Rcpi) library(magrittr) "[H]OC1=C2OC(=O)C34C5=C6C7([H])C8=C(C([H])([H])C([H])(C79C([H])([H])C5([H])C(=C([H])C([H])(C%10([H])C([H])([H])C([H])([H])C([H])([H])C%10([H])[H])C([H])([H])C4([H])C%11(OC(=O)C=%12C%11=C([H])C([H])=C([H])C%12C([H])([H])C([H])([H])C([H])([H])N([H])[H])C23C([H])([H])C6([H])[H])C([H])([H])C9([H])[H])C([H])([H])[H])C([H])([H])C([H])([H])C%13([H])N8C([H])([H])C%14([H])C%15([H])N(C%16([H])C%17(C([H])([H])C%18(C([H])([H])C%17([H])[H])C([H])([H])C([H])([H])C([H])([H])C%18([H])[H])C([H])([H])C([H])([H])C%15([H])C([H])([H])C1%16[H])C([H])([H])C%13([H])C%14([H])[H]" %>% parse.smiles() %>% .[[1]] %>% extractDrugLongestAliphaticChain() #> Error: segfault from C stack overflow ``` Then, if you don't run `extractDrugLongestAliphaticChain` but...

When some values are tagged `NA` with labels, `write_xpt` throws errors ```r library(dplyr) data_orig labelled::set_value_labels( c( yes = 1, maybe = 2, no = 3, "don't know" = haven::tagged_na("d"), "refused"...

bug