Install sjSDM and its dependencies
install_sjSDM(
conda = "auto",
version = c("cpu", "gpu"),
restart_session = TRUE,
...
)
No return value, called for side effects (installation of 'python' dependencies).
path to conda
version = "cpu" for CPU version, or "gpu" for GPU version. (note MacOS users have to install 'cuda' binaries by themselves)
Restart R session after installing (note this will only occur within RStudio).
not supported