## citHeader("To cite package stochvol in publications use:")

## R >= 2.8.0 passes package metadata to citation().
if(!exists("meta") || is.null(meta)) meta <- packageDescription("sparvaride")
year <- sub("-.*", "", meta$Packaged)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "article",
  title        = "Cover It Up! Bipartite Graphs Uncover Identifiability in Sparse Factor Analysis",
  author       = c(person(given = "Darjus",
                          family = "Hosszejni",
                          email = "darjus.hosszejni@wu.ac.at"),
                   person(given = "Sylvia",
                          family = "Frühwirth-Schnatter",
                          email = "sylvia.fruehwirth-schnatter@wu.ac.at")),
  journal      = "Journal of Multivariate Analysis",
  year         = "2026",
  volume       = "211",
  pages        = "105536",
  issn         = "0047-259X",
  doi          = "10.1016/j.jmva.2025.105536",
  header       = "To cite sparvaride in publications use:"
)

