gretl is an open-source statistical package, mainly for econometrics. The name is an acronym for Gnu Regression, Econometrics and Time-series Library. It has both a graphical user interface and a command-line interface.
gretl is an open-source statistical package, mainly for econometrics. The name is an acronym for Gnu Regression, Econometrics and Time-series Library. It has both a graphical user interface and a command-line interface.
To install gretl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gretl
To see what files were installed by gretl, run:
port contents gretl
To later upgrade gretl, run:
sudo port selfupdate && sudo port upgrade gretl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.