Skip to content

Commit ee3a303

Browse files
authored
Merge pull request #365 from MuellerRoman/feature/recordlinkage
Add recordLinkage function and tests
2 parents 2461675 + c68ba65 commit ee3a303

5 files changed

Lines changed: 1472 additions & 0 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ LinkingTo: Rcpp
2525
Depends:
2626
R (>= 2.10)
2727
Suggests:
28+
cluster,
29+
clue,
2830
laeken,
2931
parallel,
3032
testthat,
@@ -95,6 +97,7 @@ Collate:
9597
'pram.R'
9698
'rankSwap.R'
9799
'RcppExports.R'
100+
'recordLinkage.R'
98101
'recordSwap.R'
99102
'report.R'
100103
'riskyCells.R'

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ S3method(print,measure_risk)
1212
S3method(print,micro)
1313
S3method(print,modrisk)
1414
S3method(print,pram)
15+
S3method(print,recordLinkage)
1516
S3method(print,suda2)
1617
S3method(recordSwap,default)
1718
S3method(recordSwap,sdcMicroObj)
@@ -64,6 +65,7 @@ export(plotMicro)
6465
export(pram)
6566
export(rankSwap)
6667
export(readMicrodata)
68+
export(recordLinkage)
6769
export(recordSwap)
6870
export(removeDirectID)
6971
export(report)

0 commit comments

Comments
 (0)