Larger-than-RAM disk-based data manipulation framework
A disk-based data manipulation tool for working with large-than-RAM datasets. Aims to lower the barrier-to-entry for manipulating large datasets by adhering closely to popular and familiar data manipulation paradigms like R-dplyr verbs and R-data.table syntax.
A disk-based data manipulation tool for working with large-than-RAM datasets. Aims to lower the barrier-to-entry for manipulating large datasets by adhering closely to popular and familiar data manipulation paradigms like R-dplyr verbs and R-data.table syntax.
To install R-disk.frame, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-disk.frame
To see what files were installed by R-disk.frame, run:
port contents R-disk.frame
To later upgrade R-disk.frame, run:
sudo port selfupdate && sudo port upgrade R-disk.frame
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.