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

citEntry(entry="book",
         title = "Data Mining with R, learning with case studies",
         author = personList(as.person("L. Torgo")),
	 publisher = "Chapman and Hall/CRC",
         year         = "2010", 
         url          = "http://www.liaad.up.pt/~ltorgo/DataMiningWithR",
         textVersion =
         paste("Torgo, L. (2010). ",
               "Data Mining with R, learning with case studies ",
	       "Chapman and Hall/CRC. ",
               "URL: http://www.dcc.fc.up.pt/~ltorgo/DataMiningWithR",
               sep="")
         )
