R2zotero aims to facilitate citation of R packages by importing citations from an R package's 'CITATION' file directly to a local Zotero library using the Zotero Web API.
You can install the development version of r2zotero from GitHub with:
# install.packages("pak")
pak::pak("ethanbass/r2zotero")or from r-universe:
install.packages("r2zotero", repos="https://ethanbass.r-universe.dev/")To send a citation to Zotero:
library(r2zotero)
r2zotero("lattice")