I was wrong, as I didn't actually try and didn't read the documentation
carefully. I thought that ' zero-length arguments being recycled to "" '
happens when recycle0 = TRUE. It is actually the opposite.
Everywhere in my previous message, recycle0 = FALSE should be recycle0 = TRUE.
I really th
Without 'collapse', 'paste' pastes (concatenates) its arguments elementwise
(separated by 'sep', " " by default). New in R devel and R patched, specifying
recycle0 = FALSE makes mixing zero-length and nonzero-length arguments results
in length zero. The result of paste(n, "th", sep = "", recycle
Sorry, it is already fixed. Currently, it is as follows.
bad <- tryCatch(check_url_db(udb), error = identity)
On Tuesday, 10 March 2020, 11:53:16 pm GMT+7, wrote:
The following is among those added by r77792 to src/library/tools/R/QC.R in R
devel.
bad <- tryCatch(check_url_d
The following is among those added by r77792 to src/library/tools/R/QC.R in R
devel.
bad <- tryCatch(check_url_db(udb))
The 'tryCatch' has no handler. It does nothing. Error would still stop
execution.
__
R-devel@r-project.org mailing
I disagree with what is assessed as "correct" in vignette of package 'round'.
With
x <- 9.18665
, what is actually stored in 'x' is a number that is slightly larger than
9.18665. So, as said in the vignette, it is closer to 9.1867 than 9.1866.
sprintf("%.4f", x)
giving
"9.1867"
is correct, as it
class(o)[!inherits(o,"AsIs")] is still in function 'get_all_vars' in R patched
(in
https://svn.r-project.org/R/branches/R-3-6-branch/src/library/stats/R/models.R).
It was ported to R patched by r77402. On Monday, 18 November 2019, 8:12:10
PM GMT+7, Martin Maechler wrote:
> Marti
SVN revision 77401 changes
x[isM] <- lapply(x[isM], function(o) `class<-`(o, class(o)[class(o) !=
"AsIs"]))
to
x[isM] <- lapply(x[isM], function(o) `class<-`(o,
class(o)[!inherits(o,"AsIs")]))
in function 'get_all_vars' in src/library/stats/R/models.R in R devel.
The change is in
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, if 'probability' is true, the histogram doesn't represent frequencies.
It should be
the default \code{ylab}
SVN revision replaces "slave" with "no-echo" in R devel.
In each of the following, "no-echo" is rather strange to me.
- src/gnuwin32/README.Rterm
3) As a no-echo process for ESS mode in NTEmacs with flag --ess.
- src/library/grDevices/src/qdCocoa.m
/* the no-echo thread work until this is NO */