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

bibentry(bibtype = "Manual",
         title = "A Partial Clustering Algorithm with Automatic Estimation of the
    Number of Clusters and Identification of Outliers",
         author = c(person("Paola", "Tellaroli"), person("Michele",
    "Donato")),
         year = year,
		 note = note,
         url = "https://CRAN.R-project.org/package=CrossClustering",
		 textVersion =
		          paste0( "Plain text citation: \n\n\n",
				  
				  "Paola Tellaroli and Michele Donato, (",
		                 year,
		                 "), CrossClustering: a Partial Clustering Algorithm with Automatic Estimation of the
    Number of Clusters and Identification of Outliers")
		 )
		 

