A CLI for terminal based data extraction and summary for the MPI-SHH Department of Archaeogenetics PANDORA Database
- Install sidora.cli from github within R
if(!require('remotes')) install.packages('remotes')
remotes::install_github('sidora-tools/sidora.cli')
- Install the script in your user directory with
sidora.cli::quick_install()
within R - Make the main script file executable with
chmod +x sidora.R
- Provide a
.credentials
file in your user directory - Run it with
./sidora.R --help
This will only work within the MPI-SHH network. It also requires R and most likely a UNIX system.
The script can be found in the inst/
directory. A normal development workflow would be to modify the package, build it (!), and then run the script in inst/
(where you will need a .credentials
file).