[Robast-commits] r1287 - in pkg/ROptEst: . inst inst/scripts man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 6 23:02:35 CET 2024
Author: ruckdeschel
Date: 2024-02-06 23:02:35 +0100 (Tue, 06 Feb 2024)
New Revision: 1287
Modified:
pkg/ROptEst/DESCRIPTION
pkg/ROptEst/inst/NEWS
pkg/ROptEst/inst/scripts/GammaModel.R
pkg/ROptEst/man/0ROptEst-package.Rd
Log:
[ROptEst] trunk prepared for release
Modified: pkg/ROptEst/DESCRIPTION
===================================================================
--- pkg/ROptEst/DESCRIPTION 2024-02-06 21:59:05 UTC (rev 1286)
+++ pkg/ROptEst/DESCRIPTION 2024-02-06 22:02:35 UTC (rev 1287)
@@ -1,18 +1,21 @@
Package: ROptEst
Version: 1.3.2
-Date: 2024-02-03
+Date: 2024-02-06
Title: Optimally Robust Estimation
-Description: Optimally robust estimation in general smoothly parameterized models using S4
- classes and methods.
+Description: R infrastructure for optimally robust estimation in general smoothly
+ parameterized models using S4 classes and methods as decribed Kohl, M.,
+ Ruckdeschel, P., and Rieder, H. (2010), <doi:10.1007/s10260-010-0133-0>, and in
+ Rieder, H., Kohl, M., and Ruckdeschel, P. (2008), <doi:10.1007/s10260-007-0047-7>.
Depends: R(>= 3.4), methods, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),
RandVar(>= 1.2.0), RobAStBase(>= 1.2.0)
Imports: startupmsg, MASS, stats, graphics, utils, grDevices
Suggests: RobLox
Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"),
- email="Matthias.Kohl at stamats.de"), person("Mykhailo", "Pupashenko", role="ctb",
- comment="contributed wrapper functions for diagnostic plots"), person("Gerald",
- "Kroisandt", role="ctb", comment="contributed testing routines"), person("Peter",
- "Ruckdeschel", role=c("aut", "cph")))
+ email="Matthias.Kohl at stamats.de", comment = c(ORCID = "0000-0001-9514-8910")),
+ person("Mykhailo", "Pupashenko", role="ctb", comment="contributed wrapper
+ functions for diagnostic plots"), person("Gerald", "Kroisandt", role="ctb",
+ comment="contributed testing routines"), person("Peter", "Ruckdeschel",
+ role=c("aut", "cph"), comment = c(ORCID = "0000-0001-7815-4809")))
ByteCompile: yes
License: LGPL-3
URL: http://robast.r-forge.r-project.org/
@@ -19,4 +22,4 @@
Encoding: UTF-8
LastChangedDate: {$LastChangedDate$}
LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1268
+VCS/SVNRevision: 1286
Modified: pkg/ROptEst/inst/NEWS
===================================================================
--- pkg/ROptEst/inst/NEWS 2024-02-06 21:59:05 UTC (rev 1286)
+++ pkg/ROptEst/inst/NEWS 2024-02-06 22:02:35 UTC (rev 1287)
@@ -14,8 +14,34 @@
under the hood
+ fixed some internal .Rd files
+ moved from latin1 to UTF-8 encoding
++ removed the standardtexts (in comments) in your .Rd-files
+ man/asAnscombe.Rd; man/asL1.Rd; man/asL4.Rd
++ we have removed all catches to warnings in our code
+
+user-visible changes
++ added some more references
++ added dois to references where available
++ added ORCID references for the package authors
++ changed Description entry in DESCRIPTION -- now taking references as well
+ and stating that package ROptEst provides R infrastructure for
+ optimally robust estimation
++ in files getInfGamma.Rd and inputGenerator.Rd we now have a
+ value field; as it describes the return values of several methods/
+ functions, this is more a verbal description than
+ a description of the actual return type (although this is also
+ specified).
++ in our examples we had valid code with long runtimes (>5 sec)
+ which we had put into \dontrun; this code is now moved to
+ file 'examples_taking_longer.R' shipped out in folder
+ [inst/]scripts to this package and referred to in the
+ example section
++ clarified that script GumbelLocationModel.R was moved to
+ package RobExtremes but remains as a copy in the scripts
+ folder to ROptEst as well as it follows the same route as
+ the other example files for other smoothly parametrized
+ models; to emphasize the dependence on package RobExtremes
+ the script is wrapped into if(require(RobExtremes){...}
-
#######################################
version 1.3.1
#######################################
Modified: pkg/ROptEst/inst/scripts/GammaModel.R
===================================================================
--- pkg/ROptEst/inst/scripts/GammaModel.R 2024-02-06 21:59:05 UTC (rev 1286)
+++ pkg/ROptEst/inst/scripts/GammaModel.R 2024-02-06 22:02:35 UTC (rev 1287)
@@ -125,7 +125,7 @@
## least favorable radius
## takes really long time - 33 min!
-#system.time(r.rho1 <- leastFavorableRadius(L2Fam=G, neighbor=ContNeighborhood(),
+# system.time(r.rho1 <- leastFavorableRadius(L2Fam=G, neighbor=ContNeighborhood(),
# risk=asMSE(), rho=0.5))
## one-step estimation
Modified: pkg/ROptEst/man/0ROptEst-package.Rd
===================================================================
--- pkg/ROptEst/man/0ROptEst-package.Rd 2024-02-06 21:59:05 UTC (rev 1286)
+++ pkg/ROptEst/man/0ROptEst-package.Rd 2024-02-06 22:02:35 UTC (rev 1287)
@@ -13,7 +13,7 @@
\tabular{ll}{
Package: \tab ROptEst \cr
Version: \tab 1.3.2 \cr
-Date: \tab 2024-02-03 \cr
+Date: \tab 2024-02-06 \cr
Depends: \tab R(>= 3.4), methods, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),RandVar(>= 1.2.0), RobAStBase(>= 1.2.0) \cr
Suggests: \tab RobLox \cr
Imports: \tab startupmsg, MASS, stats, graphics, utils, grDevices \cr
@@ -21,7 +21,7 @@
Encoding: \tab latin1 \cr
License: \tab LGPL-3 \cr
URL: \tab https://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1268 \cr
+VCS/SVNRevision: \tab 1286 \cr
}
}
\author{
@@ -31,20 +31,15 @@
\references{
M. Kohl (2005). Numerical Contributions to the Asymptotic Theory of Robustness.
Dissertation. University of Bayreuth. \url{https://epub.uni-bayreuth.de/id/eprint/839/2/DissMKohl.pdf}.
-
M. Kohl, P. Ruckdeschel, and H. Rieder (2010). Infinitesimally Robust Estimation in
General Smoothly Parametrized Models. Statistical Methods and Applications \emph{19}(3): 333-354.
\doi{10.1007/s10260-010-0133-0}.
-
H. Rieder (1994): Robust Asymptotic Statistics. Springer.
\doi{10.1007/978-1-4684-0624-5}
-
H. Rieder, M. Kohl, and P. Ruckdeschel (2008). The Costs of Not Knowing the Radius.
Statistical Methods and Applications \emph{17}(1): 13-40. \doi{10.1007/s10260-007-0047-7}
-
P. Ruckdeschel (2005). Optimally One-Sided Bounded Influence Curves.
Mathematical Methods of Statistics \emph{14}(1), 105-131.
-
P. Ruckdeschel and H. Rieder (2004). Optimal Influence Curves for
General Loss Functions. Statistics & Decisions \emph{22}, 201-223.
\doi{10.1524/stnd.22.3.201.57067}
More information about the Robast-commits
mailing list