-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.33 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
Package: bcdroughtstatistics
Title: Creates tables of drought relevant statistics by natural resource management area
Version: 0.0.1.0000
Authors@R:
c(person(given = "Jon",
family = "Goetz",
role = c("aut", "cre"),
email = "Jon.Goetz@gov.bc.ca"),
person(given = "Ashlee",
family = "Jollymore",
role = c("aut"),
email = "Ashlee.Jollymore@gmail.com"),
person(given = "Sam",
family = "Albers",
role = c("aut"),
email = "Sam.Albers@gov.bc.ca"),
person(given = "Province of British Columbia",
role = "cph"))
Description: This package collates, analyses and presents drought relevant statistics by natural resource region
License: Apache License (== 2.0) | file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
knitr,
rmarkdown,
sf,
bcmaps,
ggplot2,
dplyr,
methods,
magrittr,
tidyhydat,
esri2sf,
tidyhydat.ws,
rlang,
drat
Suggests:
ggspatial,
ggrepel,
magick,
shadowtext
Additional_repositories: https://bcgov.github.io/drat
Remotes:
yonghah/esri2sf
VignetteBuilder: knitr
URL: https://github.com/bcgov/bcdroughtstatistics
BugReports: https://github.com/bcgov/bcdroughtstatistics/issues