Package: synthesisr Type: Package Title: Import, Assemble, and Deduplicate Bibliographic Datasets Version: 0.4.0 Authors@R: c( person( given = "Martin", family = "Westgate", role = c("aut", "cre"), email = "martinjwestgate@gmail.com", comment = c(ORCID = "0000-0003-0854-2034")), person( given = "Eliza", family = "Grames", role = c("aut"), email = "eliza.grames@uconn.edu", comment = c(ORCID = "0000-0003-1743-6815"))) Description: A critical first step in systematic literature reviews and mining of academic texts is to identify relevant texts from a range of sources, particularly databases such as 'Web of Science' or 'Scopus'. These databases often export in different formats or with different metadata tags. 'synthesisr' expands on the tools outlined by Westgate (2019) to import bibliographic data from a range of formats (such as 'bibtex', 'ris', or 'ciw') in a standard way, and allows merging and deduplication of the resulting dataset. Depends: R (>= 4.1.0) Imports: dplyr, glue, purrr, rlang, stringdist, stringr, tibble, unglue, vroom Suggests: cli, devtools, knitr, readr, rmarkdown, testthat, usethis Date: 2023-06-07 License: GPL-3 URL: https://martinwestgate.com/synthesisr/ BugReports: https://github.com/mjwestgate/synthesisr/issues LazyData: true RoxygenNote: 7.3.3 VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev Repository: https://mjwestgate.r-universe.dev Date/Publication: 2026-03-26 00:48:34 UTC RemoteUrl: https://github.com/mjwestgate/synthesisr RemoteRef: HEAD RemoteSha: afb615890911ca96507f4d9c8c95f00448f7bfc0 NeedsCompilation: no Packaged: 2026-07-03 13:34:10 UTC; root Author: Martin Westgate [aut, cre] (ORCID: ), Eliza Grames [aut] (ORCID: ) Maintainer: Martin Westgate