Skip to content

Releases: bernhard-da/sdcTable

sdcTable v0.24

24 Jul 20:05
Compare
Choose a tag to compare

cran version v0.24

updates

  • update in SIMPLEHEURISTIC-algorithm that now really respects cells (status z) that must not be suppressed

sdcTable v0.23

22 Jun 21:16
Compare
Choose a tag to compare

cran version v0.23

updates

  • bugfix in SIMPLEHEURISTIC-algorithm
  • code cleanup
  • updated package vignette
  • new functions create_node(), add_nodes() and delete_nodes() that allow a dynamic generation of hierarchies. For an example have a look at ?makeProblem

sdcTable v0.22.8

15 Sep 07:14
Compare
Choose a tag to compare

cran version v0.22.8

updates

  • allowing to specify licensefile in case CPLEX should be used for tau-batch files
  • code refacturing
  • fixing issue with incorrect quoted paths containing file-names when calling tau-argus from R
  • bugfix in heuristic procedure to protect tables
  • new function argusVersion()
  • required updates due to new Rcpp-version

sdcTable v0.22.6

24 May 06:44
Compare
Choose a tag to compare

cran version v0.22.6

updates
fixes and enhancements with respect to creating and running of batch-files suitable for tau-argus.

sdcTable v0.22.4

18 Apr 04:59
Compare
Choose a tag to compare

cran version v0.22.4

updates

  • fixes in singleton-detection procedure for method SIMPLEHEURISTIC
  • automatic calculation of dimVarInd from names(dimList) is possible
  • new exported function sdcProb2df()
  • updates and fixes when generating batch-files for argus

sdcTable v0.22.1

21 Feb 10:57
Compare
Choose a tag to compare

cran version v0.22.1

updates

  • preliminary support to create batch-files to be used in tau-argus (createArgusInput() and runArgusBatchFile())
  • heuristic singleton-detection algorithmus for method SIMPLEHEURISTIC
  • updated documentation, examples
  • additional checks and small improvements

sdcTable v0.21.6

22 Aug 11:18
Compare
Choose a tag to compare

cran version v0.21.6

updates

  • performance improvements
  • fix issues with newer versions of Rglpk by using Rglpk_solve_LP() directly

sdcTable v0.21.0

17 May 05:07
Compare
Choose a tag to compare

cran version v0.21.0

updates

  • improvements in genLevel(): rewrite using data.table
  • improvement in makeProblem(): Cells with frequency==0 will be initialized with sdcStatus=z by default

sdcTable v0.20.5

12 Apr 06:43
Compare
Choose a tag to compare

cran version v0.20.5

updates

  • improved documentation
  • nicer show() and print() methods for sdcProblem-class objects
  • additional parameter addDups for (non-exported) method g_df()

sdcTable v0.20.3

12 Feb 08:29
Compare
Choose a tag to compare

cran version v0.20.3

updates

  • fixes in makeProblem() if a dimensional variable is a total only
  • improved documentation and examples for setInfo()