[Robast-commits] r914 - in pkg: RobAStRDA/inst RobExtremes/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Sep 4 23:13:35 CEST 2016
Author: ruckdeschel
Date: 2016-09-04 23:13:35 +0200 (Sun, 04 Sep 2016)
New Revision: 914
Added:
pkg/RobAStRDA/inst/CITATION
Modified:
pkg/RobExtremes/inst/CITATION
Log:
citation in RobExtremes and RobAStRDA
Added: pkg/RobAStRDA/inst/CITATION
===================================================================
--- pkg/RobAStRDA/inst/CITATION (rev 0)
+++ pkg/RobAStRDA/inst/CITATION 2016-09-04 21:13:35 UTC (rev 914)
@@ -0,0 +1,39 @@
+if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobAStRDA")
+year <- sub("-.*", "", meta$Date)
+note <- sprintf("R package version %s", meta$Version)
+
+citHeader("To cite package RobAStRDA in publications use:")
+
+person("Matthias", "Kohl", role=c("aut", "cph")),
+ person("Bernhard", "Spangl",role="ctb", comment="contributed smoothed grid values of
+ the Lagrange multipliers"),
+ person("Sascha", "Desmettre", role="ctb", comment="contributed smoothed grid values of
+ the Lagrange multipliers"),
+ person("Eugen", "Massini", role="ctb", comment="contributed an interactive smoothing routine for smoothing the Lagrange multipliers and smoothed
+ grid values of the Lagrange multipliers"),
+ person("Mykhailo", "Pupashenko", role="ctb", comment="helped with manual smoothing of the interpolators"),
+ person("Daria", "Pupashenko", role="ctb", comment="helped with manual smoothing of the interpolators"),
+ person("Gerald", "Kroisandt", role="ctb", comment="helped with manual smoothing of the interpolators"),
+ person("Peter", "Ruckdeschel", role=c("cre", "cph", "aut"), email="peter.ruckdeschel at uni-oldenburg.de"))
+
+citEntry(entry="Manual",
+ title = "RobAStRDA: Interpolation Grids for Packages of the 'RobASt' - Family of Packages",
+ author = personList(as.person("P. Ruckdeschel"),
+ as.person("M. Kohl")),
+ language = "English",
+ year = year,
+ note = paste("Contributions by", "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko, M. Pupashenko, and B. Spangl" ,
+ "(smoothed grid values of Lagrange multipliers)",
+ " and E. Massini (interactive smoothing routine for smoothing the Lagrange multipliers)",
+ note),
+ type = "R package",
+ url = "http://robast.r-forge.r-project.org/",
+ textVersion = paste("Ruckdeschel, P., Kohl, M., and Horbenko, N.",
+ sprintf("(%s).", year),
+ "RobExtremes: Optimally robust estimation for extreme value distributions.",
+ paste("Contributions by",
+ "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko, M. Pupashenko, and B. Spangl",
+ "(smoothed grid values of Lagrange multipliers) ",
+ "and E. Massini (interactive smoothing routine for smoothing the Lagrange multipliers)."),
+ paste(note, ".", sep = ""),
+ "URL http://robast.r-forge.r-project.org/"))
Modified: pkg/RobExtremes/inst/CITATION
===================================================================
--- pkg/RobExtremes/inst/CITATION 2016-09-04 20:53:11 UTC (rev 913)
+++ pkg/RobExtremes/inst/CITATION 2016-09-04 21:13:35 UTC (rev 914)
@@ -11,11 +11,19 @@
as.person("N. Horbenko")),
language = "English",
year = year,
- note = note,
+ note = paste("Contributions by", "S. Desmettre and B. Spangl (smoothed grid values of Lagrange multipliers)",
+ "G. Kroisandt (testing routines)", "E. Massini (interactive smoothing routine for smoothing
+ the Lagrange multipliers and smoothed grid values of Lagrange multipliers)",
+ "D. Pupashenko (MDE-estimation for GEV distribution in the framework of her PhD thesis 2011--14)",
+ note),
type = "R package",
url = "http://robast.r-forge.r-project.org/",
textVersion = paste("Ruckdeschel, P., Kohl, M., and Horbenko, N.",
sprintf("(%s).", year),
"RobExtremes: Optimally robust estimation for extreme value distributions.",
- paste(note, ".", sep = ""),
+ paste("Contributions by", "S. Desmettre and B. Spangl (smoothed grid values of Lagrange multipliers), ",
+ "G. Kroisandt (testing routines), ", "E. Massini (interactive smoothing routine for smoothing
+ the Lagrange multipliers and smoothed grid values of Lagrange multipliers), ",
+ "D. Pupashenko (MDE-estimation for GEV distribution in the framework of her PhD thesis 2011--14)."),
+ paste(note, ".", sep = ""),
"URL http://robast.r-forge.r-project.org/"))
More information about the Robast-commits
mailing list