mistnet_installed: Check if MistNet installation is complete

View source: R/install.R

mistnet_installedR Documentation

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)

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.

See Also

  • mistnet_exists()

  • install_mistnet()

  • install_mistnet_model()


vol2birdR documentation built on April 3, 2025, 7:43 p.m.