if(!require(devtools)){
install.packages("remotes")
install.packages("devtools")
}
## tidymass
remotes::install_gitlab("tidymass/tidymass")
devtools::install_github("SamGG/ropls")
devtools::
Jan 18, 2024
Version:0.0.1 => 0.0.2
-
Delete
mda_CTS_kegg
. It was found that the ID conversion results provided by CTS are unstable. For example, converting KEGG ID through INCHIKEY yields inconsistent results across multiple attempts. Suggest usingmda_name2kegg
. -
Added the
ssl.verifypeer
parameter to functioncbf_wrawler
and observed certificate expiration issues on both the CBF and CTS websites. This may result in content retrieval failure. The default parameter is set toTRUE
. If no results are returned, it is likely a certificate issue. Manually set thessl.verifypeer
parameter toFALSE
in such cases. -
Old scripts were archived.