Checks if the 'LibTorch' and 'MistNet' libraries have been installed, and
that the mistnet model file has been downloaded.
Usage
mistnet_installed(path, verbose = FALSE)
Arguments
- path
Optional non-default file path to check for the mistnet model file.
- verbose
When TRUE print informative messages on missing library and model files.
Value
TRUE if the 'LibTorch' and 'MistNet' libraries can be found and the
and the MistNet model file can be located, otherwise FALSE.