Installs the speciesnet python package and its dependencies.
Usage
install_speciesnet(
method = "auto",
conda = "auto",
version = "default",
pip = TRUE,
force = FALSE,
...
)Arguments
- method
Installation method ("auto", "virtualenv", "conda").
- conda
Path to conda executable (or "auto").
- version
Version of the package to install.
- pip
If TRUE, use pip for installation.
- force
If TRUE, force reinstallation even if already present.
- ...
Additional arguments passed to
reticulate::py_install.