citHeader("Kindly cite the miaSim R package as follows:")


note <- sprintf("Version %s", meta$Version)

citEntry(entry="misc",
         title = "miaSim R package",
         author = personList(
	   person(given = "Yagmur", family="Simsek", email = "Yagmur.Simsek@hsrw.org"),
	   person(given = "Leo", family="Lahti"),
	   person(given = "Daniel", family="Garza"),
	   person(given = "Karoline", family="Faust")
         ),
	 url = "microbiome.github.io/miaSim",
	 note = note,
         textVersion =
         paste("(C) Yagmur Simsek and Leo Lahti.",
               "miaSim R package",
	       note,
	       "Package URL: microbiome.github.io/miaSim",
               sep=" ")
         )
