bibentry(
    bibtype = "article",
    title  = "stringi: Fast and portable character string processing in R",
    author = personList(as.person("Marek Gagolewski")),
    journal = "Journal of Statistical Software",
    year = "2021",
    note = "to appear"
#    volume = "x",
#    pages = "x",
#    doi = "x",
)

bibentry(
    bibtype = "manual",
    title = "stringi: Fast and portable character string processing in R",
    author = personList(as.person("Marek Gagolewski")),
    year = sub("-.*", "", meta$Date),
    note = sprintf("R package version %s", meta$Version),
    url = "https://stringi.gagolewski.com/"
)
