- allow to keep original-order of nodes in
hier_import()
via argumentkeep_order
- massive performance improvement in
hier_convert()
- really return
NULL
inhier_display()
- bugfix in computation of bogus-codes
- update tests to reflect changes in
cli
-package
- fix: use original order in
hier_display()
andhier_convert()
- feature: new function
hier_codes()
returning a named vector of node-named and its standardized codes - fix: correctly computing hierarchies from nested lists
- major performance improvements by rewriting utility-functions in Rcpp
- bugfix in
hier_app()
when exporting; - feature:
hier_grid()
got new argumentadd_default_codes
; ifTRUE
, columns containing standardized codes are automatically added
- bugfix when converting hierarchies to sdc-objects.
- fix warning when converting hierarchies to argus
- improve documentation
- remove
data.tree
from shiny app; - other small fixes in the shiny-app
- new function
hier_grid()
that returns all combinations of levels (and optionally levels) of some hierarchies
- fix references to
hier_app()
in vignette
hier_match()
returns a mapping between original and default codes, fixingissue #9hier_to_tree()
returns a hierarchy in default format for any object created for example withhier_convert()
, fixingissue #10
- do not rely on
data.tree
- examples for all exported function
- new function
hier_display()
- harmonize function arguments
- first CRAN version
- preps for CRAN
- rename functions/methods to
hier_xxx()
- improve documentation
- rewrite import of hrc-files from tau-argus in
hier_import
- improve test coverage
- code style improves
- various fixes and improvements;
- rewrote
h_min_contributing_codes()
- started to add unit-tests
- in
sdcHier_info()
, the codes really contributing to a given node are computed and returned sdcHier_convert()
allows to return adata.table
sdcHier_convert()
allows to return a list object suitable forsdcTable
(format = "sdc"
)sdcHier_import()
allows to create a hierarchy from a list-input created fromsdcHier_convert(..., format = "sdc")
- continuous integration using travis
- check code is linted correctly
- building docs using pkgdown, site is here
sdcHier_convert()
can now convert a hierarchy to the format tau-argus understands usingformat='argus'
sdcHier_export()
writes hierarchies in specific formats to disksdcHier_import()
gained the ability to return sdc hierarchies fromhrc
-files in tau-argus format as well as from code and jsonsdcHier_info()
now shows the children of a node (if existing)sdcHier()
gained the feature to export hierarchies as json-encoded strings and hrc-files suitable as input for tau-argus- started with vignette that can be started with
sdcHier_vignette()
- implement undo-feature in
sdcHier()
- combine
dynHier()
andfixedHier()
tosdcHier()
sdcHier_convert()
gained an argumentpath
to write the output to a file- new function
sdcHier_compute_fromList()
to create a hierarchy from a named list - invisibly return results to avoid duplicated printing
- start with tabbed interface for shiny-apps
- some bugfixes
- removed argument
full_names
fromssdcHier_compute()
- show code to generated hierarchies in
dynHier()
andfixedHier()
- fixes for shiny-Apps
dynHier()
andfixedHier()
- renamed
dim_by_position()
tosdcHier_compute()
sdcHier_convert()
can output the required code to compute the hierarchy
sdcHier_convert()
can output the json-code- fixes to documentation and shinyApps
dynHier()
andfixedHier()
- Functions (
sdcHier_create()
,sdcHier_add()
,sdcHier_delete()
,sdcHier_rename()
,sdcHier_info()
,sdcHier_nodenames()
andsdcHier_convert()
) dealing with creation and updating of nested hierarchies and extracting information have been added