[Robast-commits] r1313 - in branches/robast-1.3/pkg/RobExtremes: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 29 21:29:21 CEST 2024


Author: ruckdeschel
Date: 2024-08-29 21:29:21 +0200 (Thu, 29 Aug 2024)
New Revision: 1313

Modified:
   branches/robast-1.3/pkg/RobExtremes/DESCRIPTION
   branches/robast-1.3/pkg/RobExtremes/inst/NEWS
   branches/robast-1.3/pkg/RobExtremes/man/0RobExtremes-package.Rd
   branches/robast-1.3/pkg/RobExtremes/man/E.Rd
   branches/robast-1.3/pkg/RobExtremes/man/GumbelLocationFamily.Rd
   branches/robast-1.3/pkg/RobExtremes/man/LDEstimate-class.Rd
   branches/robast-1.3/pkg/RobExtremes/man/LDEstimator.Rd
   branches/robast-1.3/pkg/RobExtremes/man/PickandsEstimator.Rd
   branches/robast-1.3/pkg/RobExtremes/man/QuantileBCCEstimator.Rd
   branches/robast-1.3/pkg/RobExtremes/man/getCVaR.Rd
   branches/robast-1.3/pkg/RobExtremes/man/getStartIC-methods.Rd
   branches/robast-1.3/pkg/RobExtremes/man/internalProbFamilyReturnClasses-class.Rd
   branches/robast-1.3/pkg/RobExtremes/man/internalldeHelpers.Rd
   branches/robast-1.3/pkg/RobExtremes/man/mov2bckRef-methods.Rd
Log:
[RobExtremes] inserted missing anchor to Rd-Files in branch robast-1.3

Modified: branches/robast-1.3/pkg/RobExtremes/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/DESCRIPTION	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/DESCRIPTION	2024-08-29 19:29:21 UTC (rev 1313)
@@ -1,6 +1,6 @@
 Package: RobExtremes
-Version: 1.3.1
-Date: 2024-02-07
+Version: 1.3.2
+Date: 2024-08-29
 Title: Optimally Robust Estimation for Extreme Value Distributions
 Description: Optimally robust estimation for extreme value distributions using S4 classes and
             methods (based on packages 'distr', 'distrEx', 'distrMod', 'RobAStBase', and
@@ -32,4 +32,4 @@
 URL: https://r-forge.r-project.org/projects/robast/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1290
+VCS/SVNRevision: 1311

Modified: branches/robast-1.3/pkg/RobExtremes/inst/NEWS
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/inst/NEWS	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/inst/NEWS	2024-08-29 19:29:21 UTC (rev 1313)
@@ -8,6 +8,13 @@
  information) 
 
 #######################################
+version 1.3.1
+#######################################
+
+under the hood
++ fixed some crossrefs in Rd files
+
+#######################################
 version 1.3
 #######################################
 

Modified: branches/robast-1.3/pkg/RobExtremes/man/0RobExtremes-package.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/0RobExtremes-package.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/0RobExtremes-package.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -91,8 +91,8 @@
 \details{
 \tabular{ll}{
 Package: \tab RobExtremes \cr
-Version: \tab 1.3.0 \cr
-Date: \tab 2024-02-07 \cr
+Version: \tab 1.3.2 \cr
+Date: \tab 2024-08-29 \cr
 Title: \tab Optimally Robust Estimation for Extreme Value Distributions\cr
 Description: \tab Optimally robust estimation for extreme value distributions
 using S4 classes and methods \cr
@@ -118,7 +118,7 @@
 License: \tab LGPL-3 \cr
 URL: \tab https://r-forge.r-project.org/projects/robast/\cr
 Encoding: \tab UTF-8 \cr
-VCS/SVNRevision: \tab 1290 \cr
+VCS/SVNRevision: \tab 1311 \cr
 }
 }
 \section{Classes}{

Modified: branches/robast-1.3/pkg/RobExtremes/man/E.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/E.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/E.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -56,7 +56,7 @@
     method was called), and \code{time} (the time to compute the integral). }
 }
 \details{The precision of the computations can be controlled via 
-  certain global options; cf. \code{\link{distrExOptions}}. 
+  certain global options; cf. \code{\link[distrEx]{distrExOptions}}. 
   Also note that arguments \code{low} and \code{upp} should be given as
   named arguments in order to prevent them to be matched by arguments
   \code{fun} or \code{cond}. Also the result, when arguments 
@@ -96,7 +96,7 @@
     exact evaluation using explicit expressions.}
 }}
 \author{Matthias Kohl \email{Matthias.Kohl at stamats.de} and Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
-\seealso{\code{\link{distrExIntegrate}}, \code{\link{m1df}}, \code{\link{m2df}},
+\seealso{\code{\link[distrEx]{distrExIntegrate}}, \code{\link[distrEx]{m1df}}, \code{\link[distrEx]{m2df}},
     \code{\link[distr]{Distribution-class}}}
 \examples{
 GP <- GPareto(shape=0.3)

Modified: branches/robast-1.3/pkg/RobExtremes/man/GumbelLocationFamily.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/GumbelLocationFamily.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/GumbelLocationFamily.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -24,7 +24,7 @@
   the Asymptotic Theory of Robustness}. Bayreuth: Dissertation.
 }
 \author{Matthias Kohl \email{Matthias.Kohl at stamats.de}}
-\seealso{\code{\link{L2ParamFamily-class}}, \code{\link{Gumbel-class}}}
+\seealso{\code{\link[distrMod]{L2ParamFamily-class}}, \code{\link{Gumbel-class}}}
 \examples{
 ##current implementation is:
 theta <- 0

Modified: branches/robast-1.3/pkg/RobExtremes/man/LDEstimate-class.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/LDEstimate-class.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/LDEstimate-class.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -65,8 +65,8 @@
 
 \author{Matthias Kohl \email{Matthias.Kohl at stamats.de},\cr
 Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
-\seealso{\code{\link{Estimate-class}}, \code{\link{LDEstimator}},
-         \code{\link{MCEstimator}}}
+\seealso{\code{\link[distrMod]{Estimate-class}}, \code{\link{LDEstimator}},
+         \code{\link[distrMod]{MCEstimator}}}
 \examples{
 ## (empirical) Data
 x <- rgamma(50, scale = 0.5, shape = 3)

Modified: branches/robast-1.3/pkg/RobExtremes/man/LDEstimator.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/LDEstimator.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/LDEstimator.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -129,8 +129,8 @@
 
 \author{Nataliya Horbenko \email{nhorbenko at gmail.com},\cr
         Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
-\seealso{\code{\link{ParamFamily-class}}, \code{\link{ParamFamily}}, 
-         \code{\link{Estimate-class}} }
+\seealso{\code{\link[distrMod]{ParamFamily-class}}, \code{\link[distrMod]{ParamFamily}}, 
+         \code{\link[distrMod]{Estimate-class}} }
 \examples{
 ## (empirical) Data
 set.seed(123)

Modified: branches/robast-1.3/pkg/RobExtremes/man/PickandsEstimator.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/PickandsEstimator.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/PickandsEstimator.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -89,8 +89,8 @@
 
 \author{Nataliya Horbenko \email{nhorbenko at gmail.com},\cr
         Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
-\seealso{\code{\link{ParamFamily-class}}, \code{\link{ParamFamily}}, 
-         \code{\link{Estimate-class}} }
+\seealso{\code{\link[distrMod]{ParamFamily-class}}, \code{\link[distrMod]{ParamFamily}}, 
+         \code{\link[distrMod]{Estimate-class}} }
 \examples{
 ## (empirical) Data
 set.seed(123)

Modified: branches/robast-1.3/pkg/RobExtremes/man/QuantileBCCEstimator.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/QuantileBCCEstimator.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/QuantileBCCEstimator.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -45,8 +45,8 @@
 
 \author{Nataliya Horbenko \email{nhorbenko at gmail.com},\cr
         Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
-\seealso{\code{\link{ParamFamily-class}}, \code{\link{ParamFamily}}, 
-         \code{\link{Estimate-class}} }
+\seealso{\code{\link[distrMod]{ParamFamily-class}}, \code{\link[distrMod]{ParamFamily}}, 
+         \code{\link[distrMod]{Estimate-class}} }
 \examples{
 ## (empirical) Data
 set.seed(123)

Modified: branches/robast-1.3/pkg/RobExtremes/man/getCVaR.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/getCVaR.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/getCVaR.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -44,7 +44,7 @@
 Journal of Operational Risk 6(2), 3--30.
 }
 \author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
-\seealso{\code{\link{GParetoFamily}}, \code{\link{GEVFamily}}, \code{\link{WeibullFamily}}, \code{\link{GammaFamily}}}
+\seealso{\code{\link{GParetoFamily}}, \code{\link{GEVFamily}}, \code{\link{WeibullFamily}}, \code{\link[distrMod]{GammaFamily}}}
 \examples{
   \donttest{ # to reduce checking time
   set.seed(123)

Modified: branches/robast-1.3/pkg/RobExtremes/man/getStartIC-methods.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/getStartIC-methods.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/getStartIC-methods.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -53,7 +53,7 @@
 and \code{roptest} to compute the optimally robust influence function
 according to the arguments given to them.}
 \author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
-\seealso{\code{\link{robest}},\code{\link{optIC}}, \code{\link{radiusMinimaxIC}}}
+\seealso{\code{\link[ROptEst]{robest}},\code{\link[RobAStBase]{optIC}}, \code{\link[ROptEst]{radiusMinimaxIC}}}
 \concept{asymptotic risk}
 \concept{risk}
 \keyword{classes}

Modified: branches/robast-1.3/pkg/RobExtremes/man/internalProbFamilyReturnClasses-class.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/internalProbFamilyReturnClasses-class.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/internalProbFamilyReturnClasses-class.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -25,8 +25,8 @@
 }
 
 \seealso{\code{\link[methods:BasicClasses]{numeric-class}},
-\code{\link{L2ParamFamily-class}},
-\code{\link{L2ScaleShapeUnion-class}},
+\code{\link[distrMod]{L2ParamFamily-class}},
+\code{\link[distrMod]{L2ScaleShapeUnion-class}},
 }
 
 \author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}

Modified: branches/robast-1.3/pkg/RobExtremes/man/internalldeHelpers.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/internalldeHelpers.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/internalldeHelpers.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -75,7 +75,7 @@
 }
 
 \seealso{
-\code{\link{Estimate-class}}
+\code{\link[distrMod]{Estimate-class}}
 }
 \keyword{internal}
 \concept{utilities}

Modified: branches/robast-1.3/pkg/RobExtremes/man/mov2bckRef-methods.Rd
===================================================================
--- branches/robast-1.3/pkg/RobExtremes/man/mov2bckRef-methods.Rd	2024-08-29 19:28:04 UTC (rev 1312)
+++ branches/robast-1.3/pkg/RobExtremes/man/mov2bckRef-methods.Rd	2024-08-29 19:29:21 UTC (rev 1313)
@@ -48,7 +48,7 @@
 internally in functions \code{robest} and \code{roptest} to compute the
 optimally robust influence function according to the arguments given to them.}
 \author{Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}}
-\seealso{\code{\link{robest}},\code{\link{optIC}}, \code{\link{radiusMinimaxIC}}}
+\seealso{\code{\link[ROptEst]{robest}},\code{\link[RobAStBase]{optIC}}, \code{\link[ROptEst]{radiusMinimaxIC}}}
 \concept{asymptotic risk}
 \concept{risk}
 \keyword{classes}



More information about the Robast-commits mailing list