install_spip.Rd
This checks the operating system and installs the correct version (either Darwin or Linux for Mac or Linux, respectively.) To install the spip binary this function downloads it from its GitHub site. It also installs a windows implementation of awk.
install_spip(Dir = tempfile())
No return value. Called for side effect of installing the 'spip' binary.
if (FALSE) { # \dontrun{
install_spip(Dir = system.file(package = "CKMRpop"))
} # }