[Robast-commits] r226 - in pkg/RandVar/inst: . doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 28 13:21:39 CET 2008


Author: stamats
Date: 2008-11-28 13:21:39 +0100 (Fri, 28 Nov 2008)
New Revision: 226

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

Modified: pkg/RandVar/inst/CITATION
===================================================================
--- pkg/RandVar/inst/CITATION	2008-11-28 11:01:18 UTC (rev 225)
+++ pkg/RandVar/inst/CITATION	2008-11-28 12:21:39 UTC (rev 226)
@@ -1,13 +1,20 @@
+if(!exists("meta") || is.null(meta)) meta <- packageDescription("RandVar")
+year <- sub("-.*", "", meta$Date)
+note <- sprintf("R package version %s", meta$Version)
+
 citHeader("To cite package RandVar in publications use:")
 
-citEntry(entry="phdthesis",
-         title = "Numerical Contributions to the Asymptotic Theory of Robustness",
-         author = personList(as.person("M. Kohl")),
+citEntry(entry="Manual",
+         title = "RandVar: Implementation of random variables",
+         author = personList(as.person("M. Kohl"),
+                             as.person("P. Ruckdeschel")),
          language = "English",
-         year = 2005,
-         school = "University of Bayreuth",
-         type = "Dissertation",
-         address = "Bayreuth",
-         url = "http://opus.ub.uni-bayreuth.de/volltexte/2006/195/",
-         pdf = "http://www.stamats.de/ThesisMKohl.pdf",
-textVersion = paste("Kohl, M., (2005).", "Numerical Contributions to the Asymptotic Theory of Robustness.", "Dissertation,", "University of Bayreuth."))
+         year = year,
+         note = note,
+         type = "R package",
+         url = "http://robast.r-forge.r-project.org/",
+         textVersion = paste("Kohl, M., and Ruckdeschel, P.",
+                             sprintf("(%s).", year),
+                             "RandVar: Implementation of random variables.",
+                             paste(note, ".", sep = ""),
+                             "URL http://robast.r-forge.r-project.org/"))

Added: pkg/RandVar/inst/NEWS
===================================================================
--- pkg/RandVar/inst/NEWS	                        (rev 0)
+++ pkg/RandVar/inst/NEWS	2008-11-28 12:21:39 UTC (rev 226)
@@ -0,0 +1,14 @@
+###############################################################################
+##  News: to package RandVar
+###############################################################################
+
+#######################################
+version 0.6.6
+#######################################
++ quicker way to compute image distributions of objects of class 
+  DiscreteDistribution
++ use of new option "newDevice"
++ 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

Modified: pkg/RandVar/inst/doc/RandVar.pdf
===================================================================
(Binary files differ)



More information about the Robast-commits mailing list