[Distr-commits] r1498 - in pkg/distrEllipse: . inst man tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 11 23:46:31 CET 2025
Author: ruckdeschel
Date: 2025-01-11 23:46:31 +0100 (Sat, 11 Jan 2025)
New Revision: 1498
Modified:
pkg/distrEllipse/DESCRIPTION
pkg/distrEllipse/inst/CITATION
pkg/distrEllipse/inst/NEWS
pkg/distrEllipse/man/0distrEllipse-package.Rd
pkg/distrEllipse/tests/Examples/distrEllipse-Ex.Rout.save
Log:
[distrEllipse] version on trunk ready for submission
Modified: pkg/distrEllipse/DESCRIPTION
===================================================================
--- pkg/distrEllipse/DESCRIPTION 2025-01-11 22:33:01 UTC (rev 1497)
+++ pkg/distrEllipse/DESCRIPTION 2025-01-11 22:46:31 UTC (rev 1498)
@@ -1,6 +1,6 @@
Package: distrEllipse
-Version: 2.8.3
-Date: 2024-08-29
+Version: 2.8.4
+Date: 2025-01-11
Title: S4 Classes for Elliptically Contoured Distributions
Description: Distribution (S4-)classes for elliptically contoured distributions (based on
package 'distr').
@@ -7,7 +7,7 @@
Depends: R(>= 3.4), methods, graphics, mvtnorm, setRNG(>= 2006.2-1), distr(>= 2.8.0),
distrEx(>= 2.8.0), distrSim(>= 2.2)
Suggests: distrMod(>= 2.8.0), distrTEst(>= 2.2)
-Imports: startupmsg, stats
+Imports: startupmsg(>= 1.0.0), stats
Authors at R: person("Peter", "Ruckdeschel", role=c("aut", "cre", "cph"),
email="peter.ruckdeschel at uni-oldenburg.de")
ByteCompile: yes
@@ -16,4 +16,4 @@
Encoding: UTF-8
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1455
+VCS/SVNRevision: 1497
Modified: pkg/distrEllipse/inst/CITATION
===================================================================
--- pkg/distrEllipse/inst/CITATION 2025-01-11 22:33:01 UTC (rev 1497)
+++ pkg/distrEllipse/inst/CITATION 2025-01-11 22:46:31 UTC (rev 1498)
@@ -1,8 +1,8 @@
bibentry(bibtype = "Article",
mheader = "To cite package distrDoc (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/distrEllipse/inst/NEWS
===================================================================
--- pkg/distrEllipse/inst/NEWS 2025-01-11 22:33:01 UTC (rev 1497)
+++ pkg/distrEllipse/inst/NEWS 2025-01-11 22:46:31 UTC (rev 1498)
@@ -8,6 +8,17 @@
information)
##############
+v 2.8.4
+##############
+
+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.3
##############
Modified: pkg/distrEllipse/man/0distrEllipse-package.Rd
===================================================================
--- pkg/distrEllipse/man/0distrEllipse-package.Rd 2025-01-11 22:33:01 UTC (rev 1497)
+++ pkg/distrEllipse/man/0distrEllipse-package.Rd 2025-01-11 22:46:31 UTC (rev 1498)
@@ -12,15 +12,15 @@
\details{
\tabular{ll}{
Package: \tab distrEllipse \cr
-Version: \tab 2.8.3 \cr
-Date: \tab 2024-08-29 \cr
+Version: \tab 2.8.4 \cr
+Date: \tab 2025-01-11 \cr
Depends: \tab R(>= 3.4), methods, graphics, mvtnorm, setRNG(>= 2006.2-1), distr(>= 2.8.0),distrEx(>= 2.8.0), distrSim(>= 2.2) \cr
Suggests: \tab distrMod(>= 2.8.0), distrTEst(>= 2.2) \cr
-Imports: \tab startupmsg, stats \cr
+Imports: \tab startupmsg(>= 1.0.0), stats \cr
ByteCompile: \tab yes \cr
License: \tab LGPL-3 \cr
URL: \tab https://distr.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1455 \cr
+VCS/SVNRevision: \tab 1497 \cr
}
}
\section{Classes}{
Modified: pkg/distrEllipse/tests/Examples/distrEllipse-Ex.Rout.save
===================================================================
--- pkg/distrEllipse/tests/Examples/distrEllipse-Ex.Rout.save 2025-01-11 22:33:01 UTC (rev 1497)
+++ pkg/distrEllipse/tests/Examples/distrEllipse-Ex.Rout.save 2025-01-11 22:46:31 UTC (rev 1498)
@@ -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.
@@ -26,32 +26,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':
@@ -59,23 +56,10 @@
df, qqplot, sd
Loading required package: distrEx
-:distrEx> Extensions of Package 'distr' (version 2.9.2)
+: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':
@@ -83,21 +67,10 @@
IQR, mad, median, var
Loading required package: distrSim
-:distrSim> Simulation Classes Based on Package 'distr' (version
-:distrSim> 2.8.2)
+: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':
@@ -108,21 +81,10 @@
rbind
-:distrEllipse> S4 Classes for Elliptically Contoured
-:distrEllipse> Distributions (version 2.8.1)
+:distrEllipse> *** S4 Classes for Elliptically Contoured
+:distrEllipse> Distributions ***
:distrEllipse>
-:distrEllipse> Some functions from package 'stats' are
-:distrEllipse> intentionally masked ---see
-:distrEllipse> distrEllipseMASK().
:distrEllipse>
-:distrEllipse>
-:distrEllipse> For more information see ?"distrEllipse",
-:distrEllipse> NEWS("distrEllipse"), as well as
-:distrEllipse> http://distr.r-forge.r-project.org/
-:distrEllipse> Package "distrDoc" provides a vignette to this
-:distrEllipse> package as well as to several related
-:distrEllipse> packages; try vignette("distr").
-
>
> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
> base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv')
@@ -905,7 +867,7 @@
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 7.63 0.33 8.46 NA NA
+Time elapsed: 5.28 0.18 5.51 NA NA
> grDevices::dev.off()
null device
1
More information about the Distr-commits
mailing list