[Robast-commits] r915 - in branches/robast-1.1/pkg: RobAStRDA/inst RobExtremes/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Sep 4 23:17:03 CEST 2016


Author: ruckdeschel
Date: 2016-09-04 23:17:03 +0200 (Sun, 04 Sep 2016)
New Revision: 915

Added:
   branches/robast-1.1/pkg/RobAStRDA/inst/CITATION
Modified:
   branches/robast-1.1/pkg/RobExtremes/inst/CITATION
Log:
CITATION in branch 1.1

Added: branches/robast-1.1/pkg/RobAStRDA/inst/CITATION
===================================================================
--- branches/robast-1.1/pkg/RobAStRDA/inst/CITATION	                        (rev 0)
+++ branches/robast-1.1/pkg/RobAStRDA/inst/CITATION	2016-09-04 21:17:03 UTC (rev 915)
@@ -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: branches/robast-1.1/pkg/RobExtremes/inst/CITATION
===================================================================
--- branches/robast-1.1/pkg/RobExtremes/inst/CITATION	2016-09-04 21:13:35 UTC (rev 914)
+++ branches/robast-1.1/pkg/RobExtremes/inst/CITATION	2016-09-04 21:17:03 UTC (rev 915)
@@ -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