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

citEntry(
         entry="Article",
         author=personList(
           as.person("Krzysztof Bartoszek"),
           as.person("Pietro Lio'")
           ),
         title="Modelling trait dependent speciation with Approximate Bayesian Computation",
	 journal = "Acta Physica Polonica B Proceedings Supplement",
	 year = 2019,
	 volume=12,
	 number=1,
         pages="25--47",
         textVersion=paste(
         "Bartoszek, K. and Lio', P (2019)",
	 "Modelling trait dependent speciation with Approximate Bayesian Computation",
	 "Acta Phys. Pol. B Proc. Supp. 12(1):25--47")
         )

citFooter("As pcmabc is continually evolving, you may want to cite its version number. Find it with 'help(package=pcmabc)'.")

