citHeader("To cite cSEM in publications use:")

vers <- paste0("Package version: ", meta$Version)

bibentry(bibtype = "Manual",
  title        = "cSEM: Composite-Based Structural Equation Modeling",
  author       = c(person(c("Manuel", "E."), "Rademaker", role = "aut",
         comment = "S original"),
       person("Florian", "Schuberth", role = c("aut","cre"),
         email = "f.schuberth@utwente.nl")),
  year         = "2020",
  url          = "https://floschuberth.github.io/cSEM/",
  note         = vers,
  
  textVersion =
              paste0("Rademaker, Manuel E. and Schuberth, Florian (2020).",
                    " cSEM: Composite-Based Structural Equation Modeling. ",
                    vers, ". ", "URL: ",
                    "https://floschuberth.github.io/cSEM/", ".")
)