• allow to keep original-order of nodes in hier_import() via argument keep_order
  • bugfix in computation of bogus-codes
  • update tests to reflect changes in cli-package
  • fix: use original order in hier_display() and hier_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 argument add_default_codes; if TRUE, columns containing standardized codes are automatically added
  • bugfix when converting hierarchies to sdc-objects.
  • fix warning when converting hierarchies to argus
  • improve documentation

Bugfixes

  • remove data.tree from shiny app;
  • other small fixes in the shiny-app

Features

  • new function hier_grid() that returns all combinations of levels (and optionally levels) of some hierarchies

Bugfixes

Features

Bugfixes

  • correctly compute default codes, fixing issue #7
  • correctly convert to R code, fixing issue #8
  • 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 a data.table
  • sdcHier_convert() allows to return a list object suitable for sdcTable (format = "sdc")
  • sdcHier_import() allows to create a hierarchy from a list-input created from sdcHier_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 using format='argus'
  • sdcHier_export() writes hierarchies in specific formats to disk
  • sdcHier_import() gained the ability to return sdc hierarchies from hrc-files in tau-argus format as well as from code and json
  • sdcHier_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() and fixedHier() to sdcHier()
  • sdcHier_convert() gained an argument path 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 froms sdcHier_compute()
  • show code to generated hierarchies in dynHier() and fixedHier()
  • fixes for shiny-Apps dynHier() and fixedHier()
  • renamed dim_by_position() to sdcHier_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() and fixedHier()
  • Functions (sdcHier_create(), sdcHier_add(), sdcHier_delete(), sdcHier_rename(), sdcHier_info(), sdcHier_nodenames() and sdcHier_convert()) dealing with creation and updating of nested hierarchies and extracting information have been added