Skip to content

Commit

Permalink
tweaks before CRAN resubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
beniaminogreen committed Sep 23, 2024
1 parent b392b00 commit 466287c
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 158 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.0
Date: 2024-09-23 01:06:40 UTC
SHA: 8c56931af2d1c7d55f2da65c826499a0dd59672c
Date: 2024-09-23 15:05:52 UTC
SHA: b392b00a80f0faeeb94af2695b1f7b6febb90b72
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (>= 1.56) (Rust's package manager), rustc > 1.70
SystemRequirements: Cargo (>= 1.56) (Rust's package manager), rustc (>= 1.70)
Imports:
collapse,
dplyr,
Expand Down
13 changes: 0 additions & 13 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ install.packages(zoomerjoin)
```


### Installing from R-Universe:

This package is distributed using [r-universe](https://r-universe.dev/search/),
which provides pre-compiled binaries for common operating systems and recent
versions of R. To install with r-universe, you can use the following command in
R:

```r
install.packages(
'zoomerjoin',
repos = c('https://beniaminogreen.r-universe.dev', getOption("repos"))
)
```
### Installing Rust

If your operating system or version of R is not installed, you must have the
Expand Down
114 changes: 63 additions & 51 deletions README.html

Large diffs are not rendered by default.

51 changes: 18 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@ compiler) installed to build the package from source.
install.packages(zoomerjoin)
```

### Installing from R-Universe:

This package is distributed using
[r-universe](https://r-universe.dev/search/), which provides
pre-compiled binaries for common operating systems and recent versions
of R. To install with r-universe, you can use the following command in
R:

``` r
install.packages(
'zoomerjoin',
repos = c('https://beniaminogreen.r-universe.dev', getOption("repos"))
)
```

### Installing Rust

If your operating system or version of R is not installed, you must have
Expand Down Expand Up @@ -217,7 +202,7 @@ join_out <- jaccard_inner_join(corpus_1, corpus_2, n_gram_width = 6, n_bands = 2
print(Sys.time() - start_time)
```

## Time difference of 0.03253984 secs
## Time difference of 0.009142399 secs

``` r
print(join_out)
Expand All @@ -226,25 +211,25 @@ print(join_out)
## # A tibble: 19 × 4
## a field.x b field.y
## <dbl> <chr> <dbl> <chr>
## 1 88 scheuer for congress 1980 667 scheuer
## 1 292 bill bradley for u s senate '84 913 bill br
## 2 35 solarz for congress 82 671 solarz …
## 3 378 guarini for congress 1982 883 guarini
## 4 163 davies county republican executive committee 852 warren
## 5 87 kentucky state democratic central executive committee 639 arizona
## 6 302 americans for good government inc 910 america
## 7 216 kent county republican finance committee 719 harford
## 8 319 7th congressional district democratic party of wisconsin 792 8th con
## 9 122 tarrant county republican victory fund 761 lake co
## 3 232 republican county committee of chester county 710 republi
## 4 87 kentucky state democratic central executive committee 639 arizona
## 5 478 united democrats for better government 642 democra
## 6 319 7th congressional district democratic party of wisconsin 792 8th con
## 7 378 guarini for congress 1982 606 guarini
## 8 378 guarini for congress 1982 883 guarini
## 9 163 davies county republican executive committee 852 warren
## 10 238 4th congressional district democratic party 792 8th con…
## 11 387 committee to re elect congressman staton 805 committ
## 12 478 united democrats for better government 642 democra
## 13 45 dole for senate committee 623 riegle
## 14 216 kent county republican finance committee 607 lake co
## 15 230 pipefitters local union 524 998 pipefit
## 16 232 republican county committee of chester county 710 republi
## 17 292 bill bradley for u s senate '84 913 bill br
## 18 378 guarini for congress 1982 606 guarini
## 19 238 4th congressional district democratic party 518 16th co
## 11 88 scheuer for congress 1980 667 scheuer
## 12 216 kent county republican finance committee 719 harford
## 13 387 committee to re elect congressman staton 805 committ
## 14 302 americans for good government inc 910 america
## 15 216 kent county republican finance committee 607 lake co
## 16 122 tarrant county republican victory fund 761 lake co
## 17 238 4th congressional district democratic party 518 16th co
## 18 230 pipefitters local union 524 998 pipefit
## 19 45 dole for senate committee 623 riegle

Zoomerjoin is able to quickly find the matching columns without
comparing all pairs of records. This saves more and more time as the
Expand Down
Loading

0 comments on commit 466287c

Please sign in to comment.