Learn R Programming

vol2birdR (version 1.0.9)

mistnet_installed: Check if MistNet installation is complete

Description

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)

Value

TRUE if the 'LibTorch' and 'MistNet' libraries can be found and the and the MistNet model file can be located, otherwise 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.

See Also

  • mistnet_exists()

  • install_mistnet()

  • install_mistnet_model()