[Distr-commits] r1490 - in branches/distr-2.9/pkg/distrSim: inst tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 11 22:18:42 CET 2025
Author: ruckdeschel
Date: 2025-01-11 22:18:42 +0100 (Sat, 11 Jan 2025)
New Revision: 1490
Modified:
branches/distr-2.9/pkg/distrSim/inst/NEWS
branches/distr-2.9/pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
Log:
[distrSim] ported changes from v 2.8.5 to branch 2.9
Modified: branches/distr-2.9/pkg/distrSim/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrSim/inst/NEWS 2025-01-11 21:16:06 UTC (rev 1489)
+++ branches/distr-2.9/pkg/distrSim/inst/NEWS 2025-01-11 21:18:42 UTC (rev 1490)
@@ -8,15 +8,17 @@
information)
##############
-v 2.9
+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: branches/distr-2.9/pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save
===================================================================
--- branches/distr-2.9/pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save 2025-01-11 21:16:06 UTC (rev 1489)
+++ branches/distr-2.9/pkg/distrSim/tests/Examples/distrSim-Ex.Rout.save 2025-01-11 21:18:42 UTC (rev 1490)
@@ -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