install_sjSDM: Install sjSDM and its dependencies

View source: R/install.R

install_sjSDMR Documentation

Install sjSDM and its dependencies

Description

Install sjSDM and its dependencies

Usage

install_sjSDM(
  conda = "auto",
  version = c("cpu", "gpu"),
  restart_session = TRUE,
  ...
)

Arguments

conda

path to conda

version

version = "cpu" for CPU version, or "gpu" for GPU version. (note MacOS users have to install 'cuda' binaries by themselves)

restart_session

Restart R session after installing (note this will only occur within RStudio).

...

not supported

Value

No return value, called for side effects (installation of 'python' dependencies).


sjSDM documentation built on Nov. 5, 2025, 7:10 p.m.