[Robast-commits] r1240 - in branches/robast-1.3/pkg/ROptEst: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 12 14:55:49 CET 2022


Author: ruckdeschel
Date: 2022-11-12 14:55:49 +0100 (Sat, 12 Nov 2022)
New Revision: 1240

Modified:
   branches/robast-1.3/pkg/ROptEst/DESCRIPTION
   branches/robast-1.3/pkg/ROptEst/inst/NEWS
   branches/robast-1.3/pkg/ROptEst/man/internal-interpolate.Rd
Log:
[ROptEst] ported back changes from trunk to branch 1.3 and changed version of *this* pkg to 1.3.1

Modified: branches/robast-1.3/pkg/ROptEst/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/ROptEst/DESCRIPTION	2022-11-12 13:54:39 UTC (rev 1239)
+++ branches/robast-1.3/pkg/ROptEst/DESCRIPTION	2022-11-12 13:55:49 UTC (rev 1240)
@@ -1,5 +1,5 @@
 Package: ROptEst
-Version: 1.3.0
+Version: 1.3.1
 Date: 2019-04-07
 Title: Optimally Robust Estimation
 Description: Optimally robust estimation in general smoothly parameterized models using S4

Modified: branches/robast-1.3/pkg/ROptEst/inst/NEWS
===================================================================
--- branches/robast-1.3/pkg/ROptEst/inst/NEWS	2022-11-12 13:54:39 UTC (rev 1239)
+++ branches/robast-1.3/pkg/ROptEst/inst/NEWS	2022-11-12 13:55:49 UTC (rev 1240)
@@ -15,6 +15,8 @@
 + in calls of form do.call(E, .....) we only use functions with one argument;
   (in calls where a function was passed on as argument, this threw errors...)
 + fixed some broken URLs and changed URLs from http to https where possible
++ triggered by new NOTES uncovered by R CMD check, we deleted duplicate entries for items 
+  in internal-interpolate.Rd
   
 #######################################
 version 1.2.1

Modified: branches/robast-1.3/pkg/ROptEst/man/internal-interpolate.Rd
===================================================================
--- branches/robast-1.3/pkg/ROptEst/man/internal-interpolate.Rd	2022-11-12 13:54:39 UTC (rev 1239)
+++ branches/robast-1.3/pkg/ROptEst/man/internal-interpolate.Rd	2022-11-12 13:55:49 UTC (rev 1240)
@@ -92,7 +92,6 @@
   \item{tol}{ the desired accuracy (convergence tolerance).}
   \item{loRad0}{ for numerical reasons: the effective lower bound for the zero search;
    internally set to \code{max(loRad,loRad0)}. }
-  \item{\dots}{ additional parameters. }
   \item{withStartLM}{ logical of length 1: shall the LM's of the preceding grid
     value serve as starting value for the next grid value? }
   \item{withSmooth}{logical of length 1: shall a smoothing spline be used? }
@@ -113,7 +112,7 @@
                 \code{PFam} and last arguments \code{GridFileName},
                 \code{withPrint}; produces the y-values for the
                 interpolation grid. }
-  \item{\dots}{further arguments to be passed on to \code{getFun}. }
+  \item{\dots}{further arguments to be passed on, e.g., to \code{getFun}. }
   \item{len}{integer; number of Lagrange multipliers to be calibrated. }
 }
 \details{



More information about the Robast-commits mailing list