install_sjSDM {sjSDM}R 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).


[Package sjSDM version 1.0.5 Index]