Package: bibtex Version: 0.5.3 Title: Bibtex Parser Authors@R: c( person(given = "Romain", family = "Francois", role = c("aut", "cph"), email = "romain@purrple.cat", comment = c(ORCID = "0000-0002-2444-4226", "principal developer of bibtex R package")), person(given = "Diego", family = "Hernangómez", role = c("aut"), email = "diego.hernangomezherrero@gmail.com", comment = c(ORCID = "0000-0001-8457-4658")), person(given = c("James", "Joseph"), family = "Balamuta", role = c("ctb", "cre", "aut"), email = "balamut2@illinois.edu", comment = c(ORCID = "0000-0003-2826-8458")), person(given = "Scott", family = "Chamberlain", role = c("ctb"), email = "myrmecocystus@gmail.com", comment = c(ORCID = "0000-0003-1444-9135")), person(given = "Kurt", family = "Hornik", role = "ctb", email = "Kurt.Hornik@R-project.org", comment = c(ORCID = "0000-0003-4198-9911")), person(given = "Brian", family = "Ripley", role = "ctb", email = "ripley@stats.ox.ac.uk", comment = "compilation fixes"), person(given = "Michael", family = "Koohafkan", role = "ctb", email = "michael.koohafkan@gmail.com"), person(given = c("Mathew", "W."), family = "McLean", role = "ctb", email = "mathew.w.mclean@gmail.com", comment = c(ORCID = "0000-0002-7891-9645") ) ) Description: Utility to parse a bibtex file. BugReports: https://github.com/ropensci/bibtex/issues URL: https://github.com/ropensci/bibtex, https://docs.ropensci.org/bibtex/ License: GPL (>= 2) Depends: R (>= 3.0.2) Imports: backports (>= 1.4.0), utils Suggests: testthat (>= 3.0.0) LazyLoad: yes Encoding: UTF-8 RoxygenNote: 7.3.3 Config/testthat/edition: 3 Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-02 18:56:08 UTC RemoteUrl: https://github.com/ropensci/bibtex RemoteRef: main RemoteSha: 5a79a0a797f6d61cf8cbe372ee0d13cd43a7d229 NeedsCompilation: no Packaged: 2026-07-01 08:24:06 UTC; root Author: Romain Francois [aut, cph] (ORCID: , principal developer of bibtex R package), Diego Hernangómez [aut] (ORCID: ), James Joseph Balamuta [ctb, cre, aut] (ORCID: ), Scott Chamberlain [ctb] (ORCID: ), Kurt Hornik [ctb] (ORCID: ), Brian Ripley [ctb] (compilation fixes), Michael Koohafkan [ctb], Mathew W. McLean [ctb] (ORCID: ) Maintainer: James Joseph Balamuta