diff --git a/README.md b/README.md index 42cd56d..2551969 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Performs entity resolution for data bases with categorical fields using partitio devtools::install_github("resteorts/microclustr", build_vignettes = TRUE) ``` +To install version 0.1.1 (with ESC Poisson, ESC Binomial) in the forked repository by Changwoo Lee(c.lee@stat.tamu.edu), use +```r +devtools::install_github("changwoo-lee/microclustr", build_vignettes = TRUE) +``` ## Citation 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 browseVignettes("microclustr") ``` + ## Acknowledgements This work was supported through the National Science Foundation through NSF CAREER Award 1652431 (PI: Steorts).