Nan Xiao
                                            Nan Xiao
                                        
                                    I think if we export `read_pkglite()`, it's reasonable to also create and export a new function `write_pkglite()` by decoupling the middle part from `unpack()`. This means that you can read...
@DavisVaughan any chance of taking a look at this PR, please? These two additional items on resetting `par()` and writing to non-temporary directories have been flagged repeatedly in multiple first...
Hmm, I'm not sure if i can reproduce this issue.
I would recommend checking JDK and rJava configurations. Normally, this would return a proper `NA`: ```r library(magrittr) "CCCC" %>% rcdk::parse.smiles() %>% .[[1]] %>% Rcpi::extractDrugLongestAliphaticChain() #> nAtomLAC #> 1 4 x...
Just tested on macOS with Oracle JDK installed via [homebrew cask](https://formulae.brew.sh/cask/oracle-jdk) and Windows 10 with Amazon Corretto JDK installed via [chocolatey](https://community.chocolatey.org/packages/correttojdk). They all work ok out of the box.
Since Bootstrap 4.5.0 is working ok, I have no immediate plans of updating. An upgrade to Bootstrap 5 could happen at some point though which requires some changes to the...
@htorkey -thanks for reporting this. It seems that the KEGG API behind this now just randomly return a 403 access forbidden error instead of the correct content (in this case,...
@celiosantosjr -yes, would you mind providing a minimally reproducible example so that it's easier to verify if the issue is fixed? Or even better -- please feel free to create...
Hmm, it sounds like the computation requires a long time to finish or the volume of the data transfer is too high thus the timeout. In these cases, I would...
@discoleo Sure! I feel this could be a useful addition, maybe as a separate function. Do you mind sending a pull request?