Creates and manages simple key-value stores. These can use a variety of approaches for storing the data. This package implements the base methods and support for file system, in-memory and DBI-based database stores.
Creates and manages simple key-value stores. These can use a variety of approaches for storing the data. This package implements the base methods and support for file system, in-memory and DBI-based database stores.
To install R-storr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-storr
To see what files were installed by R-storr, run:
port contents R-storr
To later upgrade R-storr, run:
sudo port selfupdate && sudo port upgrade R-storr
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.