With current R-devel (R 4.4), trying to install MSnbase <= 2.25.2 fails with error messages complaining about the declarations of the centroided<- and smoothed<- methods for OnDiskMSnExp objects. The complain is:
arguments ('value') after '...' in the generic must appear in the method, in the same place at the end of the argument list
We've been notified by R-core that this breaks many CRAN packages that depend directly or indirectly on MSnbase when using the latest R devel.
This commit fixes the method delcarations so that they are compatible with R >= 4.4.
Salut Laurent,
With current R-devel (R 4.4), trying to install MSnbase <= 2.25.2 fails with error messages complaining about the declarations of the
centroided<-
andsmoothed<-
methods for OnDiskMSnExp objects. The complain is:We've been notified by R-core that this breaks many CRAN packages that depend directly or indirectly on MSnbase when using the latest R devel.
This commit fixes the method delcarations so that they are compatible with R >= 4.4.
Best, H.