Revision bea0f6203c78ee704dca8deb7c74cc48e13ee950 authored by Matthias Templ on 15 May 2012, 15:35:41 UTC, committed by cran-robot on 15 May 2012, 15:35:41 UTC
1 parent 2849c21
Raw File
CITATION
citHeader("To cite package 'robCompositions' in publications you might use:")
     
desc <- packageDescription("robCompositions")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date)
vers <- paste("R package version", desc$Version)
     
citEntry(entry="Book",
              title = "rob{C}ompositions: an R-package for robust statistical analysis of compositional data",
              author = personList(as.person("Matthias Templ, Karel Hron, Peter Filzmoser")),
              publisher = "{J}ohn {W}iley and {S}ons",
              isbn = "978-0-470-71135-4",
              booktitle = "{C}ompositional {D}ata {A}nalysis: {T}heory and {A}pplications",
	          year = "2011",
              pages = "341--355",
     
              textVersion =
              paste("Matthias Templ, Karel Hron, Peter Filzmoser",
                    " (2011). robCompositions: an R-package for robust statistical analysis of compositional data. In V. Pawlowsky-Glahn and A. Buccianti, editors, 
Compositional Data Analysis. Theory and Applications, pp. 341-355, John Wiley & Sons, Chichester (UK) ",
                    ".", sep=""))
back to top