-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README, installation manual for the forked version
- Loading branch information
1 parent
f6b724d
commit f7b69dd
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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). |