The Doctest package finds specially-formatted blocks of example code within documentation files.
The Doctest package finds specially-formatted blocks of example code within documentation files. It then executes the code and confirms the output is correct.
The Doctest package finds specially-formatted blocks of example code within documentation files. It then executes the code and confirms the output is correct.
To install octave-doctest, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install octave-doctest
To see what files were installed by octave-doctest, run:
port contents octave-doctest
To later upgrade octave-doctest, run:
sudo port selfupdate && sudo port upgrade octave-doctest
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.