[Distr-commits] r1494 - in pkg/distrTeach: . inst man tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 11 23:14:27 CET 2025


Author: ruckdeschel
Date: 2025-01-11 23:14:27 +0100 (Sat, 11 Jan 2025)
New Revision: 1494

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

Modified: pkg/distrTeach/DESCRIPTION
===================================================================
--- pkg/distrTeach/DESCRIPTION	2025-01-11 21:58:37 UTC (rev 1493)
+++ pkg/distrTeach/DESCRIPTION	2025-01-11 22:14:27 UTC (rev 1494)
@@ -1,12 +1,12 @@
 Package: distrTeach
-Version: 2.9.1
-Date: 2024-01-30
+Version: 2.9.2
+Date: 2025-01-11
 Title: Extensions of Package 'distr' for Teaching Stochastics/Statistics in Secondary School
 Description: Provides flexible examples of LLN and CLT for teaching purposes in secondary
             school.
 Depends: R(>= 3.4), methods, distr(>= 2.2), distrEx(>= 2.2)
 Suggests: tcltk
-Imports: startupmsg, grDevices, graphics, stats
+Imports: startupmsg(>= 1.0.0), grDevices, graphics, stats
 Authors at R: c(person("Eleonora", "Feist", role="ctb", comment = "contributed as student in the
             initial phase --2008"), person("Matthias", "Kohl", role=c("aut", "cph")),
             person("Peter", "Ruckdeschel", role=c("cre", "cph"),
@@ -19,4 +19,4 @@
 Packaged: Fri Jun 8 00:12:57 2007; Peter
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1429
+VCS/SVNRevision: 1493

Modified: pkg/distrTeach/inst/CITATION
===================================================================
--- pkg/distrTeach/inst/CITATION	2025-01-11 21:58:37 UTC (rev 1493)
+++ pkg/distrTeach/inst/CITATION	2025-01-11 22:14:27 UTC (rev 1494)
@@ -1,8 +1,8 @@
 bibentry(bibtype = "Article",
          mheader = "To cite package distrTeach (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/distrTeach/inst/NEWS
===================================================================
--- pkg/distrTeach/inst/NEWS	2025-01-11 21:58:37 UTC (rev 1493)
+++ pkg/distrTeach/inst/NEWS	2025-01-11 22:14:27 UTC (rev 1494)
@@ -8,6 +8,16 @@
  information)
  
 ##############
+v 2.9.2
+##############
+
+under the hood:
++ adapted reference output for new startupmsg
++ transformed CITATION file to new format, i.e., bibentry() instead of citEntry(),
+        c(as.person( .... ), as.person( .... ), ...), instead of 
+		as.personList(....) 
+
+##############
 v 2.9.0
 ##############
 
@@ -18,7 +28,10 @@
   of discrete and abs. cont distributions) -> then only
   the cdfs for different numbers of summands are plotted
 
+under the hood:
++ converted encoding to UTF-8
 
+
 ##############
 v 2.8
 ##############

Modified: pkg/distrTeach/man/0distrTeach-package.Rd
===================================================================
--- pkg/distrTeach/man/0distrTeach-package.Rd	2025-01-11 21:58:37 UTC (rev 1493)
+++ pkg/distrTeach/man/0distrTeach-package.Rd	2025-01-11 22:14:27 UTC (rev 1494)
@@ -19,15 +19,15 @@
 \details{
 \tabular{ll}{
 Package: \tab distrTeach \cr
-Version: \tab 2.9.1 \cr
-Date: \tab 2024-01-30 \cr
+Version: \tab 2.9.2 \cr
+Date: \tab 2025-01-11 \cr
 Depends: \tab R(>= 3.4), methods, distr(>= 2.2), distrEx(>= 2.2) \cr
 Suggests: \tab tcltk \cr
-Imports: \tab startupmsg, grDevices, graphics, stats \cr
+Imports: \tab startupmsg(>= 1.0.0), grDevices, graphics, stats \cr
 LazyLoad: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://distr.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1429 \cr
+VCS/SVNRevision: \tab 1493 \cr
 }
 }
 \section{Classes}{

Modified: pkg/distrTeach/tests/Examples/distrTeach-Ex.Rout.save
===================================================================
--- pkg/distrTeach/tests/Examples/distrTeach-Ex.Rout.save	2025-01-11 21:58:37 UTC (rev 1493)
+++ pkg/distrTeach/tests/Examples/distrTeach-Ex.Rout.save	2025-01-11 22:14:27 UTC (rev 1494)
@@ -1,7 +1,7 @@
 
-R Under development (unstable) (2019-02-27 r76167) -- "Unsuffered Consequences"
-Copyright (C) 2019 The R Foundation for Statistical Computing
-Platform: i386-w64-mingw32/i386 (32-bit)
+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.
 You are welcome to redistribute it under certain conditions.
@@ -24,32 +24,29 @@
 > library('distrTeach')
 Loading required package: distr
 Loading required package: startupmsg
-:startupmsg>  Utilities for Start-Up Messages (version 0.9.6)
+: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.8.0)
+: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,23 +54,10 @@
     df, qqplot, sd
 
 Loading required package: distrEx
-:distrEx>  Extensions of Package 'distr' (version 2.8.0)
+:distrEx>  *** Extensions of Package 'distr' ***
 :distrEx> 
-:distrEx>  Note: Packages "e1071", "moments", "fBasics" should be
-:distrEx>  attached /before/ package "distrEx". See
-:distrEx>  distrExMASK().Note: Extreme value distribution
-:distrEx>  functionality has been moved to
 :distrEx> 
-:distrEx>        package "RobExtremes". See distrExMOVED().
-:distrEx> 
-:distrEx>  For more information see ?"distrEx", NEWS("distrEx"), as
-:distrEx>  well as
-:distrEx>    http://distr.r-forge.r-project.org/
-:distrEx>  Package "distrDoc" provides a vignette to this package
-:distrEx>  as well as to several related packages; try
-:distrEx>  vignette("distr").
 
-
 Attaching package: 'distrEx'
 
 The following objects are masked from 'package:stats':
@@ -80,18 +64,11 @@
 
     IQR, mad, median, var
 
-:distrTeach>  Extensions of Package 'distr' for Teaching
+:distrTeach>  *** Extensions of Package 'distr' for Teaching
 :distrTeach> 
-:distrTeach>  Stochastics/Statistics in Secondary School
-:distrTeach>  (version 2.8.0)
+:distrTeach>  Stochastics/Statistics in Secondary School ***
 :distrTeach> 
-:distrTeach>  For more information see ?"distrTeach",
-:distrTeach>  NEWS("distrTeach"), as well as
-:distrTeach>    http://distr.r-forge.r-project.org/
-:distrTeach>  Package "distrDoc" provides a vignette to this
-:distrTeach>  package as well as to several related packages;
-:distrTeach>  try vignette("distr").
-
+:distrTeach> 
 > 
 > base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
 > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv')
@@ -151,6 +128,7 @@
 > ### Title: Generic Plot Function for Illustrating the CLT
 > ### Aliases: plotCLT plotCLT-methods plotCLT,AbscontDistribution-method
 > ###   plotCLT,DiscreteDistribution-method
+> ###   plotCLT,UnivariateDistribution-method
 > ### Keywords: internal methods hplot distribution
 > 
 > ### ** Examples
@@ -164,7 +142,7 @@
 > cleanEx()
 > options(digits = 7L)
 > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed:  12.16 1.11 15.11 NA NA 
+Time elapsed:  7.67 0.61 8.32 NA NA 
 > grDevices::dev.off()
 null device 
           1 



More information about the Distr-commits mailing list