[Robast-commits] r1008 - branches/robast-1.1/pkg/RobAStBase/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 20 15:31:52 CEST 2018


Author: ruckdeschel
Date: 2018-07-20 15:31:52 +0200 (Fri, 20 Jul 2018)
New Revision: 1008

Modified:
   branches/robast-1.1/pkg/RobAStBase/man/internals.Rd
Log:
[RobAStBase] branch 1.1 added more specific link to man page for sapply

Modified: branches/robast-1.1/pkg/RobAStBase/man/internals.Rd
===================================================================
--- branches/robast-1.1/pkg/RobAStBase/man/internals.Rd	2018-07-20 12:58:42 UTC (rev 1007)
+++ branches/robast-1.1/pkg/RobAStBase/man/internals.Rd	2018-07-20 13:31:52 UTC (rev 1008)
@@ -23,10 +23,10 @@
   \item{list0}{a list}
   \item{X}{like \code{sapply}: a vector (atomic or list) or an \code{expression} object. Other objects
   (including classed objects) will be coerced by \code{base::as.list}.}
-  \item{FUN}{like \code{sapply}: the function to be applied to each element of \code{X}. See also \code{\link[base]{sapply}}}
+  \item{FUN}{like \code{sapply}: the function to be applied to each element of \code{X}. See also \code{\link[base:lapply]{sapply}}}
   \item{\dots}{like \code{sapply}: optional arguments to \code{FUN}.}
   \item{simplify}{like \code{sapply}: logical or character string;
-  should the result be simplified to a vector, matrix or higher dimensional array if possible? See also \code{\link[base]{sapply}}}
+  should the result be simplified to a vector, matrix or higher dimensional array if possible? See also \code{\link[base:lapply]{sapply}}}
   \item{USE.NAMES}{like \code{sapply}: logical; if \code{TRUE} and if \code{X} is character,
   use \code{X} as names for the result unless it had names already.}
 }



More information about the Robast-commits mailing list