-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
executable file
·38 lines (38 loc) · 1023 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: envreportutils
Type: Package
Title: Utilities for common operations, mainly plotting
Version: 0.9.1
Authors@R: c(person("Andy", "Teucher", role = c("aut", "cre"), email =
"andy.teucher@gov.bc.ca"),
person("Stephanie", "Hazlitt", role = "aut",
email = "stephanie.hazlitt@gov.bc.ca"),
person("Steffi", "LaZerte", role = "ctb", email = "steffi@steffi.ca"),
person("Province of British Columbia", role = "cph"))
Description: Miscellaneous functions for common things we run into.
Depends:
R (>= 2.10),
extrafont (>= 0.17)
Imports:
ggplot2 (>= 2.2.0),
dplyr (>= 0.5.0),
lazyeval (>= 0.2.0),
rstudioapi (>= 0.6.0),
svglite (>= 1.2.0),
xml2 (>= 1.1),
httr (>= 1.3),
purrr (>= 0.2.5),
htmlwidgets (>= 1.3),
stringr (>= 1.3.1),
rlang (>= 0.3.0.1),
utils,
tools,
grDevices,
graphics
License: Apache License (== 2.0) | file LICENSE
LazyData: true
Suggests:
testthat,
leaflet,
htmltools
RoxygenNote: 7.1.2
Encoding: UTF-8