Learn R Programming

bibtex

Installation

You can install bibtex from CRAN with:

install.packages("bibtex")

You can install bibtex from GitHub with:

if(!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") }
remotes::install_github("ropensci/bibtex")

Acknowledgements

Without the work of Romain François, 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

Copy Link

Version

Install

install.packages('bibtex')

Monthly Downloads

8,056

Version

0.5.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 26th, 2023

Functions in bibtex (0.5.1)

do_read_bib

convenience wrapper around .External call
write.bib

Generate a Bibtex File from Package Citations
bibtex-package

bibtex: Bibtex Parser
read.bib

bibtex parser