Re: [Rd] Compatibility issues caused by new simplify argument in apply function

2020-05-22 Thread Lukas Lehnert via R-devel
sions after the change. Add > > appropriate entries in the DESCRIPTION file, e.g. > > > > Depends: R (> 4.0) > > > > Another is to argue with R Core that this change to a really old > > function is too hard to accommodate, and they should back it out, maybe &g

[Rd] Compatibility issues caused by new simplify argument in apply function

2020-05-22 Thread Lukas Lehnert via R-devel
Dear R Developers, the new simplify argument in apply causes that my package (hsdar) does not pass the checks in R-devel. The workaround, Kurt Hornik send me, is working for the R-code: if("simplify" %in% names(formals(base::apply))) do something else do something else Unfortunately, I c