R packages on OPSI PCs
if you are having trouble to install packages at the university PCs that run OPSI you can try to follow the guide on this page.
Install packages for Advanced SDM
To install the packages from the course try:
In this order (when prompted: updates of dependencies conservatively preferably only via CRAN, for now)
remotes::install_version("RandomFieldsUtils", version = "1.2.5")
remotes::install_version("RandomFields", version = "3.3.14")
remotes::install_version("landscapetools", version = "0.5.0")
remotes::install_version("spatstat.core", version = "2.4-4")
remotes::install_version("NLMR", version = "1.1")
library("RandomFieldsUtils")
library("RandomFields")
library("landscapetools")
library("spatstat.core")
library("NLMR")