mlr-org / mlr3fda

Functional Data Analysis for mlr3
https://mlr3fda.mlr-org.com/
GNU Lesser General Public License v3.0
4 stars 2 forks source link

chore: remove zoo from suggests #107

Closed m-muecke closed 4 months ago

m-muecke commented 4 months ago

Not sure what the purpose was, but zoo is currently not used anywhere, so we can remove it from suggests

sebffischer commented 4 months ago

are you sure that it is not used by some tf function? i think zoo is in suggests there

m-muecke commented 4 months ago

are you sure that it is not used by some tf function? i think zoo is in suggests there

yes it's used in tf for the interpolation, but why would it need to be in mlr3fda suggests if it's already imported in the tf package: https://github.com/tidyfun/tf/blob/dev/DESCRIPTION#L44

sebffischer commented 4 months ago

ah yes, maybe it used to be in suggests in tf