Re: [R-pkg-devel] Advice on elegant way to alias function name

2022-09-02 Thread John Fox
Dear John, I've used an alternative solution in similar situations, equivalent to defining thefn <- function(...) myfn(...) Then only ... needs to be documented as arguments passed down to myfn(). Maybe that would work for you too. Best, John On 2022-09-02 4:22 p.m., J C Nash

Re: [R-pkg-devel] tryCatch() doesn't capture errors due to && or || with R CMD check --as-cran

2022-09-02 Thread Martin Maechler
> Lionel Henry > on Thu, 1 Sep 2022 18:47:36 +0200 writes: > Hi Martin, > I'm not sure I understand what you mean regarding suppressed warnings > in testthat. > - All warnings are reported to users by `devtools::test()`, with > accompanying backtraces. They are