Skip to content

Commit

Permalink
update README, installation manual for the forked version
Browse files Browse the repository at this point in the history
  • Loading branch information
changwoo-lee committed Jun 13, 2022
1 parent f6b724d commit f7b69dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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([email protected]), use
```r
devtools::install_github("changwoo-lee/microclustr", build_vignettes = TRUE)
```
## Citation

This package implements the methods introduced in the following paper:
Expand Down Expand Up @@ -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).

0 comments on commit f7b69dd

Please sign in to comment.