bibentry("Manual",
         other = unlist(citation(auto = meta), recursive = FALSE))

bibentry("Article",
         title = "{topicmodels}: An {R} Package for Fitting Topic Models",
         author =
             c(person("Bettina", "Gr\\\"un",
                      comment = c(ORCID = "0000-0001-7265-4773")),
               person("Kurt", "Hornik",
                      email = "Kurt.Hornik@R-project.org",
                      comment = c(ORCID = "0000-0003-4198-9911"))),
         journal = "Journal of Statistical Software",
         year = "2011",
         volume = "40",
         number = "13",
         pages = "1--30",
         doi = "10.18637/jss.v040.i13"
         )
