[Distr-commits] r1466 - branches/distr-2.9/pkg/distrMod branches/distr-2.9/pkg/distrMod/inst branches/distr-2.9/pkg/distrMod/man branches/distr-2.9/pkg/distrMod/tests/Examples pkg/distrMod pkg/distrMod/inst pkg/distrMod/man www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 29 19:49:56 CEST 2024


Author: ruckdeschel
Date: 2024-08-29 19:49:56 +0200 (Thu, 29 Aug 2024)
New Revision: 1466

Modified:
   branches/distr-2.9/pkg/distrMod/DESCRIPTION
   branches/distr-2.9/pkg/distrMod/inst/NEWS
   branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd
   branches/distr-2.9/pkg/distrMod/man/qqplot.Rd
   branches/distr-2.9/pkg/distrMod/man/returnlevelplot.Rd
   branches/distr-2.9/pkg/distrMod/tests/Examples/distrMod-Ex.Rout.save
   pkg/distrMod/DESCRIPTION
   pkg/distrMod/inst/NEWS
   pkg/distrMod/man/0distrMod-package.Rd
   pkg/distrMod/man/qqplot.Rd
   pkg/distrMod/man/returnlevelplot.Rd
   www/distrMod.html
   www/distrSim.html
Log:
[distrMod] inserted missing anchor to Rd-Files to qqplot and returnlevelplot in both trunk and branch distr-2.9

Modified: branches/distr-2.9/pkg/distrMod/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/distrMod/DESCRIPTION	2024-08-29 17:38:38 UTC (rev 1465)
+++ branches/distr-2.9/pkg/distrMod/DESCRIPTION	2024-08-29 17:49:56 UTC (rev 1466)
@@ -1,5 +1,5 @@
 Package: distrMod
-Version: 2.9.3
+Version: 2.9.4
 Date: 2024-08-29
 Title: Object Oriented Implementation of Probability Models
 Description: Implements S4 classes for probability models based on packages 'distr' and
@@ -17,4 +17,4 @@
 URL: https://r-forge.r-project.org/projects/distr/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1454
+VCS/SVNRevision: 1463

Modified: branches/distr-2.9/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/NEWS	2024-08-29 17:38:38 UTC (rev 1465)
+++ branches/distr-2.9/pkg/distrMod/inst/NEWS	2024-08-29 17:49:56 UTC (rev 1466)
@@ -8,6 +8,14 @@
  information)
 
 ##############
+v 2.9.3
+##############
+
+under the hood:
+fixed two off-going \link{} targets to qqbounds (with missing package anchors) 
+in Rd files to qqplot() and returnlevelplot()
+
+##############
 v 2.9.2
 ##############
 

Modified: branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd	2024-08-29 17:38:38 UTC (rev 1465)
+++ branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd	2024-08-29 17:49:56 UTC (rev 1466)
@@ -13,7 +13,7 @@
 \details{
 \tabular{ll}{
 Package: \tab distrMod \cr
-Version: \tab 2.9.3 \cr
+Version: \tab 2.9.4 \cr
 Date: \tab 2024-08-29 \cr
 Depends: \tab R(>= 3.4), distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0), MASS, stats4,methods \cr
 Imports: \tab startupmsg, sfsmisc, graphics, stats, grDevices \cr
@@ -22,7 +22,7 @@
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab https://r-forge.r-project.org/projects/distr/\cr
-VCS/SVNRevision: \tab 1454 \cr
+VCS/SVNRevision: \tab 1463 \cr
 }}
 \section{Classes}{
 \preformatted{
@@ -249,11 +249,9 @@
 Journal of Statistical Software, 35(10), 1-27.
 \doi{10.18637/jss.v035.i10}
 (see also \code{vignette("distrMod")})
-
 P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006):
 S4 Classes for Distributions, \emph{R News}, \emph{6}(2), 2-6.
 \url{https://CRAN.R-project.org/doc/Rnews/Rnews_2006-2.pdf}
-
 A vignette for packages \pkg{distr}, \pkg{distrSim}, \pkg{distrTEst}, and
 \pkg{distrEx} is included into the mere documentation package \pkg{distrDoc}
 and may be called by

Modified: branches/distr-2.9/pkg/distrMod/man/qqplot.Rd
===================================================================
--- branches/distr-2.9/pkg/distrMod/man/qqplot.Rd	2024-08-29 17:38:38 UTC (rev 1465)
+++ branches/distr-2.9/pkg/distrMod/man/qqplot.Rd	2024-08-29 17:49:56 UTC (rev 1466)
@@ -224,7 +224,7 @@
   \code{\link[stats:qqnorm]{qqplot}} from package \pkg{stats} -- the standard QQ plot
   function,  \code{\link[distr]{qqplot}} from package \pkg{distr} for
   comparisons of distributions, and
-  \code{\link{qqbounds}}, used by \code{qqplot} to produce confidence
+  \code{\link[distr]{qqbounds}}, used by \code{qqplot} to produce confidence
    intervals.
 }
 \examples{

Modified: branches/distr-2.9/pkg/distrMod/man/returnlevelplot.Rd
===================================================================
--- branches/distr-2.9/pkg/distrMod/man/returnlevelplot.Rd	2024-08-29 17:38:38 UTC (rev 1465)
+++ branches/distr-2.9/pkg/distrMod/man/returnlevelplot.Rd	2024-08-29 17:49:56 UTC (rev 1466)
@@ -247,7 +247,7 @@
   \code{\link[stats:qqnorm]{qqplot}} from package \pkg{stats} -- the standard QQ plot
   function,  \code{\link[distr]{qqplot}} from package \pkg{distr} for
   comparisons of distributions, \code{qqplot} from this package and
-  \code{\link{qqbounds}}, used by \code{returnlevelplot} to produce confidence
+  \code{\link[distr]{qqbounds}}, used by \code{returnlevelplot} to produce confidence
    intervals.
 }
 \examples{

Modified: branches/distr-2.9/pkg/distrMod/tests/Examples/distrMod-Ex.Rout.save
===================================================================
--- branches/distr-2.9/pkg/distrMod/tests/Examples/distrMod-Ex.Rout.save	2024-08-29 17:38:38 UTC (rev 1465)
+++ branches/distr-2.9/pkg/distrMod/tests/Examples/distrMod-Ex.Rout.save	2024-08-29 17:49:56 UTC (rev 1466)
@@ -92,7 +92,7 @@
 Loading required package: MASS
 Loading required package: stats4
 :distrMod>  Object Oriented Implementation of Probability Models
-:distrMod>  (version 2.9.2)
+:distrMod>  (version 2.9.3)
 :distrMod> 
 :distrMod>  Some functions from pkg's 'base' and 'stats' are
 :distrMod>  intentionally masked ---see distrModMASK().

Modified: pkg/distrMod/DESCRIPTION
===================================================================
--- pkg/distrMod/DESCRIPTION	2024-08-29 17:38:38 UTC (rev 1465)
+++ pkg/distrMod/DESCRIPTION	2024-08-29 17:49:56 UTC (rev 1466)
@@ -1,5 +1,5 @@
 Package: distrMod
-Version: 2.9.2
+Version: 2.9.3
 Date: 2024-08-29
 Title: Object Oriented Implementation of Probability Models
 Description: Implements S4 classes for probability models based on packages 'distr' and
@@ -17,4 +17,4 @@
 URL: http://distr.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1448
+VCS/SVNRevision: 1463

Modified: pkg/distrMod/inst/NEWS
===================================================================
--- pkg/distrMod/inst/NEWS	2024-08-29 17:38:38 UTC (rev 1465)
+++ pkg/distrMod/inst/NEWS	2024-08-29 17:49:56 UTC (rev 1466)
@@ -8,6 +8,14 @@
  information)
 
 ##############
+v 2.9.3
+##############
+
+under the hood:
+fixed two off-going \link{} targets to qqbounds (with missing package anchors) 
+in Rd files to qqplot() and returnlevelplot()
+
+##############
 v 2.9.2
 ##############
 

Modified: pkg/distrMod/man/0distrMod-package.Rd
===================================================================
--- pkg/distrMod/man/0distrMod-package.Rd	2024-08-29 17:38:38 UTC (rev 1465)
+++ pkg/distrMod/man/0distrMod-package.Rd	2024-08-29 17:49:56 UTC (rev 1466)
@@ -13,7 +13,7 @@
 \details{
 \tabular{ll}{
 Package: \tab distrMod \cr
-Version: \tab 2.9.2 \cr
+Version: \tab 2.9.3 \cr
 Date: \tab 2024-08-29 \cr
 Depends: \tab R(>= 3.4), distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0), MASS, stats4,methods \cr
 Imports: \tab startupmsg, sfsmisc, graphics, stats, grDevices \cr
@@ -22,7 +22,7 @@
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab https://distr.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1448 \cr
+VCS/SVNRevision: \tab 1463 \cr
 }}
 \section{Classes}{
 \preformatted{

Modified: pkg/distrMod/man/qqplot.Rd
===================================================================
--- pkg/distrMod/man/qqplot.Rd	2024-08-29 17:38:38 UTC (rev 1465)
+++ pkg/distrMod/man/qqplot.Rd	2024-08-29 17:49:56 UTC (rev 1466)
@@ -224,7 +224,7 @@
   \code{\link[stats:qqnorm]{qqplot}} from package \pkg{stats} -- the standard QQ plot
   function,  \code{\link[distr]{qqplot}} from package \pkg{distr} for
   comparisons of distributions, and
-  \code{\link{qqbounds}}, used by \code{qqplot} to produce confidence
+  \code{\link[distr]{qqbounds}}, used by \code{qqplot} to produce confidence
    intervals.
 }
 \examples{

Modified: pkg/distrMod/man/returnlevelplot.Rd
===================================================================
--- pkg/distrMod/man/returnlevelplot.Rd	2024-08-29 17:38:38 UTC (rev 1465)
+++ pkg/distrMod/man/returnlevelplot.Rd	2024-08-29 17:49:56 UTC (rev 1466)
@@ -247,7 +247,7 @@
   \code{\link[stats:qqnorm]{qqplot}} from package \pkg{stats} -- the standard QQ plot
   function,  \code{\link[distr]{qqplot}} from package \pkg{distr} for
   comparisons of distributions, \code{qqplot} from this package and
-  \code{\link{qqbounds}}, used by \code{returnlevelplot} to produce confidence
+  \code{\link[distr]{qqbounds}}, used by \code{returnlevelplot} to produce confidence
    intervals.
 }
 \examples{

Modified: www/distrMod.html
===================================================================
--- www/distrMod.html	2024-08-29 17:38:38 UTC (rev 1465)
+++ www/distrMod.html	2024-08-29 17:49:56 UTC (rev 1466)
@@ -29,7 +29,7 @@
 
 
 <hr style="width: 100%; height: 2px;">
-<div style="text-align: justify;"> Version: 2.9.2 <br>
+<div style="text-align: justify;"> Version: 2.9.3 <br>
 
 
 

Modified: www/distrSim.html
===================================================================
--- www/distrSim.html	2024-08-29 17:38:38 UTC (rev 1465)
+++ www/distrSim.html	2024-08-29 17:49:56 UTC (rev 1466)
@@ -32,7 +32,7 @@
 
 
 <hr style="width: 100%; height: 2px;">
-<div style="text-align: justify;"> Version: 2.8.3 <br>
+<div style="text-align: justify;"> Version: 2.8.5 <br>
 
 
 



More information about the Distr-commits mailing list