R comes with a suite of utilities for linear algebra with numeric (double precision) vectors/matrices. However, sometimes single precision (or less) is more than enough for a particular task. This package extends R linear algebra facilities to include 32-bit float (single precision) data.
R comes with a suite of utilities for linear algebra with numeric (double precision) vectors/matrices. However, sometimes single precision (or less) is more than enough for a particular task. This package extends R linear algebra facilities to include 32-bit float (single precision) data.
To install R-float, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-float
To see what files were installed by R-float, run:
port contents R-float
To later upgrade R-float, run:
sudo port selfupdate && sudo port upgrade R-float
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.