[Distr-commits] r1440 - in branches/distr-2.9/pkg: distr distr/man distrDoc distrDoc/man distrMod distrMod/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Feb 11 14:21:14 CET 2024
Author: ruckdeschel
Date: 2024-02-11 14:21:13 +0100 (Sun, 11 Feb 2024)
New Revision: 1440
Modified:
branches/distr-2.9/pkg/distr/DESCRIPTION
branches/distr-2.9/pkg/distr/man/0distr-package.Rd
branches/distr-2.9/pkg/distrDoc/DESCRIPTION
branches/distr-2.9/pkg/distrDoc/man/0distrDoc-package.Rd
branches/distr-2.9/pkg/distrMod/DESCRIPTION
branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd
Log:
branch 2.9: Some more references added to the 0<pkg>-package.Rd and DESCRIPTION files of distr, distr, distrDoc, distrMod.
Modified: branches/distr-2.9/pkg/distr/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distr/DESCRIPTION 2024-02-08 22:29:48 UTC (rev 1439)
+++ branches/distr-2.9/pkg/distr/DESCRIPTION 2024-02-11 13:21:13 UTC (rev 1440)
@@ -2,7 +2,11 @@
Version: 2.9.4
Date: 2024-01-28
Title: Object Oriented Implementation of Distributions
-Description: S4-classes and methods for distributions.
+Description: S4-classes and methods for distributions as described in
+Ruckdeschel et al. (2006) <https://cran.r-project.org/doc/Rnews/Rnews_2006-2.pdf>.
+The backbone for the underlying arithmetics for distributions is a general purpose
+convolution algorithm for distributions as documented in
+Ruckdeschel and Kohl (2014) <doi:10.18637/jss.v059.i04>.
Authors at R: c(person("Florian", "Camphausen", role="ctb", comment="contributed as student in
the initial phase --2005"), person("Matthias", "Kohl", role=c("aut", "cph"),
comment = c(ORCID = "0000-0001-9514-8910")),
Modified: branches/distr-2.9/pkg/distr/man/0distr-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distr/man/0distr-package.Rd 2024-02-08 22:29:48 UTC (rev 1439)
+++ branches/distr-2.9/pkg/distr/man/0distr-package.Rd 2024-02-11 13:21:13 UTC (rev 1440)
@@ -298,18 +298,21 @@
\references{
P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006):
S4 Classes for Distributions, \emph{R News}, \emph{6}(2), 2-6.
-\url{https://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf}
+\url{https://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf}.
+
P. Ruckdeschel and M. Kohl (2014):
General purpose convolution algorithm for distributions
in S4-Classes by means of FFT. \emph{J. Statist. Softw.}
- \bold{59}(4): 1-25.
-a vignette for packages \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and
+ \bold{59}(4): 1-25. \doi{10.18637/jss.v059.i04}.
+
+A vignette for packages \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and
\pkg{distrEx} is included into the mere documentation package \pkg{distrDoc}
and may be called by
-\code{require("distrDoc");vignette("distr")}
+\code{require("distrDoc"); vignette("distr")}
%a more detailed manual for \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and \pkg{distrEx} may be downloaded from
%\url{http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf}
-a homepage to this package is available under\cr
+
+A homepage to this package is available under\cr
\url{https://distr.r-forge.r-project.org/}
}
\section{Start-up-Banner}{
Modified: branches/distr-2.9/pkg/distrDoc/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrDoc/DESCRIPTION 2024-02-08 22:29:48 UTC (rev 1439)
+++ branches/distr-2.9/pkg/distrDoc/DESCRIPTION 2024-02-11 13:21:13 UTC (rev 1440)
@@ -4,6 +4,8 @@
Title: Documentation for 'distr' Family of R Packages
Description: Provides documentation in form of a common vignette to packages 'distr',
'distrEx', 'distrMod', 'distrSim', 'distrTEst', 'distrTeach', and 'distrEllipse'.
+ General ideas are also described in Ruckdeschel et al. (2006)
+ <https://cran.r-project.org/doc/Rnews/Rnews_2006-2.pdf>.
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"), comment = c(ORCID = "0000-0001-9514-8910")),
Modified: branches/distr-2.9/pkg/distrDoc/man/0distrDoc-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrDoc/man/0distrDoc-package.Rd 2024-02-08 22:29:48 UTC (rev 1439)
+++ branches/distr-2.9/pkg/distrDoc/man/0distrDoc-package.Rd 2024-02-11 13:21:13 UTC (rev 1440)
@@ -84,6 +84,34 @@
distrXXX family as a whole in order to ease updating "depends"
information.
}
+
+\references{
+P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006):
+S4 Classes for Distributions, \emph{R News}, \emph{6}(2), 2-6.
+\url{https://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf}.
+
+M. Kohl and P. Ruckdeschel (2010):
+R Package distrMod: S4 Classes and Methods for Probability Models.
+Journal of Statistical Software, 35(10), 1-27.
+\doi{10.18637/jss.v035.i10}
+(see also \code{vignette("distrMod")})
+
+P. Ruckdeschel and M. Kohl (2014):
+ General purpose convolution algorithm for distributions
+ in S4-Classes by means of FFT. \emph{J. Statist. Softw.}
+ \bold{59}(4): 1-25. \doi{10.18637/jss.v059.i04}.
+
+A vignette for packages \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and
+\pkg{distrEx} is included into the mere documentation package \pkg{distrDoc}
+and may be called by
+\code{require("distrDoc"); vignette("distr")}
+
+%a more detailed manual for \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and \pkg{distrEx} may be downloaded from
+%\url{http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf}
+
+A homepage to this package is available under\cr
+\url{https://distr.r-forge.r-project.org/}
+}
\keyword{package}
\keyword{utilities}
\keyword{documentation}
Modified: branches/distr-2.9/pkg/distrMod/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrMod/DESCRIPTION 2024-02-08 22:29:48 UTC (rev 1439)
+++ branches/distr-2.9/pkg/distrMod/DESCRIPTION 2024-02-11 13:21:13 UTC (rev 1440)
@@ -3,7 +3,7 @@
Date: 2019-03-13
Title: Object Oriented Implementation of Probability Models
Description: Implements S4 classes for probability models based on packages 'distr' and
- 'distrEx'.
+ 'distrEx' as described in <doi:10.18637/jss.v035.i10>.
Authors at R: c(person("Matthias", "Kohl", role=c("aut", "cph")), person("Peter", "Ruckdeschel",
role=c("cre", "cph"), email="peter.ruckdeschel at uni-oldenburg.de"), person("R Core
Team", role = c("ctb", "cph"), comment="for source file 'format.perc'"))
Modified: branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd 2024-02-08 22:29:48 UTC (rev 1439)
+++ branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd 2024-02-11 13:21:13 UTC (rev 1440)
@@ -249,9 +249,11 @@
Journal of Statistical Software, 35(10), 1-27.
\doi{10.18637/jss.v035.i10}
(see also \code{vignette("distrMod")})
+
P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006):
S4 Classes for Distributions, \emph{R News}, \emph{6}(2), 2-6.
\url{https://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf}
+
A vignette for packages \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and
\pkg{distrEx} is included into the mere documentation package \pkg{distrDoc}
and may be called by
More information about the Distr-commits
mailing list