-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
63 lines (63 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: fakin.path.app
Title: Shiny App to Visualise File Paths
Version: 0.3.0
Authors@R:
c(person(given = "Hauke",
family = "Sonnenberg",
role = c("aut", "cre"),
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Michael",
family = "Rustler",
role = "ctb",
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: This package contains an R Shiny App that
loads file path information from a file and displays the paths in
different ways. The aim of the app is to find weaknesses in the
folder structure.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/fakin.path.app
BugReports: https://github.com/KWB-R/fakin.path.app/issues
Encoding: UTF-8
LazyData: true
Suggests:
covr (>= 3.2.1),
kwb.db (>= 0.3.0),
RMySQL (>= 0.10.17),
knitr (>= 1.23),
rmarkdown (>= 1.13),
testthat (>= 2.2.1)
RoxygenNote: 6.1.1
Imports:
bit64 (>= 0.9.7),
data.table (>= 1.11.8),
dplyr (>= 0.8.1),
DT (>= 0.7),
fs (>= 1.3.1),
gdata (>= 2.18.0),
ggplot2 (>= 3.2.0),
htmltools (>= 0.3.6),
jsTree (>= 1.0.1),
kwb.file (>= 0.3.0),
kwb.utils (>= 0.5.0),
magrittr (>= 1.5),
networkD3 (>= 0.4),
pathlist (>= 0.2.0),
plotly (>= 4.9.0),
readr (>= 1.3.1),
rlang (>= 0.4.0),
shiny (>= 1.3.2),
shinyFiles (>= 0.7.3),
shinyjs (>= 1.0),
treemap (>= 2.4.2),
wordcloud (>= 2.6)
VignetteBuilder:
knitr
Remotes:
github::hsonne/pathlist,
github::kwb-r/kwb.db,
github::kwb-r/kwb.file,
github::kwb-r/kwb.utils