Calculate b-spline basis functions with a given set of knots and order, or a b-spline function with a given set of knots and order and set of de Boor points (coefficients), or the integral of a b-spline function.
Calculate b-spline basis functions with a given set of knots and order, or a b-spline function with a given set of knots and order and set of de Boor points (coefficients), or the integral of a b-spline function.
To install R-ibs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-ibs
To see what files were installed by R-ibs, run:
port contents R-ibs
To later upgrade R-ibs, run:
sudo port selfupdate && sudo port upgrade R-ibs
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.