R/utils.R
meme_is_installed.Rd
Checks for a valid meme install using same heirarchy as check_meme_install()
.
Returns TRUE
if all supported utilities are found in the meme install
location, FALSE
if not.
meme_is_installed(path = NULL)
optional path to "meme/bin/". If unset, will follow the search heirarchy listed above.
logical(1)
indicating whether meme is installed with all supported utilities
The search heirarchy is as follows:
the meme_path
function argument if set
the meme_bin
option
the MEME_BIN
environment variable
the default location at ~/meme/bin
meme_is_installed()
#> [1] TRUE