install_mistnet | R Documentation |
Installs libraries and dependencies for using 'MistNet'.
install_mistnet(
version = "1.12.1",
reinstall = FALSE,
path = install_path(),
timeout = 360,
...
)
version |
The 'LibTorch' version to install. |
reinstall |
Re-install 'MistNet' even if its already installed? |
path |
Optional path to install or check for an already existing installation. |
timeout |
Optional timeout in seconds for large file download. |
... |
other optional arguments (like |
By default libraries are installed in the 'vol2birdR' package directory.
When using path
to install in a specific location, make sure the MISTNET_HOME
environment
variable is set to this same path to reuse this installation.
The TORCH_INSTALL
environment
variable can be set to 0
to prevent auto-installing 'LibTorch and TORCH_LOAD
set to 0
to avoid loading dependencies automatically. These environment variables are meant for advanced use
cases and troubleshooting only.
When timeout error occurs during library archive download, or length of downloaded files differ from
reported length, an increase of the timeout
value should help.
no value returned. Installs libraries into the package
install_mistnet_from_file()
install_mistnet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.