-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
30 lines (30 loc) · 979 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
Package: sdcHierarchies
Type: Package
Title: Create and (Interactively) Modify Nested Hierarchies
Version: 0.21.0
Date: 2024-01-10
Authors@R: c(person("Bernhard", "Meindl", email = "[email protected]", role = c("aut", "cre")))
Description: Provides functionality to generate, (interactively) modify (by adding, removing and renaming nodes) and convert nested hierarchies between different formats.
These tree like structures can be used to define for example complex hierarchical tables used for statistical disclosure control.
License: GPL-3
Depends: shinythemes
Imports:
shiny,
shinyjs,
shinyTree,
jsonlite,
rlang,
data.table,
cli,
Rcpp
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
URL: https://github.com/bernhard-da/sdcHierarchies, https://bernhard-da.github.io/sdcHierarchies/
BugReports: https://github.com/bernhard-da/sdcHierarchies/issues
LinkingTo:
Rcpp
RoxygenNote: 7.2.3