HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/Program Files/R/R-4.4.0/library/cluster/CITATION
## -*- R -*-

PKG <- "cluster"
citHeader(paste("To cite the R package ",PKG," in publications use:"))

if(!exists("meta") || is.null(meta)) meta <- packageDescription(PKG)
stopifnot(meta$Package == PKG)

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
url <- paste0("https://CRAN.R-project.org/package=", PKG)

bibentry(bibtype = "Manual",
	 title	= "cluster: Cluster Analysis Basics and Extensions",
	 author = c(
         person("Martin", "Maechler", email="[email protected]",
                role = c("aut", "cre"),
                comment = "enhancements, speed improvements, bug fixes, since 2000"),
         person("Peter", "Rousseeuw", email="[email protected]", role="aut"),
         person("Anja", "Struyf", email="[email protected]", role="aut"),
         person("Mia", "Hubert", email="[email protected]", role="aut"),
         person("Kurt", "Hornik", role=c("trl","ctb"), comment = "R port; and much initial help file fixing, 1998--2000")
         ),
	 year = year,
         url = url,
	 note = paste(vers,"---",
	 "For new features, see the 'NEWS' and the 'Changelog' file in the package source)"),
## FIXME:  rather give the URL to the manual on CRAN ???
##	   url = "http://stat.ethz.ch/CRAN/src/contrib/........",
	 textVersion = paste0(
             "Maechler, M., Rousseeuw, P., Struyf, A., Hubert, M., Hornik, K.(",
             year, ").  cluster: Cluster Analysis Basics and Extensions. ", vers, ".")
         )