search for: hsdar

Displaying 4 results from an estimated 4 matches for "hsdar".

Did you mean: hadar
2017 Oct 23
0
hsdar is back on CRAN
hsdar is back on CRAN We are very happy to announce that a new version of the hsdar-package (hyperspectral data analysis in R) is available on CRAN. The introductory vignette is available here: https://cran.r-project.org/web/packages/hsdar/vignettes/Hsdar-intro.pdf The main class "Speclib&quot...
2020 May 22
3
Compatibility issues caused by new simplify argument in apply function
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 cannot conditionalize the man pages of the functions. I get the message tha...
2020 May 22
2
Compatibility issues caused by new simplify argument in apply function
...could make a new function with the old signature, and use that > instead of apply(). > > Duncan Murdoch > > > > On 22/05/2020 6:26 a.m., Lukas Lehnert via R-devel wrote: > > 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 > > > >...
2020 May 22
0
Compatibility issues caused by new simplify argument in apply function
...ew function with the new signature. Or you could make a new function with the old signature, and use that instead of apply(). Duncan Murdoch On 22/05/2020 6:26 a.m., Lukas Lehnert via R-devel wrote: > 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 cannot conditionalize the man...