[Distr-commits] r1454 - in pkg/distrEllipse: . inst man tests/Examples

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 29 16:49:14 CEST 2024


Author: ruckdeschel
Date: 2024-08-29 16:49:13 +0200 (Thu, 29 Aug 2024)
New Revision: 1454

Modified:
   pkg/distrEllipse/DESCRIPTION
   pkg/distrEllipse/inst/NEWS
   pkg/distrEllipse/man/0distrEllipse-package.Rd
   pkg/distrEllipse/man/distrEllipseMASK.Rd
   pkg/distrEllipse/tests/Examples/distrEllipse-Ex.Rout.save
Log:
[distrEllipse] /trunk: fixes a platform-dependent LF/CR issue tracked down by K. Hornik in
pkg distr which arises when checking against reference output while testing

Modified: pkg/distrEllipse/DESCRIPTION
===================================================================
--- pkg/distrEllipse/DESCRIPTION	2024-08-29 14:41:21 UTC (rev 1453)
+++ pkg/distrEllipse/DESCRIPTION	2024-08-29 14:49:13 UTC (rev 1454)
@@ -1,6 +1,6 @@
 Package: distrEllipse
-Version: 2.8.2
-Date: 2024-01-30
+Version: 2.8.1
+Date: 2024-08-29
 Title: S4 Classes for Elliptically Contoured Distributions
 Description: Distribution (S4-)classes for elliptically contoured distributions (based on
             package 'distr').
@@ -16,4 +16,4 @@
 Encoding: UTF-8
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1427
+VCS/SVNRevision: 1448

Modified: pkg/distrEllipse/inst/NEWS
===================================================================
--- pkg/distrEllipse/inst/NEWS	2024-08-29 14:41:21 UTC (rev 1453)
+++ pkg/distrEllipse/inst/NEWS	2024-08-29 14:49:13 UTC (rev 1454)
@@ -8,6 +8,16 @@
  information)
 
 ##############
+v 2.8.1
+##############
+
+under the hood:
+with the help of K. Hornik identified spurious, platform dependent LF/CR issue
+and capsulated calls to infoShow() in Rd files by 
+## IGNORE_RDIFF_BEGIN
+## IGNORE_RDIFF_END
+
+##############
 v 2.8
 ##############
 

Modified: pkg/distrEllipse/man/0distrEllipse-package.Rd
===================================================================
--- pkg/distrEllipse/man/0distrEllipse-package.Rd	2024-08-29 14:41:21 UTC (rev 1453)
+++ pkg/distrEllipse/man/0distrEllipse-package.Rd	2024-08-29 14:49:13 UTC (rev 1454)
@@ -12,8 +12,8 @@
 \details{
 \tabular{ll}{
 Package: \tab distrEllipse \cr
-Version: \tab 2.8.2 \cr
-Date: \tab 2024-01-30 \cr
+Version: \tab 2.8.1 \cr
+Date: \tab 2024-08-29 \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
@@ -20,7 +20,7 @@
 ByteCompile: \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 1448 \cr
 }
 }
 \section{Classes}{

Modified: pkg/distrEllipse/man/distrEllipseMASK.Rd
===================================================================
--- pkg/distrEllipse/man/distrEllipseMASK.Rd	2024-08-29 14:41:21 UTC (rev 1453)
+++ pkg/distrEllipse/man/distrEllipseMASK.Rd	2024-08-29 14:49:13 UTC (rev 1454)
@@ -18,7 +18,9 @@
 
 \author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
 \examples{
+## IGNORE_RDIFF_BEGIN
 distrEllipseMASK()
+## IGNORE_RDIFF_END
 }
 \keyword{programming}
 \keyword{distribution}

Modified: pkg/distrEllipse/tests/Examples/distrEllipse-Ex.Rout.save
===================================================================
--- pkg/distrEllipse/tests/Examples/distrEllipse-Ex.Rout.save	2024-08-29 14:41:21 UTC (rev 1453)
+++ pkg/distrEllipse/tests/Examples/distrEllipse-Ex.Rout.save	2024-08-29 14:49:13 UTC (rev 1454)
@@ -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) (2024-08-17 r87027 ucrt) -- "Unsuffered Consequences"
+Copyright (C) 2024 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,7 +26,7 @@
 Loading required package: setRNG
 Loading required package: distr
 Loading required package: startupmsg
-:startupmsg>  Utilities for Start-Up Messages (version 0.9.6)
+:startupmsg>  Utilities for Start-Up Messages (version 0.9.7)
 :startupmsg> 
 :startupmsg>  For more information see ?"startupmsg",
 :startupmsg>  NEWS("startupmsg")
@@ -33,7 +33,7 @@
 
 Loading required package: sfsmisc
 :distr>  Object Oriented Implementation of Distributions (version
-:distr>  2.9.0)
+:distr>  2.9.4)
 :distr> 
 :distr>  Attention: Arithmetics on distribution objects are
 :distr>  understood as operations on corresponding random variables
@@ -59,7 +59,7 @@
     df, qqplot, sd
 
 Loading required package: distrEx
-:distrEx>  Extensions of Package 'distr' (version 2.9.0)
+:distrEx>  Extensions of Package 'distr' (version 2.9.2)
 :distrEx> 
 :distrEx>  Note: Packages "e1071", "moments", "fBasics" should be
 :distrEx>  attached /before/ package "distrEx". See
@@ -84,7 +84,7 @@
 
 Loading required package: distrSim
 :distrSim>  Simulation Classes Based on Package 'distr' (version
-:distrSim>  2.8.0)
+:distrSim>  2.8.2)
 :distrSim> 
 :distrSim>  Some functions from package 'stats' are intentionally
 :distrSim>  masked ---see distrSimMASK().
@@ -826,6 +826,7 @@
 > 
 > ### ** Examples
 > 
+> ## IGNORE_RDIFF_BEGIN
 > distrEllipseMASK()
 ######################################################################
 #  On masking of and by other functions in package "distrEllipse"       
@@ -835,6 +836,7 @@
 
 *** intentional masking: ***
 
+> ## IGNORE_RDIFF_END
 > 
 > 
 > 
@@ -903,7 +905,7 @@
 > cleanEx()
 > options(digits = 7L)
 > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed:  7.36 0.31 7.7 NA NA 
+Time elapsed:  7.63 0.33 8.46 NA NA 
 > grDevices::dev.off()
 null device 
           1 



More information about the Distr-commits mailing list