microbiome / mia

Microbiome analysis
https://microbiome.github.io/mia/
Artistic License 2.0
45 stars 25 forks source link

deprecate subset* functions #518

Closed thpralas closed 2 months ago

thpralas commented 2 months ago

This PR deprecates the following functions :

These functions are deprecated because using brackets is more convenient (works on both dimension at the same time, is more flexible and is used throughout R to subset data with two or more dimension).

thpralas commented 2 months ago

Since the whole file will be deleted. It is easier if you just put deprecation messages and leave the functions where they are. We find them from here and we can remove their internal functions with them (check that internal functions are not used in functions)

I checked and the internal functions in this file are only used for these subset functions