[Distr-commits] r993 - in pkg/distrDoc: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 3 14:57:29 CET 2015
Author: ruckdeschel
Date: 2015-02-03 14:57:28 +0100 (Tue, 03 Feb 2015)
New Revision: 993
Modified:
pkg/distrDoc/DESCRIPTION
pkg/distrDoc/inst/CITATION
pkg/distrDoc/inst/NEWS
Log:
distrDoc: yet som polishing before submitting 2.5.1 to CRAN
Modified: pkg/distrDoc/DESCRIPTION
===================================================================
--- pkg/distrDoc/DESCRIPTION 2015-02-03 13:27:42 UTC (rev 992)
+++ pkg/distrDoc/DESCRIPTION 2015-02-03 13:57:28 UTC (rev 993)
@@ -1,12 +1,14 @@
Package: distrDoc
Version: 2.5.1
Date: 2015-02-04
-Title: Documentation for packages distr, distrEx, distrSim, distrTEst, distrTeach, distrMod,
+Title: Documentation for Packages distr, distrEx, distrSim, distrTEst, distrTeach, distrMod,
and distrEllipse
Description: provides documentation in form of a common vignette to packages distr, distrEx,
distrMod, distrSim, distrTEst, distrTeach, and distrEllipse
-Author: Florian Camphausen, Matthias Kohl, Peter Ruckdeschel, Thomas Stabla
-Maintainer: Peter Ruckdeschel <Peter.Ruckdeschel at itwm.fraunhofer.de>
+Authors at R: c(person("Florian", "Camphausen", role="ctb", comment="contributed as student to the documented packages in the initial phase --2005"),
+ person("Matthias", "Kohl", role=c("aut", "cph")),
+ person("Peter", "Ruckdeschel", role=c("cre", "cph"), email="Peter.Ruckdeschel at itwm.fraunhofer.de"),
+ person("Thomas", "Stabla", role="ctb", comment="contributed as student to the documented packages in the initial phase --2005"))
Depends: R(>= 2.14.0)
Imports: distr(>= 2.2.0), distrEx(>= 2.2.0), distrSim(>= 2.2.0), distrTEst(>= 2.2.0),
distrTeach(>= 2.2.0), RandVar(>= 0.7), distrMod(>= 2.2.0), MASS, methods,
@@ -18,4 +20,4 @@
URL: http://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-SVNRevision: 992
+SVNRevision: 993
Modified: pkg/distrDoc/inst/CITATION
===================================================================
--- pkg/distrDoc/inst/CITATION 2015-02-03 13:27:42 UTC (rev 992)
+++ pkg/distrDoc/inst/CITATION 2015-02-03 13:57:28 UTC (rev 993)
@@ -14,7 +14,27 @@
number = 2,
pages = "2--6",
month = "May",
- url = "http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf",
+ url = "http://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf",
pdf = "http://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf",
textVersion = paste("Ruckdeschel, P., Kohl, M., Stabla, T., & Camphausen, F. (2006)",
"S4 Classes for Distributions"))
+
+citEntry(entry = "Article",
+ title = "General Purpose Convolution Algorithm in {S}4 Classes by Means of FFT",
+ author = personList(as.person("Peter Ruckdeschel"),
+ as.person("Matthias Kohl")),
+ journal = "Journal of Statistical Software",
+ year = "2014",
+ volume = "59",
+ number = "4",
+ pages = "1--25",
+ url = "http://www.jstatsoft.org/v59/i04/",
+ textVersion =
+ paste("Peter Ruckdeschel, Matthias Kohl (2014).",
+ "General Purpose Convolution Algorithm in S4 Classes by Means of FFT.",
+ "Journal of Statistical Software, 59(4), 1-25.",
+ "URL http://www.jstatsoft.org/v59/i04/."),
+ header = "If you employ convolution, please also cite:"
+)
+
+
\ No newline at end of file
Modified: pkg/distrDoc/inst/NEWS
===================================================================
--- pkg/distrDoc/inst/NEWS 2015-02-03 13:27:42 UTC (rev 992)
+++ pkg/distrDoc/inst/NEWS 2015-02-03 13:57:28 UTC (rev 993)
@@ -10,6 +10,9 @@
##############
v 2.5.1
##############
+user-visible CHANGES:
++ title changed to title style / capitalization
++ updated CITATION file
+ fixed \VignetteKeyword issue detected as in mail by K. Hornik 2015-02-03
More information about the Distr-commits
mailing list