[Distr-commits] r1489 - in pkg/distrSim: . inst man tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 11 22:16:07 CET 2025


Author: ruckdeschel
Date: 2025-01-11 22:16:06 +0100 (Sat, 11 Jan 2025)
New Revision: 1489

Modified:
   pkg/distrSim/DESCRIPTION
   pkg/distrSim/inst/CITATION
   pkg/distrSim/inst/NEWS
   pkg/distrSim/man/0distrSim-package.Rd
   pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
Log:
[distrSim] version on trunk ready for submission

Modified: pkg/distrSim/DESCRIPTION
===================================================================
--- pkg/distrSim/DESCRIPTION	2025-01-11 20:49:20 UTC (rev 1488)
+++ pkg/distrSim/DESCRIPTION	2025-01-11 21:16:06 UTC (rev 1489)
@@ -1,6 +1,6 @@
 Package: distrSim
-Version: 2.8.4
-Date: 2024-08-29
+Version: 2.8.5
+Date: 2025-01-11
 Title: Simulation Classes Based on Package 'distr'
 Description: S4-classes for setting up a coherent framework for simulation within the distr
             family of packages.
@@ -19,4 +19,4 @@
 URL: http://distr.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1463
+VCS/SVNRevision: 1488

Modified: pkg/distrSim/inst/CITATION
===================================================================
--- pkg/distrSim/inst/CITATION	2025-01-11 20:49:20 UTC (rev 1488)
+++ pkg/distrSim/inst/CITATION	2025-01-11 21:16:06 UTC (rev 1489)
@@ -1,8 +1,8 @@
 bibentry(bibtype = "Article",
          mheader = "To cite package distrSim (and other packages of the distr family of packages) in publications use:",
 		 title = "S4 Classes for Distributions",
-         author = c(as.person("P. Ruckdeschel"),
-                        as.person("M. Kohl"),
+         author = c(person("Peter", "Ruckdeschel", comment = c(ORCID = "0000-0001-7815-4809")),
+                    person("Matthias", "Kohl", comment = c(ORCID = "0000-0001-9514-8910")),
                         as.person("T. Stabla"),
                         as.person("F. Camphausen")),
          language = "English",

Modified: pkg/distrSim/inst/NEWS
===================================================================
--- pkg/distrSim/inst/NEWS	2025-01-11 20:49:20 UTC (rev 1488)
+++ pkg/distrSim/inst/NEWS	2025-01-11 21:16:06 UTC (rev 1489)
@@ -8,6 +8,17 @@
  information)
 
 ##############
+v 2.8.5
+##############
+
+under the hood:
++ adapted reference output for new startupmsg
++ converted encoding to UTF-8
++ transformed CITATION file to new format, i.e., bibentry() instead of citEntry(),
+        c(as.person( .... ), as.person( .... ), ...), instead of 
+		as.personList(....) 
+
+##############
 v 2.8.4
 ##############
 

Modified: pkg/distrSim/man/0distrSim-package.Rd
===================================================================
--- pkg/distrSim/man/0distrSim-package.Rd	2025-01-11 20:49:20 UTC (rev 1488)
+++ pkg/distrSim/man/0distrSim-package.Rd	2025-01-11 21:16:06 UTC (rev 1489)
@@ -13,8 +13,8 @@
 \details{
 \tabular{ll}{
 Package: \tab distrSim \cr
-Version: \tab 2.8.4 \cr
-Date: \tab 2024-08-29 \cr
+Version: \tab 2.8.5 \cr
+Date: \tab 2025-01-11 \cr
 Depends: \tab R(>= 3.4), methods, graphics, setRNG(>= 2006.2-1), distr(>= 2.5.2) \cr
 Suggests: \tab distrEx(>= 2.2) \cr
 Imports: \tab startupmsg, stats, grDevices \cr
@@ -21,7 +21,7 @@
 LazyLoad: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab https://distr.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1463 \cr
+VCS/SVNRevision: \tab 1488 \cr
 }
 }
 \section{Classes}{

Modified: pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
===================================================================
--- pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save	2025-01-11 20:49:20 UTC (rev 1488)
+++ pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save	2025-01-11 21:16:06 UTC (rev 1489)
@@ -1,6 +1,6 @@
 
-R Under development (unstable) (2024-08-17 r87027 ucrt) -- "Unsuffered Consequences"
-Copyright (C) 2024 The R Foundation for Statistical Computing
+R Under development (unstable) (2025-01-10 r87562 ucrt) -- "Unsuffered Consequences"
+Copyright (C) 2025 The R Foundation for Statistical Computing
 Platform: x86_64-w64-mingw32/x64
 
 R is free software and comes with ABSOLUTELY NO WARRANTY.
@@ -25,32 +25,29 @@
 Loading required package: setRNG
 Loading required package: distr
 Loading required package: startupmsg
-:startupmsg>  Utilities for Start-Up Messages (version 0.9.7)
+:startupmsg>  *** Utilities for Start-Up Messages ***
 :startupmsg> 
-:startupmsg>  For more information see ?"startupmsg",
-:startupmsg>  NEWS("startupmsg")
-
+:startupmsg>  Version information in start-up messages is
+:startupmsg>  currently suppressed. To see such information on
+:startupmsg>  startup as in versions of this pkg prior to this
+:startupmsg>  versionr, set option "StartupBanner" to a value
+:startupmsg>  different to {"off", "no-version", "no -
+:startupmsg>  version"}, e.g., by options("StartupBanner" =
+:startupmsg>  "complete") or by options("StartupBanner" = NULL)
+:startupmsg>  or by options("StartupBanner" = "something else").
+:startupmsg> 
+:startupmsg>  Detailed information about which packages are
+:startupmsg>  currently loaded or attached at which version
+:startupmsg>  (regardless of whether these have start-up
+:startupmsg>  messages managed by this package) can be obtained
+:startupmsg>  by "sessionInfo()".
+:startupmsg> 
+:startupmsg> 
 Loading required package: sfsmisc
-:distr>  Object Oriented Implementation of Distributions (version
-:distr>  2.9.4)
+:distr>  *** Object Oriented Implementation of Distributions ***
 :distr> 
-:distr>  Attention: Arithmetics on distribution objects are
-:distr>  understood as operations on corresponding random variables
-:distr>  (r.v.s); see distrARITH().
 :distr> 
-:distr>  Some functions from package 'stats' are intentionally masked
-:distr>  ---see distrMASK().
-:distr> 
-:distr>  Note that global options are controlled by distroptions()
-:distr>  ---c.f. ?"distroptions".
-:distr> 
-:distr>  For more information see ?"distr", NEWS("distr"), as well as
-:distr>    http://distr.r-forge.r-project.org/
-:distr>  Package "distrDoc" provides a vignette to this package as
-:distr>  well as to several extension packages; try
-:distr>  vignette("distr").
 
-
 Attaching package: 'distr'
 
 The following objects are masked from 'package:stats':
@@ -57,21 +54,10 @@
 
     df, qqplot, sd
 
-:distrSim>  Simulation Classes Based on Package 'distr' (version
-:distrSim>  2.8.1)
+:distrSim>  *** Simulation Classes Based on Package 'distr' ***
 :distrSim> 
-:distrSim>  Some functions from package 'stats' are intentionally
-:distrSim>  masked ---see distrSimMASK().
 :distrSim> 
-:distrSim> 
-:distrSim>  For more information see ?"distrSim",
-:distrSim>  NEWS("distrSim"), as well as
-:distrSim>    http://distr.r-forge.r-project.org/
-:distrSim>  Package "distrDoc" provides a vignette to this package
-:distrSim>  as well as to several related packages; try
-:distrSim>  vignette("distr").
 
-
 Attaching package: 'distrSim'
 
 The following object is masked from 'package:stats':
@@ -497,7 +483,7 @@
 number of runs: 1
 dimension of the observations: 6
 size of sample: 6
-object was generated by version: 2.8.1
+object was generated by version: 2.8.5
 > #
 > D <- Dataclass(Data = array(c(1,2,3,4,5,6),c(samplesize=2,obsdim=3,Runs=1)),
 +                filename = "xyz.sav")
@@ -517,7 +503,7 @@
 number of runs: 1
 dimension of the observations: 3
 size of sample: 2
-object was generated by version: 2.8.1
+object was generated by version: 2.8.5
 > load("xyz.sav") # loads the original object "D"
 > Data(D) # the original data: matrix(c(1,2,3,4,5,6),2)
 , , 1
@@ -914,7 +900,7 @@
 > cleanEx()
 > options(digits = 7L)
 > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed:  4.12 0.17 4.54 NA NA 
+Time elapsed:  3.19 0.12 3.32 NA NA 
 > grDevices::dev.off()
 null device 
           1 



More information about the Distr-commits mailing list