
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
  title        = "{MatManlyMix}: An {R} Package for Clustering Matrices",
  author       = c(person("Xuwen Zhu"), person("Volodymyr Melnykov")),
  year         = year,
  note         = note,
  url          = "")

textVersion  = paste("Xuwen Zhu, Volodymyr Melnykov (", year, ")", "MatManlyMix: An R Package for Clustering matrices.", note, ".")



