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.
Hi Team,
Please review the following files:
.github/workflows/buildMLTBXTags.yml
utilities_help/createToolboxMLTBX.m
The YML file implements the GH Action and the m-file creates the MLTBX.
-Bensingh
Comments by Rob:
I’d suggest using fullfile, rather than assembling file paths
I’d make the createFSDAToolboxActions to be a function, rather than requiring it to be changed each time.
Consider dropping the .PRJ file altogether, and create the ToolboxOptions object from scratch – it’ll be easier to maintain over time.
Hi Team, Please review the following files: .github/workflows/buildMLTBXTags.yml utilities_help/createToolboxMLTBX.m The YML file implements the GH Action and the m-file creates the MLTBX.
-Bensingh
Comments by Rob: