[Distr-commits] r1465 - in branches/distr-2.9/pkg/distrSim: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 29 19:38:38 CEST 2024


Author: ruckdeschel
Date: 2024-08-29 19:38:38 +0200 (Thu, 29 Aug 2024)
New Revision: 1465

Modified:
   branches/distr-2.9/pkg/distrSim/DESCRIPTION
   branches/distr-2.9/pkg/distrSim/man/0distrSim-package.Rd
Log:
[distrSim] ported changes from trunk to devel branch distr-2.9

Modified: branches/distr-2.9/pkg/distrSim/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrSim/DESCRIPTION	2024-08-29 17:38:11 UTC (rev 1464)
+++ branches/distr-2.9/pkg/distrSim/DESCRIPTION	2024-08-29 17:38:38 UTC (rev 1465)
@@ -1,6 +1,6 @@
 Package: distrSim
-Version: 2.9.0
-Date: 2019-03-13
+Version: 2.8.5
+Date: 2024-08-29
 Title: Simulation Classes Based on Package 'distr'
 Description: S4-classes for setting up a coherent framework for simulation within the distr
             family of packages.
@@ -8,15 +8,14 @@
 Suggests: distrEx(>= 2.8.0)
 Imports: startupmsg, stats, grDevices
 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")),
-            person("Peter", "Ruckdeschel", role=c("cre", "cph"),
-            email="peter.ruckdeschel at uni-oldenburg.de", 
-			comment = c(ORCID = "0000-0001-7815-4809")), person("Thomas", "Stabla",
-            role="ctb", comment="contributed as student in the initial phase --2005"))
+            the initial phase --2005"), person("Matthias", "Kohl", role=c("aut", "cph"),
+            comment = c(ORCID = "0000-0001-9514-8910")), person("Peter", "Ruckdeschel",
+            role=c("cre", "cph"), email="peter.ruckdeschel at uni-oldenburg.de", comment =
+            c(ORCID = "0000-0001-7815-4809")), person("Thomas", "Stabla", role="ctb",
+            comment="contributed as student in the initial phase --2005"))
 ByteCompile: yes
 License: LGPL-3
 URL: https://r-forge.r-project.org/projects/distr/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1324
+VCS/SVNRevision: 1463

Modified: branches/distr-2.9/pkg/distrSim/man/0distrSim-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrSim/man/0distrSim-package.Rd	2024-08-29 17:38:11 UTC (rev 1464)
+++ branches/distr-2.9/pkg/distrSim/man/0distrSim-package.Rd	2024-08-29 17:38:38 UTC (rev 1465)
@@ -13,16 +13,15 @@
 \details{
 \tabular{ll}{
 Package: \tab distrSim \cr
-Version: \tab 2.9.0 \cr
+Version: \tab 2.8.5 \cr
 Date: \tab 2024-08-29 \cr
-Depends: \tab R(>= 3.4), methods, graphics, setRNG(>= 2006.2-1),
-    distr(>= 2.8.0) \cr
+Depends: \tab R(>= 3.4), methods, graphics, setRNG(>= 2006.2-1), distr(>= 2.8.0) \cr
 Suggests: \tab distrEx(>= 2.8.0) \cr
 Imports: \tab startupmsg, stats, grDevices \cr
 LazyLoad: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab https://r-forge.r-project.org/projects/distr/\cr
-VCS/SVNRevision: \tab 1454 \cr
+VCS/SVNRevision: \tab 1463 \cr
 }
 }
 \section{Classes}{
@@ -48,7 +47,6 @@
       Data.id(vectororNULL),
       Data.c(vectororNULL)
 }}
-
 \section{Methods}{
 \preformatted{
 savedata                Methods to save the data slot 
@@ -67,13 +65,11 @@
 cload                   loads just the comment slot 
                        (for Simulation/Contsimulation)
 }}
-
 \section{Slot accessors / -replacement functions}{
 All slots are inspected / modified by corresponding 
 accessors / -replacement functions, e.g. \code{rate(X)} for
 an object of class \code{"Contsimulation"}.
 }
-
 \author{
   Thomas Stabla \email{statho3 at web.de},\cr 
   Florian Camphausen \email{fcampi at gmx.de},\cr
@@ -81,23 +77,18 @@
   Matthias Kohl \email{Matthias.Kohl at stamats.de}\cr
   \emph{Maintainer:}  Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}
   }
-
 \section{Start-up-Banner}{
 You may suppress the start-up banner/message completely by setting \code{options("StartupBanner"="off")}
 somewhere before loading this package by \code{library} or \code{require} in your R-code / R-session.
-
 If option \code{"StartupBanner"} is not defined (default) or setting    
 \code{options("StartupBanner"=NULL)} or  \code{options("StartupBanner"="complete")} 
 the complete start-up banner is displayed.
-
 For any other value of option \code{"StartupBanner"} (i.e., not in \code{c(NULL,"off","complete")})
 only the version information is displayed.
-
 The same can be achieved by wrapping the \code{library} or \code{require}  call into
 either \code{\link[startupmsg:StartupUtilities]{suppressStartupMessages}()} or 
 \code{\link[startupmsg:StartupUtilities]{onlytypeStartupMessages}(.,atypes="version")}. 
 }
-
 \section{Far-reaching Change in Design}{
  From version 1.8 of this package on, we have changed the format how data / simulations are stored:
  In order to be able to cope with multivariate distributions, regression distributions and (later)
@@ -108,25 +99,19 @@
  to check whether the object was generated by an older version of this package and to convert
  such an object to the new format, respectively. 
 }
-
 \note{Global options controlling the plots and summaries of Dataclass and Simulation/Contsimulation 
 objects may be inspected / set by \code{\link{distrSimoptions}()} 
 and \code{\link{getdistrSimOption}()}.
 }
-
-
 \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}
-
 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/}
 }
@@ -133,20 +118,16 @@
 \section{Start-up-Banner}{
 You may suppress the start-up banner/message completely by setting \code{options("StartupBanner"="off")}
 somewhere before loading this package by \code{library} or \code{require} in your R-code / R-session.
-
 If option \code{"StartupBanner"} is not defined (default) or setting    
 \code{options("StartupBanner"=NULL)} or  \code{options("StartupBanner"="complete")} 
 the complete start-up banner is displayed.
-
 For any other value of option \code{"StartupBanner"} (i.e., not in \code{c(NULL,"off","complete")})
 only the version information is displayed.
-
 As for general \code{packageStartupMessage}'s, you may also suppress all
  the start-up banner by wrapping the \code{library} or \code{require} 
  call into \code{suppressPackageStartupMessages()} from 
  \pkg{startupmsg}-version 0.5 on.
  }
-
 \section{Package versions}{
 Note: The first two numbers of package versions do not necessarily reflect
  package-individual development, but rather are chosen for the
@@ -153,7 +134,6 @@
  distrXXX family as a whole in order to ease updating "depends"
  information.
 }
-
 \keyword{ package }
 \concept{contaminated data}
 \concept{contaminating data}



More information about the Distr-commits mailing list