-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.04 KB
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
Package: kwb.dygraph
Title: Additional Functions to be Used with dygraph-Objects
Version: 0.1.0
Authors@R: c(
person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9134-2871")),
person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = "ctb",
comment = c(ORCID = "0000-0003-0647-7726")),
person("FAKIN", role = "fnd"),
person("KURAS", role = "fnd"),
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
)
Description: Additional functions to be used with dygraph-objects e.g.
shading of areas or drawing of lines representing time periods within
events (given by begin and end times).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.dygraph
BugReports: https://github.com/KWB-R/kwb.dygraph/issues
Imports:
dygraphs,
kwb.event,
kwb.utils
Suggests:
covr
Remotes:
github::kwb-r/kwb.event
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0