https://github.com/ropensci/bibtex
bibtex parser for R
https://github.com/ropensci/bibtex
bibtex parser r
Last synced: about 4 hours ago
JSON representation
bibtex parser for R
- Host: GitHub
- URL: https://github.com/ropensci/bibtex
- Owner: ropensci
- Created: 2013-10-29T07:22:06.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T06:09:53.000Z (almost 2 years ago)
- Last Synced: 2025-10-04T00:52:56.049Z (18 days ago)
- Topics: bibtex, parser, r
- Language: TeX
- Homepage: https://docs.ropensci.org/bibtex/
- Size: 310 KB
- Stars: 38
- Watchers: 11
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bibtex
[](https://CRAN.R-project.org/package=bibtex)
[](https://github.com/ropensci/bibtex/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/ropensci/bibtex/branch/master)
[](https://cran.r-project.org/package=bibtex)
[](https://cran.r-project.org/package=bibtex)## Installation
You can install bibtex from [CRAN](https://cran.r-project.org) with:
```r
install.packages("bibtex")
```You can install bibtex from GitHub with:
```r
if(!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") }
remotes::install_github("ropensci/bibtex")
```### Acknowledgements
Without the work of [Romain François](https://github.com/romainfrancois), `bibtex`
likely wouldn't exist. Romain was the principal developer of `bibtex` up until
2020 when he was unable to continue supporting the package due to time
commitments. His work will continue on thanks in part to his willingness to
donate it to rOpenSci.### Meta
- Please [report any issues, bugs or feature requests](https://github.com/ropensci/bibtex/issues).
- License: GPL (>= 2)
- Get citation information for `bibtex` in R with `citation("bibtex")`
- 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/)