[Distr-commits] r1492 - in pkg/distrTEst: . inst man tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 11 22:57:55 CET 2025
Author: ruckdeschel
Date: 2025-01-11 22:57:55 +0100 (Sat, 11 Jan 2025)
New Revision: 1492
Modified:
pkg/distrTEst/DESCRIPTION
pkg/distrTEst/inst/CITATION
pkg/distrTEst/inst/NEWS
pkg/distrTEst/man/0distrTEst-package.Rd
pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save
Log:
[distrTEst] version on trunk ready for submission
Modified: pkg/distrTEst/DESCRIPTION
===================================================================
--- pkg/distrTEst/DESCRIPTION 2025-01-11 21:26:06 UTC (rev 1491)
+++ pkg/distrTEst/DESCRIPTION 2025-01-11 21:57:55 UTC (rev 1492)
@@ -1,11 +1,11 @@
Package: distrTEst
-Version: 2.8.2
-Date: 2024-01-30
+Version: 2.8.3
+Date: 2025-01-11
Title: Estimation and Testing Classes Based on Package 'distr'
Description: Evaluation (S4-)classes based on package distr for evaluating procedures
(estimators/tests) at data/simulation in a unified way.
Depends: R(>= 3.4), methods, graphics, setRNG(>= 2006.2-1), distrSim(>= 2.2)
-Imports: startupmsg, utils
+Imports: startupmsg(>= 1.0.0), utils
Suggests: distrEx(>= 2.2)
Enhances: distr
Authors at R: c(person("Florian", "Camphausen", role="ctb", comment="contributed as student in
@@ -19,4 +19,4 @@
URL: http://distr.r-forge.r-project.org/
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1427
+VCS/SVNRevision: 1490
Modified: pkg/distrTEst/inst/CITATION
===================================================================
--- pkg/distrTEst/inst/CITATION 2025-01-11 21:26:06 UTC (rev 1491)
+++ pkg/distrTEst/inst/CITATION 2025-01-11 21:57:55 UTC (rev 1492)
@@ -1,8 +1,8 @@
bibentry(bibtype = "Article",
mheader = "To cite package distrTEst (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/distrTEst/inst/NEWS
===================================================================
--- pkg/distrTEst/inst/NEWS 2025-01-11 21:26:06 UTC (rev 1491)
+++ pkg/distrTEst/inst/NEWS 2025-01-11 21:57:55 UTC (rev 1492)
@@ -14,6 +14,13 @@
+ taken up pkg "distr" into "Enhances" in DESCRIPTION to ensure all
inter-pkg xrefs in Rd-files work
+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
##############
Modified: pkg/distrTEst/man/0distrTEst-package.Rd
===================================================================
--- pkg/distrTEst/man/0distrTEst-package.Rd 2025-01-11 21:26:06 UTC (rev 1491)
+++ pkg/distrTEst/man/0distrTEst-package.Rd 2025-01-11 21:57:55 UTC (rev 1492)
@@ -15,15 +15,15 @@
\details{
\tabular{ll}{
Package: \tab distrTEst \cr
-Version: \tab 2.8.2 \cr
-Date: \tab 2024-01-30 \cr
+Version: \tab 2.8.3 \cr
+Date: \tab 2025-01-11 \cr
Depends: \tab R(>= 3.4), methods, graphics, setRNG(>= 2006.2-1), distrSim(>= 2.2) \cr
-Imports: \tab startupmsg, utils \cr
+Imports: \tab startupmsg(>= 1.0.0), utils \cr
Suggests: \tab distrEx(>= 2.2) \cr
LazyLoad: \tab yes \cr
License: \tab LGPL-3 \cr
URL: \tab https://distr.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1427 \cr
+VCS/SVNRevision: \tab 1490 \cr
}}
\section{Classes}{
\preformatted{
Modified: pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save
===================================================================
--- pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save 2025-01-11 21:26:06 UTC (rev 1491)
+++ pkg/distrTEst/tests/Examples/distrTEst-Ex.Rout.save 2025-01-11 21:57:55 UTC (rev 1492)
@@ -1,7 +1,7 @@
-R Under development (unstable) (2022-09-25 r82916 ucrt) -- "Unsuffered Consequences"
-Copyright (C) 2022 The R Foundation for Statistical Computing
-Platform: x86_64-w64-mingw32/x64 (64-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.
@@ -26,32 +26,29 @@
Loading required package: distrSim
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.9.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':
@@ -58,21 +55,10 @@
df, qqplot, sd
-:distrSim> Simulation Classes Based on Package 'distr' (version
-:distrSim> 2.8.0)
+: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':
@@ -83,16 +69,10 @@
rbind
-:distrTEst> Estimation and Testing Classes Based on Package
-:distrTEst> 'distr' (version 2.8.1)
+:distrTEst> *** Estimation and Testing Classes Based on Package
+:distrTEst> 'distr' ***
:distrTEst>
-:distrTEst> For more information see ?"distrTEst",
-:distrTEst> NEWS("distrTEst"), as well as
-:distrTEst> http://distr.r-forge.r-project.org/
-:distrTEst> Package "distrDoc" provides a vignette to this
-:distrTEst> package as well as to several related packages; try
-:distrTEst> vignette("distr").
-
+:distrTEst>
>
> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
> base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv')
@@ -223,6 +203,10 @@
$ mean.re: num -0.0508 -0.0379 0.4138 -0.1625 -0.0137
> plot(ev1)
> #
+> #clean up
+> unlink("csim.mean")
+> unlink("csim.mean.comment")
+> #
> #another function to be evaluated:
> severalThings<- function(x) {list("mean"=mean(x),"sd"=sd(as.vector(x)), "mad"=mad(x))}
> ev3 <- evaluate(cs, severalThings, resname="several")
@@ -415,6 +399,9 @@
Mean :-0.01646 Mean :-0.01515
3rd Qu.: 0.01899 3rd Qu.: 0.02496
Max. : 0.08584 Max. : 0.07802
+> #clean up
+> unlink("csim.mean")
+> unlink("csim.mean.comment")
>
>
>
@@ -463,7 +450,7 @@
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 8.74 0.31 9.14 NA NA
+Time elapsed: 9.08 0.25 9.36 NA NA
> grDevices::dev.off()
null device
1
More information about the Distr-commits
mailing list