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

citEntry(entry="book",
         title = "Data Mining with R, learning with case studies, 2nd edition",
         author = personList(as.person("L. Torgo")),
	 publisher = "Chapman and Hall/CRC",
         year         = "2016", 
         url          = "http://ltorgo.github.io/DMwR2",
         textVersion =
         paste("Torgo, L. (2016). ",
               "Data Mining with R, learning with case studies, 2nd edition",
	       "Chapman and Hall/CRC. ",
               "URL: http://ltorgo.github.io/DMwR2",
               sep="")
         )
