-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.06 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: rivRmon
Type: Package
Title: Functions to aid in reporting on the Swan and Canning Rivers
Version: 3.0.1
Authors@R: person("Bart", "Huntley", email = "[email protected]",
role = c("aut", "cre", "prg", "res"),
comment = c(ORCID = "0000-0002-9519-4105"))
Maintainer: Bart Huntley <[email protected]>
URL: https://github.com/dbca-wa/rivRmon, https://dbca-wa.github.io/rivRmon
BugReports: https://github.com/dbca-wa/rivRmon/issues
Description: Specialised functions for dealing with monitoring data imports
and visualisation.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
fields,
forcats,
ggplot2,
ggthemes,
ggpubr,
grid,
gridExtra,
gtable,
hms,
huxtable,
janitor,
lubridate,
metR,
purrr,
raster,
readr,
readxl,
rlang,
scales,
stringr,
sp,
tibble,
tidyr (>= 0.8.3),
tidyverse,
unpivotr
RoxygenNote: 7.3.2
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)