forked from tenderle/ptable
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from tenderle/master
Version 0.2.0 Prototype Version for Census Testing
- Loading branch information
Showing
16 changed files
with
503 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
.Ruserdata | ||
*.Rproj | ||
*.html | ||
Readme.Rmd | ||
Readme.Rmd | ||
inst/doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
Package: ptable | ||
Type: Package | ||
Date: 2018-11-20 | ||
Date: 2018-12-02 | ||
Title: Generation of perturbation tables | ||
Version: 0.1.13 | ||
Version: 0.2.0 | ||
Authors@R: c(person("Tobias", "Enderle", email = "[email protected]", role = c("aut", "cre")), | ||
person("Sarah", "Giessing", email = "[email protected]", role = c("ctb"))) | ||
Description: This package computes perturbation tables with probabilities or pre-drawn perturbation values. | ||
Imports: data.table,nloptr,RColorBrewer,flexdashboard,lattice,methods,rlang,rmarkdown,ggplot2 | ||
Suggests: cellKey, sdcTable | ||
Suggests: cellKey, sdcTable, | ||
knitr | ||
License: EUPL | ||
Encoding: UTF-8 | ||
Maintainer: Tobias Enderle <[email protected]> | ||
LazyData: true | ||
RoxygenNote: 6.0.1 | ||
RoxygenNote: 6.0.1 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#' pt_vignette | ||
#' | ||
#' starts the package vignette that gets you started with the package | ||
#' | ||
#' @return a browser windows/tab with showing the vignette | ||
#' @export | ||
#' @importFrom utils RShowDoc | ||
#' @examples | ||
#' \dontrun{ | ||
#' pt_vignette() | ||
#' } | ||
pt_vignette <- function() { | ||
RShowDoc("introduction", package="ptable") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@article{giessing2016, | ||
author = "Giessing, Sarah", | ||
title = {Computational Issues in the Design of Transition Probabilities and Disclosure Risk Estimation for Additive Noise}, | ||
journal = {Privacy in Statistical Databases}, | ||
year = 2016, | ||
volume = {9867}, | ||
publisher = "Springer", | ||
pages = {237--251} | ||
} | ||
@article{marley2011, | ||
author = "Marley, J. K. and Leaver, V. L.", | ||
Title = { A method for confidentialising user-defined tables: Statistical proper-ties and a risk-utility analysis.}, | ||
journal = {Proceedings of 58th World Statistical Congress}, | ||
year = 2011, | ||
pages = {1072--1081} | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[LocalizedFileNames] | ||
bibtex.bib[email protected],0 |
Oops, something went wrong.