[Robast-commits] r227 - pkg/RobAStBase/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 28 15:21:51 CET 2008


Author: stamats
Date: 2008-11-28 15:21:50 +0100 (Fri, 28 Nov 2008)
New Revision: 227

Added:
   pkg/RobAStBase/inst/NEWS
Modified:
   pkg/RobAStBase/inst/CITATION
Log:
added NEWS file, updated CITATION file using code by A. Zeileis

Modified: pkg/RobAStBase/inst/CITATION
===================================================================
--- pkg/RobAStBase/inst/CITATION	2008-11-28 12:21:39 UTC (rev 226)
+++ pkg/RobAStBase/inst/CITATION	2008-11-28 14:21:50 UTC (rev 227)
@@ -1,3 +1,7 @@
+if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobAStBase")
+year <- sub("-.*", "", meta$Date)
+note <- sprintf("R package version %s", meta$Version)
+
 citHeader("To cite package RobAStBase in publications use:")
 
 citEntry(entry="Manual",
@@ -5,8 +9,12 @@
          author = personList(as.person("M. Kohl"),
                              as.person("P. Ruckdeschel")),
          language = "English",
-         year = 2008,
+         year = year,
+         note = note,
          type = "R package",
          url = "http://robast.r-forge.r-project.org/",
-         textVersion = paste("Kohl, M., and Ruckdeschel, P. (2008).", 
-                             "RobAStBase: Robust Asymptotic Statistics.", "R package."))
+         textVersion = paste("Kohl, M., and Ruckdeschel, P.",
+                             sprintf("(%s).", year),
+                             "RobAStBase: Robust Asymptotic Statistics.",
+                             paste(note, ".", sep = ""),
+                             "URL http://robast.r-forge.r-project.org/"))

Added: pkg/RobAStBase/inst/NEWS
===================================================================
--- pkg/RobAStBase/inst/NEWS	                        (rev 0)
+++ pkg/RobAStBase/inst/NEWS	2008-11-28 14:21:50 UTC (rev 227)
@@ -0,0 +1,14 @@
+###############################################################################
+##  News: to package RobAStBase
+###############################################################################
+
+#######################################
+version 0.1.3
+#######################################
++ new plotting features similar to package distr
++ new plotting functionality: ddPlot and outlyingPlot
++ introduced option("newDevice") to control new opening of graphic devices
++ use of on.exit() to restore old settings for options() and par() at the end 
+  of functions
++ introduction of NEWS-file
++ update of CITATION-file (based on code provided by A. Zeileis on R help)
\ No newline at end of file



More information about the Robast-commits mailing list