Science Score: 59.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: scholar.google, ncbi.nlm.nih.gov, rsc.org -
✓Committers with academic emails
2 of 17 committers (11.8%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Keywords
cas-number
chemical-information
chemspider
identifier
r
r-package
ropensci
rstats
webscraping
Keywords from Contributors
reproducibility
open-science
genome
geocode
air-pollution
metagenomics
caching
taxize
taxonomy
bioinformatics
Last synced: 6 months ago
·
JSON representation
Repository
Chemical Information from the Web
Basic Info
- Host: GitHub
- Owner: ropensci
- License: other
- Language: R
- Default Branch: master
- Homepage: https://docs.ropensci.org/webchem
- Size: 3.91 MB
Statistics
- Stars: 171
- Watchers: 18
- Forks: 44
- Open Issues: 56
- Releases: 19
Topics
cas-number
chemical-information
chemspider
identifier
r
r-package
ropensci
rstats
webscraping
Created almost 11 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
Contributing
License
Codemeta
README.Rmd
---
output: github_document
editor_options:
chunk_output_type: console
---
```{r echo=FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
cache = TRUE
)
```
# Webchem
[](https://www.repostatus.org/#active)
[](https://CRAN.R-project.org/package=webchem)
[](https://github.com/ropensci/webchem/actions)
[](https://app.codecov.io/gh/ropensci/webchem/branch/master)
[](https://cran.r-project.org/package=webchem)
[](https://cran.r-project.org/package=webchem)
[](https://doi.org/10.18637/jss.v093.i13)
`webchem` is a R package to retrieve chemical information from the web.
This package interacts with a suite of web APIs to retrieve chemical information.
The functions in the package that hit a specific API have a prefix and suffix separated by an underscore (`prefix_suffix()`).
They follow the format of `source_functionality`, with the exception of functions that retrieve database identifiers which follow the format of `get_identifier`. e.g.`cs_compinfo` uses ChemSpider to retrieve compound informations and `get_csid()` retrieves ChemSpider IDs.
## Chemical databases currently accessed by webchem
At least some of the data in the following sources is accesible through `webchem` functions. To learn more about what is available, browse the documentation [here](https://docs.ropensci.org/webchem/reference/index.html).
- [BCPC Compendium of Pesticide Common Names](https://pesticidecompendium.bcpc.org) (formerly Alan Wood's Compendium of Pesticide Common Names)
- [ChEBI](https://www.ebi.ac.uk/chebi/)
- [Chemical Identifier Resolver (CIR)](https://cactus.nci.nih.gov/chemical/structure)
- [Chemical Translation Service (CTS)](http://cts.fiehnlab.ucdavis.edu/)
- [ChemSpider](https://www.chemspider.com/) (requires an [API token](https://developer.rsc.org/))
- [ETOX](http://webetox.uba.de/webETOX/index.do)
- [Flavornet](http://www.flavornet.org)
- [NIST](https://webbook.nist.gov) (currently gas chromatography retention indices only)
- [OPSIN](https://www.ebi.ac.uk/opsin/)
- [PubChem](https://pubchem.ncbi.nlm.nih.gov/)
- [U.S. EPA Substance Registry Service (SRS)](https://cdxnodengn.epa.gov/cdx-srs-rest/)
- [Wikidata](https://www.wikidata.org/wiki/Wikidata:WikiProject_Chemistry)
#### API keys
Some ChemSpider functions require an API key.
Please register at RSC (https://developer.rsc.org/) to retrieve an API key.
## Installation
#### Install from CRAN (stable version)
```{r install_cran, eval=FALSE}
install.packages("webchem")
```
#### Install from Github (development version)
```{r install_github, eval=FALSE}
install.packages("devtools")
library("devtools")
install_github("ropensci/webchem")
```
### Use Cases
See how `webchem` has been used or cited in literature [here](https://scholar.google.com/scholar?cites=14244442030948237605&as_sdt=40000005&sciodt=0,22&hl=en).
### Citation
If you use `webchem` in a publication, please cite our paper:
- Szöcs E, Stirling T, Scott ER, et al (2020) webchem: An R Package to Retrieve Chemical Information from the Web. J Stat Soft 93:. https://doi.org/10.18637/jss.v093.i13
### Acknowledgements
Without the fantastic web services `webchem` wouldn't be here. Therefore, kudos to the web service providers and developers! Please remember to acknowledge these data resources in your work using `webchem`.
### Want to contribute?
Check out our [contribution guide here](https://github.com/ropensci/webchem/blob/master/CONTRIBUTING.md).
### Meta
- Please [report any issues, bugs or feature requests](https://github.com/ropensci/webchem/issues).
- License: MIT
- Get citation information for `webchem` in R with `citation("webchem")`
- Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.
[](https://ropensci.org)
Owner
- Name: rOpenSci
- Login: ropensci
- Kind: organization
- Email: info@ropensci.org
- Location: Berkeley, CA
- Website: https://ropensci.org/
- Twitter: rOpenSci
- Repositories: 307
- Profile: https://github.com/ropensci
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "webchem",
"description": "Chemical information from around the web. This package interacts with a suite of web services for chemical information. Sources include: Alan Wood's Compendium of Pesticide Common Names, Chemical Identifier Resolver, ChEBI, Chemical Translation Service, ChemSpider, ETOX, Flavornet, NIST Chemistry WebBook, OPSIN, PubChem, SRS, Wikidata.",
"name": "webchem: Chemical Information from the Web",
"relatedLink": [
"https://docs.ropensci.org/webchem/",
"https://CRAN.R-project.org/package=webchem"
],
"codeRepository": "https://github.com/ropensci/webchem",
"issueTracker": "https://github.com/ropensci/webchem/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.3.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.5.0 (2025-04-11)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Eduard",
"familyName": "Szcs"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Allaway"
},
{
"@type": "Person",
"givenName": "Daniel",
"familyName": "Muench"
},
{
"@type": "Person",
"givenName": "Johannes",
"familyName": "Ranke"
},
{
"@type": "Person",
"givenName": "Andreas",
"familyName": "Scharmller"
},
{
"@type": "Person",
"givenName": "Eric R",
"familyName": "Scott"
},
{
"@type": "Person",
"givenName": "Jan",
"familyName": "Stanstrup"
},
{
"@type": "Person",
"givenName": "Joo Vitor",
"familyName": "F Cavalcante"
},
{
"@type": "Person",
"givenName": "Gordon",
"familyName": "Getzinger"
},
{
"@type": "Person",
"givenName": "Ethan",
"familyName": "Bass"
},
{
"@type": "Person",
"givenName": "Tams",
"familyName": "Stirling",
"email": "stirling.tamas@gmail.com"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Tams",
"familyName": "Stirling",
"email": "stirling.tamas@gmail.com"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "rcdk",
"name": "rcdk",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rcdk"
},
{
"@type": "SoftwareApplication",
"identifier": "covr",
"name": "covr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "robotstxt",
"name": "robotstxt",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=robotstxt"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "plot.matrix",
"name": "plot.matrix",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=plot.matrix"
},
{
"@type": "SoftwareApplication",
"identifier": "usethis",
"name": "usethis",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=usethis"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"version": ">= 0.6.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=vcr"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.1.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=httr"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "rvest",
"name": "rvest",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rvest"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=purrr"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "data.tree",
"name": "data.tree",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=data.tree"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "base64enc",
"name": "base64enc",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=base64enc"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"14": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "641.472KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2020",
"author": [
{
"@type": "Person",
"givenName": "Eduard",
"familyName": "Sz\\\"ocs"
},
{
"@type": "Person",
"givenName": "Tam\\'as",
"familyName": "Stirling",
"email": "stirling.tamas@gmail.com"
},
{
"@type": "Person",
"givenName": [
"Eric",
"R."
],
"familyName": "Scott"
},
{
"@type": "Person",
"givenName": "Andreas",
"familyName": "Scharm\\\"uller"
},
{
"@type": "Person",
"givenName": [
"Ralf",
"B."
],
"familyName": "Sch\\\"afer"
}
],
"name": "{webchem}: An {R} Package to Retrieve Chemical Information from the {W}eb",
"identifier": "10.18637/jss.v093.i13",
"pagination": "1--17",
"@id": "https://doi.org/10.18637/jss.v093.i13",
"sameAs": "https://doi.org/10.18637/jss.v093.i13",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "13",
"datePublished": "2020",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"volumeNumber": "93",
"name": "Journal of Statistical Software"
}
}
}
],
"releaseNotes": "https://github.com/ropensci/webchem/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/webchem/blob/master/README.md",
"contIntegration": [
"https://github.com/ropensci/webchem/actions",
"https://app.codecov.io/gh/ropensci/webchem/branch/master"
],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": [
"rstats",
"ropensci",
"chemical-information",
"webscraping",
"cas-number",
"chemspider",
"identifier",
"r",
"r-package"
]
}
GitHub Events
Total
- Issues event: 11
- Watch event: 8
- Delete event: 1
- Issue comment event: 22
- Push event: 3
- Pull request review event: 2
- Pull request review comment event: 2
- Pull request event: 5
- Fork event: 3
- Create event: 1
Last Year
- Issues event: 11
- Watch event: 8
- Delete event: 1
- Issue comment event: 22
- Push event: 3
- Pull request review event: 2
- Pull request review comment event: 2
- Pull request event: 5
- Fork event: 3
- Create event: 1
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| edisz | e****s@g****m | 550 |
| stitam | s****s@g****m | 361 |
| Aariq | s****r@g****m | 322 |
| andreas | a****r@g****m | 34 |
| Ethan Bass | e****s@g****m | 26 |
| Johannes Ranke | j****e@u****e | 14 |
| Gordon Getzinger | g****r@d****u | 7 |
| Jan Stanstrup | s****p@g****m | 6 |
| Egon Willighagen | e****n@g****m | 5 |
| jvfe | j****v@g****m | 5 |
| Tamás Stirling | 4****m | 5 |
| Dahaniel | d****l@m****o | 3 |
| BrianFFish | b****r@g****m | 1 |
| Maëlle Salmon | m****n@y****e | 1 |
| Eduard Szöcs | E****D | 1 |
| Johannes Ranke | j****e@j****e | 1 |
| rOpenSci Bot | m****t@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 73
- Total pull requests: 57
- Average time to close issues: 6 months
- Average time to close pull requests: 20 days
- Total issue authors: 30
- Total pull request authors: 9
- Average comments per issue: 3.48
- Average comments per pull request: 1.67
- Merged pull requests: 51
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 4
- Average time to close issues: 3 days
- Average time to close pull requests: about 11 hours
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 1.75
- Average comments per pull request: 1.5
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Aariq (18)
- stitam (16)
- andschar (4)
- wanglu2014 (4)
- eduardszoecs (4)
- Ellakai (2)
- maelle (2)
- QizhiSu (2)
- MjelleLab (1)
- cujoisa (1)
- f-puig (1)
- CesarIsguerra (1)
- pstahlhofen (1)
- schymane (1)
- c1au6i0 (1)
Pull Request Authors
- stitam (35)
- Aariq (12)
- ethanbass (3)
- maelle (2)
- AlexisBrgn (2)
- jranke (2)
- gjgetzinger (1)
- BrianFFish (1)
- andschar (1)
Top Labels
Issue Labels
bug (14)
enhancement (9)
data source (5)
consistent api (5)
low priority (2)
help wanted (1)
good first issue (1)
question (1)
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 1,800 last-month
- Total docker downloads: 134,988
-
Total dependent packages: 6
(may contain duplicates) -
Total dependent repositories: 16
(may contain duplicates) - Total versions: 36
- Total maintainers: 1
cran.r-project.org: webchem
Chemical Information from the Web
- Homepage: https://docs.ropensci.org/webchem/
- Documentation: http://cran.r-project.org/web/packages/webchem/webchem.pdf
- License: MIT + file LICENSE
-
Latest release: 1.3.1
published 7 months ago
Rankings
Forks count: 1.7%
Stargazers count: 2.7%
Dependent repos count: 7.1%
Dependent packages count: 7.3%
Average: 9.3%
Downloads: 14.6%
Docker downloads count: 22.2%
Maintainers (1)
Last synced:
6 months ago
proxy.golang.org: github.com/ropensci/webchem
- Documentation: https://pkg.go.dev/github.com/ropensci/webchem#section-documentation
- License: other
-
Latest release: v1.3.1
published 7 months ago
Rankings
Dependent packages count: 9.0%
Average: 9.6%
Dependent repos count: 10.2%
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.0 depends
- base64enc * imports
- data.tree * imports
- dplyr * imports
- httr * imports
- jsonlite * imports
- methods * imports
- purrr * imports
- rlang * imports
- rvest * imports
- stringr * imports
- tibble * imports
- utils * imports
- xml2 * imports
- covr * suggests
- knitr * suggests
- plot.matrix * suggests
- rcdk * suggests
- rmarkdown * suggests
- robotstxt * suggests
- testthat * suggests
- usethis * suggests
- vcr * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
.github/workflows/check-pkgdown.yml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite