Infix operators for detection, subsetting and replacement
Infix operators to detect, subset and replace the elements matched by a given condition. The functions have several variants of operator types, including subsets, ranges, regular expressions and others. Implemented operators work on vectors, matrices and lists.
Infix operators to detect, subset and replace the elements matched by a given condition. The functions have several variants of operator types, including subsets, ranges, regular expressions and others. Implemented operators work on vectors, matrices and lists.
To install R-inops, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-inops
To see what files were installed by R-inops, run:
port contents R-inops
To later upgrade R-inops, run:
sudo port selfupdate && sudo port upgrade R-inops
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.