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

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

bibentry(bibtype = "Manual",
	title = "{SiMRiv}:  Individual-Based, Spatially-Explicit Simulation and Analysis
	of Multi-State Movements in River Networks and Heterogeneous Landscapes",
	 author = c(person("Lorenzo", "Quaglietta"),
		        person("Miguel", "Porto")),
	 year = year,
	 note = note,
	 url = "https://CRAN.R-project.org/package=SiMRiv")
	 

