[Robast-commits] r1263 - in pkg/RandVar: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 30 16:55:58 CET 2024


Author: ruckdeschel
Date: 2024-01-30 16:55:57 +0100 (Tue, 30 Jan 2024)
New Revision: 1263

Modified:
   pkg/RandVar/DESCRIPTION
   pkg/RandVar/man/0RandVar-package.Rd
Log:
[RandVar] incremented version in DESCRIPTION and web-page 

Modified: pkg/RandVar/DESCRIPTION
===================================================================
--- pkg/RandVar/DESCRIPTION	2024-01-30 15:45:57 UTC (rev 1262)
+++ pkg/RandVar/DESCRIPTION	2024-01-30 15:55:57 UTC (rev 1263)
@@ -1,5 +1,5 @@
 Package: RandVar
-Version: 1.2.2
+Version: 1.2.3
 Date: 2024-01-30
 Title: Implementation of Random Variables
 Description: Implements random variables by means of S4 classes and methods.
@@ -15,4 +15,5 @@
 URL: https://r-forge.r-project.org/projects/robast/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1228
+VCS/SVNRevision: 1261
+

Modified: pkg/RandVar/man/0RandVar-package.Rd
===================================================================
--- pkg/RandVar/man/0RandVar-package.Rd	2024-01-30 15:45:57 UTC (rev 1262)
+++ pkg/RandVar/man/0RandVar-package.Rd	2024-01-30 15:55:57 UTC (rev 1263)
@@ -1,3 +1,51 @@
+<<<<<<< .mine
+\name{RandVar-package}
+\alias{RandVar-package}
+\alias{RandVar}
+\docType{package}
+\title{
+Implementation of Random Variables
+}
+\description{
+Implementation of random variables by means of S4 classes and methods.
+}
+\details{
+\tabular{ll}{
+Package: \tab RandVar \cr
+Version: \tab 1.2.3 \cr
+Date: \tab 2024-01-30 \cr
+Depends: \tab R(>= 3.4), methods, distr(>= 2.8.0), distrEx(>= 2.8.0) \cr
+Imports: \tab startupmsg \cr
+ByteCompile: \tab yes \cr
+License: \tab LGPL-3 \cr
+URL: \tab https://r-forge.r-project.org/projects/robast/\cr
+VCS/SVNRevision: \tab 1261 \cr
+}
+}
+\author{
+Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de},\cr%
+Matthias Kohl \email{Matthias.Kohl at stamats.de}\cr
+Maintainer: Matthias Kohl  \email{matthias.kohl at stamats.de}}
+\references{
+  M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness.
+  Dissertation. University of Bayreuth.
+  See also https://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf
+}
+\seealso{
+\code{\link[distr:0distr-package]{distr-package}}, \code{\link[distrEx:0distrEx-package]{distrEx-package}}
+}
+\section{Package versions}{
+Note: The first two numbers of package versions do not necessarily reflect
+ package-individual development, but rather are chosen for the
+ RobAStXXX family as a whole in order to ease updating "depends"
+ information.
+}
+\examples{
+library(RandVar)
+#vignette("RandVar")
+}
+\keyword{package}
+||||||| .r1260
 \name{RandVar-package}
 \alias{RandVar-package}
 \alias{RandVar}
@@ -12,6 +60,53 @@
 \tabular{ll}{
 Package: \tab RandVar \cr
 Version: \tab 1.2.2 \cr
+Date: \tab 2023-05-08 \cr
+Depends: \tab R(>= 3.4), methods, distr(>= 2.8.0), distrEx(>= 2.8.0) \cr
+Imports: \tab startupmsg \cr
+ByteCompile: \tab yes \cr
+License: \tab LGPL-3 \cr
+URL: \tab https://r-forge.r-project.org/projects/robast/\cr
+VCS/SVNRevision: \tab 1228 \cr
+}
+}
+\author{
+Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de},\cr%
+Matthias Kohl \email{Matthias.Kohl at stamats.de}\cr
+Maintainer: Matthias Kohl  \email{matthias.kohl at stamats.de}}
+\references{
+  M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness.
+  Dissertation. University of Bayreuth.
+  See also https://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf
+}
+\seealso{
+\code{\link[distr:0distr-package]{distr-package}}, \code{\link[distrEx:0distrEx-package]{distrEx-package}}
+}
+\section{Package versions}{
+Note: The first two numbers of package versions do not necessarily reflect
+ package-individual development, but rather are chosen for the
+ RobAStXXX family as a whole in order to ease updating "depends"
+ information.
+}
+\examples{
+library(RandVar)
+#vignette("RandVar")
+}
+\keyword{package}
+=======
+\name{RandVar-package}
+\alias{RandVar-package}
+\alias{RandVar}
+\docType{package}
+\title{
+Implementation of Random Variables
+}
+\description{
+Implementation of random variables by means of S4 classes and methods.
+}
+\details{
+\tabular{ll}{
+Package: \tab RandVar \cr
+Version: \tab 1.2.2 \cr
 Date: \tab 2024-01-30 \cr
 Depends: \tab R(>= 3.4), methods, distr(>= 2.8.0), distrEx(>= 2.8.0) \cr
 Imports: \tab startupmsg \cr
@@ -43,3 +138,4 @@
 #vignette("RandVar")
 }
 \keyword{package}
+>>>>>>> .r1262



More information about the Robast-commits mailing list