radian is an alternative console for the R program with multiline editing and rich syntax highlight. One would consider radian as a ipython clone for R, though its design is more aligned to Julia.
radian is an alternative console for the R program with multiline editing and rich syntax highlight. One would consider radian as a ipython clone for R, though its design is more aligned to Julia.
To install radian, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install radian
To see what files were installed by radian, run:
port contents radian
To later upgrade radian, run:
sudo port selfupdate && sudo port upgrade radian
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.