-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
78 lines (78 loc) · 1.98 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: grainscape
Type: Package
Title: Landscape Connectivity, Habitat, and Protected Area Networks
Description: Given a landscape resistance surface, creates minimum planar graph
(Fall et al. (2007) <doi:10.1007/s10021-007-9038-7>) and grains of connectivity
(Galpern et al. (2012) <doi:10.1111/j.1365-294X.2012.05677.x>) models that can be
used to calculate effective distances for landscape connectivity at multiple scales.
Documentation is provided by several vignettes, and a paper
(Chubaty, Galpern & Doctolero (2020) <doi:10.1111/2041-210X.13350>).
URL:
https://www.alexchubaty.com/grainscape/,
https://github.com/achubaty/grainscape
Version: 0.5.0
Date: 2025-01-14
Authors@R: c(
person("Paul", "Galpern", email = "pgalpern@gmail.com", role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-0099-3981")),
person("Sam", "Doctolero", email = "sam.doctolero@gmail.com", role = "aut"),
person("Alex M", "Chubaty", email = "achubaty@for-cast.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7146-8135"))
)
License: GPL (>= 2)
Depends:
R (>= 4.2)
Imports:
ggplot2,
graphics,
grDevices,
igraph,
methods,
raster,
Rcpp (>= 0.12.11.4),
sf,
sp,
stats,
utils
LinkingTo: Rcpp
Suggests:
covr,
cowplot,
DiagrammeR,
dplyr,
ggthemes,
knitr,
parallel,
rmarkdown,
spelling,
testthat,
webshot2,
withr
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/achubaty/grainscape/issues
ByteCompile: yes
Collate:
'grainscape-package.R'
'classes.R'
'GOC.R'
'MPG.R'
'RcppExports.R'
'grain.R'
'corridor.R'
'distance.R'
'export.R'
'extract.R'
'ggGS.R'
'grainscape-deprecated.R'
'graphdf.R'
'habitatConnectivityEngine.R'
'patchFilter.R'
'plot.R'
'point.R'
'theme_grainscape.R'
'threshold.R'
'zzz.R'
Encoding: UTF-8
Language: en-CA
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)