Skip to content

Commit 80caa45

Browse files
committed
prep for CRAN 5.6.0
1 parent 7d46324 commit 80caa45

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: sdcMicro
22
Type: Package
33
Title: Statistical Disclosure Control Methods for Anonymization of Data and
44
Risk Estimation
5-
Version: 5.5.2
5+
Version: 5.6.0
66
Authors@R: c(
77
person("Matthias", "Templ", email="matthias.templ@gmail.com", role = c("aut", "cre"), comment=c(ORCID="0000-0002-8638-5276")),
88
person("Bernhard", "Meindl", email = "Bernhard.Meindl@statistik.gv.at", role = c("aut")),

R/dRisk.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#' @author Matthias Templ
1919
#' @seealso \code{\link{dUtility}}
2020
#' @references see method SDID in
21-
#' \url{http://vneumann.etse.urv.es/webCrises/publications/isijcr/lncs3050Outlier.pdf}
21+
#' \url{https://crises-deim.urv.cat/webCrises/publications/isijcr/lncs3050Outlier.pdf}
2222
#'
2323
#' Templ, M. Statistical Disclosure Control for Microdata: Methods and Applications in R.
2424
#' \emph{Springer International Publishing}, 287 pages, 2017. ISBN 978-3-319-50272-4.

R/dUtility.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#' @author Matthias Templ
2121
#' @seealso \code{\link{dRisk}}, \code{\link{dRiskRMD}}
2222
#' @references for IL1 and IL1s: see
23-
#' \url{http://vneumann.etse.urv.es/webCrises/publications/isijcr/lncs3050Outlier.pdf},
23+
#' \url{https://crises-deim.urv.cat/webCrises/publications/isijcr/lncs3050Outlier.pdf},
2424
#'
2525
#' Templ, M. and Meindl, B., \emph{Robust Statistics Meets SDC: New Disclosure
2626
#' Risk Measures for Continuous Microdata Masking}, Lecture Notes in Computer

R/dataGen.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#' @author Matthias Templ
2222
#' @seealso \code{\link{sdcMicroObj-class}}, \code{\link{shuffle}}
2323
#' @references Have a look at
24-
#' \url{http://crises2-deim.urv.cat/docs/publications/lncs/443.pdf}
24+
#' \url{https://crises-deim.urv.cat/web/docs/publications/lncs/443.pdf}
2525
#' @keywords manip
2626
#' @export
2727
#' @examples

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
[![Coverage Status](https://coveralls.io/repos/github/sdcTools/sdcMicro/badge.svg?branch=master)](https://coveralls.io/github/sdcTools/sdcMicro?branch=master)
33
[![CRAN](http://www.r-pkg.org/badges/version/sdcMicro)](https://CRAN.R-project.org/package=sdcMicro)
44
[![Downloads](http://cranlogs.r-pkg.org/badges/sdcMicro)](https://CRAN.R-project.org/package=sdcMicro)
5-
[![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](https://www.awesomeofficialstatistics.org)
5+
[![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)
66

77
sdcMicro
88
========
99

1010
**sdcMicro** is an R-package to anonymize microdata. Most functionalities of the package are also available via an interactive shiny-based graphical user interface.
1111

12-
[Online documentation](http://sdctools.github.io/sdcMicro/index.html)
12+
[Online documentation](https://sdctools.github.io/sdcMicro/index.html)

man/dRisk.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dUtility.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dataGen.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)