Finds equivalence classes corresponding to a symmetric relation or undirected graph. Finds total order consistent with partial order or directed graph (so-called topological sort).
Finds equivalence classes corresponding to a symmetric relation or undirected graph. Finds total order consistent with partial order or directed graph (so-called topological sort).
To install R-pooh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-pooh
To see what files were installed by R-pooh, run:
port contents R-pooh
To later upgrade R-pooh, run:
sudo port selfupdate && sudo port upgrade R-pooh
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.