From f7b69dd0e7900516b3eb9288043d56e03bf32d29 Mon Sep 17 00:00:00 2001 From: Changwoo Lee Date: Mon, 13 Jun 2022 13:15:14 +0900 Subject: [PATCH] update README, installation manual for the forked version --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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).