Skip to content

Commit

Permalink
cran version 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-da committed Feb 12, 2016
1 parent a83bad8 commit 4854c7c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
Package: sdcTable
Version: 0.20.2
Date: 2015-12-11
Version: 0.20.3
Date: 2016-02-12
Title: Methods for Statistical Disclosure Control in Tabular Data
Description: Methods for statistical disclosure control in
tabular data such as primary and secondary cell suppression are covered in
this package.
Author: Bernhard Meindl
Maintainer: Bernhard Meindl <[email protected]>
URL: https://github.com/bernhard-da/sdcTable
URL: http://www.statistik.at
BugReports: https://github.com/bernhard-da/sdcTable/issues
Depends: stringr, methods, Rcpp (>= 0.11.0), Rglpk, lpSolveAPI
Imports: data.table
Suggests: testthat (>= 0.3)
Depends:
stringr,
methods,
Rcpp (>= 0.11.0),
Rglpk,
lpSolveAPI
Imports:
data.table
Suggests:
testthat (>= 0.3)
LazyLoad: yes
LinkingTo: Rcpp
License: GPL (>= 2)
URL: http://www.statistik.at
SystemRequirements: GLPK library, including -dev or -devel part
RoxygenNote: 5.0.1
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2: do not edit by hand

export(attack)
export(calc.cutList)
Expand Down

0 comments on commit 4854c7c

Please sign in to comment.