[Robast-commits] r1237 - in pkg/RobAStBase: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 12 14:07:30 CET 2022


Author: ruckdeschel
Date: 2022-11-12 14:07:30 +0100 (Sat, 12 Nov 2022)
New Revision: 1237

Modified:
   pkg/RobAStBase/DESCRIPTION
   pkg/RobAStBase/inst/NEWS
   pkg/RobAStBase/man/0RobAStBase-package.Rd
   pkg/RobAStBase/man/internal_plots.Rd
Log:
[RobAStBase] trunk: fixed issue with multiple \items and updated version counter

Modified: pkg/RobAStBase/DESCRIPTION
===================================================================
--- pkg/RobAStBase/DESCRIPTION	2022-08-19 14:44:07 UTC (rev 1236)
+++ pkg/RobAStBase/DESCRIPTION	2022-11-12 13:07:30 UTC (rev 1237)
@@ -1,6 +1,6 @@
 Package: RobAStBase
-Version: 1.2.2
-Date: 2022-08-19
+Version: 1.2.3
+Date: 2022-11-12
 Title: Robust Asymptotic Statistics
 Description: Base S4-classes and functions for robust asymptotic statistics.
 Depends: R(>= 3.4), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),
@@ -19,4 +19,4 @@
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1219
+VCS/SVNRevision: 1236

Modified: pkg/RobAStBase/inst/NEWS
===================================================================
--- pkg/RobAStBase/inst/NEWS	2022-08-19 14:44:07 UTC (rev 1236)
+++ pkg/RobAStBase/inst/NEWS	2022-11-12 13:07:30 UTC (rev 1237)
@@ -8,6 +8,15 @@
  information)
 
 #######################################
+version 1.2.3
+#######################################
+
+under the hood:
++ triggered by new NOTES uncovered by R CMD check, we deleted duplicate entries for items 
+  in internal_plots.Rd
++ use  \bm instead of \boldmath in man pages
+  
+#######################################
 version 1.2.2
 #######################################
 

Modified: pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- pkg/RobAStBase/man/0RobAStBase-package.Rd	2022-08-19 14:44:07 UTC (rev 1236)
+++ pkg/RobAStBase/man/0RobAStBase-package.Rd	2022-11-12 13:07:30 UTC (rev 1237)
@@ -11,8 +11,8 @@
 \details{
 \tabular{ll}{
 Package: \tab RobAStBase \cr
-Version: \tab 1.2.2 \cr
-Date: \tab 2022-08-19 \cr
+Version: \tab 1.2.3 \cr
+Date: \tab 2022-11-12 \cr
 Depends: \tab R(>= 3.4), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),RandVar(>= 1.2.0) \cr
 Suggests: \tab ROptEst(>= 1.2.0), RUnit(>= 0.4.26) \cr
 Imports: \tab startupmsg, graphics, grDevices, stats \cr
@@ -20,7 +20,7 @@
 Encoding: \tab  latin1 \cr
 License: \tab LGPL-3 \cr
 URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1219 \cr
+VCS/SVNRevision: \tab 1236 \cr
 }
 }
 \author{

Modified: pkg/RobAStBase/man/internal_plots.Rd
===================================================================
--- pkg/RobAStBase/man/internal_plots.Rd	2022-08-19 14:44:07 UTC (rev 1236)
+++ pkg/RobAStBase/man/internal_plots.Rd	2022-11-12 13:07:30 UTC (rev 1237)
@@ -62,10 +62,10 @@
   \item{fct}{for \code{.rescalefct}: (vectorized) function from reals to reals: function to produce y values.
   for \code{.SelectOrderData}: (vectorized) function from data to reals:
     function to produce the ordering.}
-  \item{xlim}{numeric vector of length 2: limits of the plotted x region (in original
-              scale).}
-  \item{ylim}{numeric vector of length 2: limits of the plotted y region (in original
-              scale).}
+  \item{xlim}{for one-panel plots: numeric vector of length 2: limits of the plotted x region (in original
+              scale), for multi-panel plots: can be matrix valued (with two columns and as many rows as panels).}
+  \item{ylim}{for one-panel plots: numeric vector of length 2: limits of the plotted y region (in original
+              scale), for multi-panel plots: can be matrix valued (with two columns and as many rows as panels).}
   \item{finiteEndpoints}{a logical of length 4: are the  unscaled \code{xlim[1]},
                          \code{xlim[2]}, \code{ylim[1]}, \code{ylim[2]} finite? }
   \item{x.ticks}{numeric: coordinates in original scale of user-given ticks on x-axis.}
@@ -95,7 +95,6 @@
    \code{scaleY} are both \code{FALSE} and, simultaneously, \code{x.ticks} and
    \code{y.ticks} are both \code{NULL}, a respective box is drawn around the
    panel; otherwise no box is drawn in this case. }
-  \item{dots}{a list; intended to be the \code{\dots} argument of \code{plot}. }
   \item{y}{input at which to compute \code{cex}-values (for these \code{y} values)}
   \item{y1}{secondary input of \code{y}-values which is also used for
          computaiton but not plotted itself at this \code{cex} value.}
@@ -123,8 +122,6 @@
 \item{dots}{the internal \code{dots}-variable to be changed}
 \item{dotsP}{the internal \code{dotsP}-variable to be changed (taking up
   additional arguments for the calls to \code{plot})}
-\item{xlim}{the possibly matrix-valued argument of the user interface}
-\item{ylim}{the possibly matrix-valued argument of the user interface}
 \item{withSubst}{should substitutions be made in titles?}
 \item{presubArg2}{title part}
 \item{presubArg3}{title part}



More information about the Robast-commits mailing list