Get Stock Synthesis binary/executable location
get_bin(bin_name = "ss3")
A string providing the full path to a Stock Synthesis binary.
If using the GitHub version of ss3sim, this will be an internal binary.
Otherwise, get_bin()
searches for a version of the binary in your path.
See the ss3sim vignette fore more information.
if (FALSE) { # \dontrun{
get_bin()
} # }