year <- 2023
author_text <- "Pesigan, I. J. A. & Cheung, S. F."
pkg <- meta$Package
title <- meta$Title
version <- meta$Version
author <- c(
  person(
    given = "Ivan Jacob Agaloos",
    family = "Pesigan",
    role = c("aut", "cre", "cph"),
    email = "r.jeksterslab@gmail.com",
    comment = c(ORCID = "0000-0003-4818-8420")
  ),
  person(
    given = "Shu Fai",
    family = "Cheung",
    role = "ctb",
    email = "shufai.cheung@gmail.com",
    comment = c(ORCID = "0000-0002-9871-9448")
  )
)
note <- sprintf(
  "R package version %s",
  meta$Version
)
url <- "https://github.com/jeksterslab/semmcci"

bibentry(
  bibtype = "Article",
  author = author,
  title = title,
  year = year,
  doi = "10.3758/s13428-023-02114-4",
  journal = "Behavior Research Methods",
  note = note,
  textVersion = paste0(
    author_text, " ",
    "(", year, ")", ".", " ",
    title, ".", " ",
    "Behavior Research Methods", ".", " ",
    "https://doi.org/10.3758/s13428-023-02114-4", " "
  ),
  header = paste(
    "To cite",
    pkg,
    "in publications, please use:"
  )
)
