-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 937 Bytes
/
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
Package: FireHistory
Title: Tools to aid querying DBCA fire history data
Version: 0.2.0.0
Authors@R: c(
person("Bart", "Huntley", email = "bart.huntley@dbca.wa.gov.au",
role = c("aut", "cre", "prg", "res"),
comment = c(ORCID = "0000-0002-9519-4105")),
person("Ricky", "vanDongen", email = "ricky.vandongen@dbca.wa.gov.au",
role = "ctb",
comment = c(ORCID = "0000-0002-6675-5639")))
Description: Functions in this package aid querying the Department of
Biodiversity, Conservation and Attractions' fire history dataset.
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.1.0)
Imports:
dplyr,
sf,
snakecase,
rasterVis,
ggplot2,
readr,
cli,
magrittr,
raster,
stars,
rlang,
terra,
tidyterra,
lubridate,
fasterize
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3