> suharto anggono--- via R-devel
> on Sun, 6 Oct 2019 12:14:23 + writes:
> Description of arguments main, xlab, ylab in hist.Rd in current R devel
and R patched ends with this.
> the default \code{ylab} is \code{"Frequency"} iff \code{probability} is
true
> In fact,
> peter dalgaard
> on Sun, 6 Oct 2019 16:13:58 +0200 writes:
> The first of Suharno's examples can be viewed that way,
> because R under ESS is not a "slave" in the technical
> sense, just a situation where you do not want keyboard
> input to be echoed. "Non-echoing" m
Hi all,
I am trying to use \Sexpr{} within \examples{} in the manual, and it
all works fine, except that I get an error and then a NOTE from R CMD
check when it checks for long lines in the manual.
The long line check calls `Rd2txt` with fragment = TRUE, because it
only checks the \usage{} and \e