Implements univariate polynomial operations in R, including polynomial arithmetic, finding zeros, plotting and some operations on lists of polynomials.
Implements univariate polynomial operations in R, including polynomial arithmetic, finding zeros, plotting and some operations on lists of polynomials.
To install R-PolynomF, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-PolynomF
To see what files were installed by R-PolynomF, run:
port contents R-PolynomF
To later upgrade R-PolynomF, run:
sudo port selfupdate && sudo port upgrade R-PolynomF
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.