citHeader("To cite package 'softclassval' please use:")
     
desc <- packageDescription("softclassval")
year <- sub("^[^-]*-([[:digit:]]{4}).*$", "\\1", desc$Version)
vers <- paste("R package version", desc$Version)

citEntry(entry="Article", "softclassval-ChemomIntellLabSyst", 
         title = "Validation of Soft Classification Models: An Extended Concept of Sensitivity, Specificity, and the Precictive Values",
         author = personList(as.person("Claudia Beleites"),
                             as.person("Valter Sergo")),
         year = year,
         journal = "Chemometrics and Intelligent Lab Systems",
         note = paste ("in preparation", vers),
         URL = 'http://softclassval.r-forge.r-project.org',
         ##DOI = '---doi--',
     		
         textVersion =
         paste("Claudia Beleites and Valter Sergo: ",
               "`Validation of Soft Classification Models: An Extended Concept of Sensitivity, Specificity, and the Precictive Values', ",
               "in preparation, ",
               ## "(", year, "). ", 
               vers, ". http://softclassval.r-forge.r-project.org", 
               sep="")
         )
