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

[Rd] Using Fortran 90 code in packages for CRAN

2015-03-17 Thread Lukas Lehnert
CRAN containing Fortran 90 source code? If so, what specific things should I consider? Thank you for your help Lukas Lehnert __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Registering method for "t.test"

2013-03-15 Thread Lukas Lehnert
14, 2013 at 3:31 AM, Lukas Lehnert > > wrote: > > Dear R-developers, > > > > in a new package, I'm currently working on, I tried to add a new method > > to function "t.test". The new class, on which the method is based, is > > called &qu

[Rd] Registering method for "t.test"

2013-03-13 Thread Lukas Lehnert
Dear R-developers, in a new package, I'm currently working on, I tried to add a new method to function "t.test". The new class, on which the method is based, is called "speclib", so I defined the funcion for the new method as "t.test.speclib". R CMD check now gives always a warning, that S3 met