webchem icon indicating copy to clipboard operation
webchem copied to clipboard

Chemical Information from the Web

Results 64 webchem issues
Sort by recently updated
recently updated
newest added

Dear webchem developers, I am aware that converting CAS to SMILES is usually not that complicated. However, under the current circumstances I've spended quite some time on this problem without...

Important so that in the future, the rOpenSci newsletter can include the update. To not forget see `usethis::use_release_issue()`, to to the CRAN release, `usethis::use_github_release()`.

https://pubchem.ncbi.nlm.nih.gov/idexchange/idexchange-help.html

enhancement

## Pull Request PR to add the `webtest_query()` function to webchem. This PR replaces the erroneous and now closed PR #251. Please also mind the discussion we already had [here](https://github.com/ropensci/webchem/pull/251)....

`etox_targets()` returns a list of data.frames (and URLs for microattribution). It is not easy to bind the data.frames together because at least the `Duration` column is sometimes character and sometimes...

bug
good first issue
consistent api

Dear Webchem developer, I recently found that some compounds cannot get cid from InChIKey by Webchem but I do find it manually in Pubchem. for example, 2-Ethyl-5,5-dimethyl-1,3-dioxolane (RQZCPFBTIRWPRT-UHFFFAOYSA-N), Nonylphenol (XPCLSVISJWLKJE-UHFFFAOYSA-M)....

webchem's test coverage has fallen lately. The rOpenSci policy is 75% so let's bring it up to at least 75%. https://devguide.ropensci.org/building.html#testing

I've recently read an interesting article about connecting to other packages: https://kbroman.org/pkg_primer/pages/depends.html I do revisit functions quite often to see if `@importFrom` or `@import` were added, and to me this...

consistent api

following discussion with @stitam

Currently `get_wdid()` searches more than just chemicals: ``` get_wdid("Horse", verbose = FALSE) id match distance query 1 Q869595 Horse 0 Horse ``` This might be a problem for something that...

bug