-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 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
Type: Package
Package: loadflux
Title: Explore Intra-Event Suspended Sediment Dynamics
Version: 0.0.3
Authors@R:
person("Anatoly", "Tsyplenkov", , "atsyplenkov@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-4144-8402"))
Maintainer: Anatoly Tsyplenkov <atsyplenkov@gmail.com>
Description: A collection of functions created to study water discharge
(Q) and suspended sediment concentration (SSC) relationship.
License: MIT + file LICENSE
URL: https://github.com/atsyplenkov/loadflux,
https://atsyplenkov.github.io/loadflux/
BugReports: https://github.com/atsyplenkov/loadflux/issues
Depends:
R (>= 4.1)
Imports:
dplyr (>= 1.0.0),
dygraphs,
ggplot2 (>= 3.0.0),
lubridate,
rlang (>= 0.2.0),
tidyr,
tsibble (>= 0.9.0),
xts,
zoo
Suggests:
brolgar,
covr,
fabletools,
feasts,
knitr,
lifecycle,
purrr,
rmarkdown,
stats,
testthat (>= 3.0.0),
utils
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3