-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME.Rmd
More file actions
41 lines (30 loc) · 1.83 KB
/
Copy pathREADME.Rmd
File metadata and controls
41 lines (30 loc) · 1.83 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
31
32
33
34
35
36
37
38
39
40
41
---
output: github_document
---
## sdcHierarchies
[](https://github.com/bernhard-da/sdcHierarchies/actions/workflows/R-CMD-check.yaml)
[](https://github.com/bernhard-da/sdcHierarchies/commits/master)
[](https://github.com/bernhard-da/sdcHierarchies)
[](https://github.com/SNStatComp/awesome-official-statistics-software)
R-Package to (interactively) generate or modify (nested) hierarchies that are required as input for packages such as [**sdcTable**](https://CRAN.R-project.org/package=sdcTable) or [**cellKey**](https://github.com/sdcTools/cellKey).
The package is in its early stages and may change in future versions. Still, any feedback/pull requests are very much welcome!
### Installation
#### CRAN
The latest version from CRAN can be installed via
```
install.packages("sdcHierarchies")
```
#### Github
The latest development-version can be installed directly via:
```
install.packages("remotes")
remotes::install_github(
repo = "bernhard-da/sdcHierarchies",
dependencies = TRUE,
build_opts = c("--no-resave-data", "--no-manual")
)
```
### Usage
Please have a look at the package vignette `sdcHierarchies::hier_vignette()` or by clicking [**here**](https://bernhard-da.github.io/sdcHierarchies/articles/usage.html) or browse the automatically generated [**documentation**](https://bernhard-da.github.io/sdcHierarchies/).
### Updates
Updates/Changes are listed [**here**](https://bernhard-da.github.io/sdcHierarchies/news/index.html).