citHeader("To cite the 'semmcmc' package in publications use:")


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

bibentry(bibtype = "Manual",
         title = "{semmcmc}: Bayesian Structural Equation Modeling in Multiple Omics Data Integration",
         author = c(person("Arnab Kumar", "Maity"),
                    person("Sang", "Chan Lee"),
                    person("Bani", "K. Mallick"),
                    person("Samsiddhi", "Bhattacharjee"),
                    person("Nidhan", "K. Biswas")),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=semmcmc")