Skip to content

Commit

Permalink
further chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
BERENZ committed May 11, 2024
1 parent 72569c3 commit 8802601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ coverage](https://codecov.io/gh/ncn-foreigners/blocking/branch/main/graph/badge.

## Warning!

The package is under heavy development, so both the API and the
functionality are subject to change.
The package is under heavily development so the API as well as
functionalities may change.

## Description

Expand Down Expand Up @@ -108,7 +108,6 @@ information:

``` r
blocking_result <- blocking(x = df_example$txt)
## data frame with indices and block
blocking_result
#> ========================================================
#> Blocking based on the nnd method.
Expand Down
1 change: 1 addition & 0 deletions vignettes/v2-reclin.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ set.seed(2024)
ann_control_pars <- controls_ann()
ann_control_pars$nnd$epsilon <- 0.2
result3 <- blocking(x = census$txt, y = cis$txt, verbose = 1,
true_blocks = matches[, .(x, y, block)], n_threads = 8,
control_ann = ann_control_pars)
Expand Down

0 comments on commit 8802601

Please # to comment.