-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
19 lines (19 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: ConScapeR
Title: Wrapper for the Julia ConScape library for connectivity modeling
Version: 0.0.0.9000
Authors@R:
person("Bram", "Van Moorter", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3196-1993"))
Description: ConScapeR provides a R wrapper to the ConScape.jl library in Julia, which allows the use of ConScape from an R interface. ConScape (i.e. 'connected landscapes') is a software library implemented in the high-performance open-source Julia language to compute landscape ecological metrics — originally developed in metapopulation ecology (such as 'metapopulation capacity' and 'probability of connectivity') — for large landscapes. Moreover,in addition to traditional distance metrics used in ecology (i.e. Euclidean and least-cost distance), ConScape implements the randomized shortest paths framework to represent connectivity along the continuum from optimal to random movements.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/ConScape/ConScapeR
Imports:
JuliaConnectoR,
terra
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr