-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.18 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
Type: Package
Package: fireexposuR
Title: Compute and Visualize Wildfire Exposure
Version: 1.0.1
Authors@R: c(person("Air", "Forbes", email = "amforbes@ualberta.ca",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9842-7648")),
person("Jennifer", "Beverly", role = "ths"))
Description: This package computes wildfire exposure using methods from
Beverly et al. (2010), Beverly et al. (2021), and Beverly and Forbes
(2023). It provides functions to standardize the mapping and
visualization of wildfire exposure. This package requires
pre-processing of data which is docomented in Forbes and Beverly
(in preparation).
License: GPL (>= 3)
Imports:
dplyr,
geosphere,
ggplot2,
ggspatial,
magrittr,
maptiles,
MultiscaleDTM,
rlang,
terra,
tidyr,
tidyselect,
tidyterra
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/heyairf/fireexposuR, https://heyairf.github.io/fireexposuR/
BugReports: https://github.com/heyairf/fireexposuR/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
VignetteBuilder:
knitr