[Robast-commits] r316 - in branches/robast-0.7/pkg/RandVar: inst inst/doc man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 30 15:10:31 CEST 2009
Author: stamats
Date: 2009-06-30 15:10:31 +0200 (Tue, 30 Jun 2009)
New Revision: 316
Added:
branches/robast-0.7/pkg/RandVar/inst/NEWS
Modified:
branches/robast-0.7/pkg/RandVar/inst/CITATION
branches/robast-0.7/pkg/RandVar/inst/doc/RandVar.pdf
branches/robast-0.7/pkg/RandVar/man/0RandVar-package.Rd
Log:
merged branch and trunk
Modified: branches/robast-0.7/pkg/RandVar/inst/CITATION
===================================================================
--- branches/robast-0.7/pkg/RandVar/inst/CITATION 2009-06-30 13:08:24 UTC (rev 315)
+++ branches/robast-0.7/pkg/RandVar/inst/CITATION 2009-06-30 13:10:31 UTC (rev 316)
@@ -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/"))
Copied: branches/robast-0.7/pkg/RandVar/inst/NEWS (from rev 308, pkg/RandVar/inst/NEWS)
===================================================================
--- branches/robast-0.7/pkg/RandVar/inst/NEWS (rev 0)
+++ branches/robast-0.7/pkg/RandVar/inst/NEWS 2009-06-30 13:10:31 UTC (rev 316)
@@ -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: branches/robast-0.7/pkg/RandVar/inst/doc/RandVar.pdf
===================================================================
(Binary files differ)
Modified: branches/robast-0.7/pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- branches/robast-0.7/pkg/RandVar/man/0RandVar-package.Rd 2009-06-30 13:08:24 UTC (rev 315)
+++ branches/robast-0.7/pkg/RandVar/man/0RandVar-package.Rd 2009-06-30 13:10:31 UTC (rev 316)
@@ -12,7 +12,7 @@
\tabular{ll}{
Package: \tab RandVar\cr
Version: \tab 0.7 \cr
-Date: \tab 2008-11-27 \cr
+Date: \tab 2009-04-14 \cr
Depends: \tab R (>= 2.7.0), methods, startupmsg, distr(>= 2.0), distrEx(>=
2.0)\cr
LazyLoad: \tab yes\cr
More information about the Robast-commits
mailing list