Skip to content

Commit f7b69dd

Browse files
committed
update README, installation manual for the forked version
1 parent f6b724d commit f7b69dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Performs entity resolution for data bases with categorical fields using partitio
88
devtools::install_github("resteorts/microclustr", build_vignettes = TRUE)
99
```
1010

11+
To install version 0.1.1 (with ESC Poisson, ESC Binomial) in the forked repository by Changwoo Lee([email protected]), use
12+
```r
13+
devtools::install_github("changwoo-lee/microclustr", build_vignettes = TRUE)
14+
```
1115
## Citation
1216

1317
This package implements the methods introduced in the following paper:
@@ -35,6 +39,7 @@ For more extensive documentation of the use of this package, please refer to the
3539
browseVignettes("microclustr")
3640
```
3741

42+
3843
## Acknowledgements
3944

4045
This work was supported through the National Science Foundation through NSF CAREER Award 1652431 (PI: Steorts).

0 commit comments

Comments
 (0)