Releases: bernhard-da/sdcTable
Releases · bernhard-da/sdcTable
sdcTable v0.24
cran version v0.24
updates
- update in SIMPLEHEURISTIC-algorithm that now really respects cells (status
z
) that must not be suppressed
sdcTable v0.23
cran version v0.23
updates
- bugfix in SIMPLEHEURISTIC-algorithm
- code cleanup
- updated package vignette
- new functions
create_node()
,add_nodes()
anddelete_nodes()
that allow a dynamic generation of hierarchies. For an example have a look at?makeProblem
sdcTable v0.22.8
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
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
cran version v0.22.4
updates
- fixes in singleton-detection procedure for method
SIMPLEHEURISTIC
- automatic calculation of
dimVarInd
fromnames(dimList)
is possible - new exported function
sdcProb2df()
- updates and fixes when generating batch-files for argus
sdcTable v0.22.1
cran version v0.22.1
updates
- preliminary support to create batch-files to be used in tau-argus (
createArgusInput()
andrunArgusBatchFile()
) - heuristic singleton-detection algorithmus for method
SIMPLEHEURISTIC
- updated documentation, examples
- additional checks and small improvements
sdcTable v0.21.6
cran version v0.21.6
updates
- performance improvements
- fix issues with newer versions of
Rglpk
by usingRglpk_solve_LP()
directly
sdcTable v0.21.0
cran version v0.21.0
updates
- improvements in
genLevel()
: rewrite usingdata.table
- improvement in
makeProblem()
: Cells with frequency==0 will be initialized with sdcStatus=z
by default
sdcTable v0.20.5
cran version v0.20.5
updates
- improved documentation
- nicer show() and print() methods for
sdcProblem
-class objects - additional parameter
addDups
for (non-exported) methodg_df()
sdcTable v0.20.3
cran version v0.20.3
updates
- fixes in
makeProblem()
if a dimensional variable is a total only - improved documentation and examples for
setInfo()