Flexible Statistics and Data Analysis (FSDA) extends MATLAB for a robust analysis of data sets affected by different sources of heterogeneity. It is open source software licensed under the European Union Public Licence (EUPL). FSDA is a joint project by the University of Parma and the Joint Research Centre of the European Commission.
We used to put FSDA.mltbx inside the FSDA/bin folder of the repo but each time we added a new release of FSDA to the GitHub Repo, the sheer size of the repo grown by 50MB, until we reached 950MB.
We discussed how to debloat FSDA with Rob and Jos during our visit to MRS, and the solution was to use a BFG utility (https://rtyley.github.io/bfg-repo-cleaner/) to remove all instances of FSDA.mltbx in the repo timeline.
Given that the FSDA toolbox is built by a GitHub Action in the cloud and placed in the artifact section (where is supposed to be to be linked by File Exchange), we think that this could be the best solution for us.
Anyway, let us know if you agree or have a better idea!
We used to put FSDA.mltbx inside the FSDA/bin folder of the repo but each time we added a new release of FSDA to the GitHub Repo, the sheer size of the repo grown by 50MB, until we reached 950MB. We discussed how to debloat FSDA with Rob and Jos during our visit to MRS, and the solution was to use a BFG utility (https://rtyley.github.io/bfg-repo-cleaner/) to remove all instances of FSDA.mltbx in the repo timeline.
Given that the FSDA toolbox is built by a GitHub Action in the cloud and placed in the artifact section (where is supposed to be to be linked by File Exchange), we think that this could be the best solution for us. Anyway, let us know if you agree or have a better idea!