-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Fuzzy Jacard similarity #43
Conversation
Merge branch 'master' into issue-42 # Conflicts: # DESCRIPTION # R/proxy.R # man/simil.Rd # src/pair.cpp
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
==========================================
+ Coverage 99.50% 99.51% +0.01%
==========================================
Files 4 4
Lines 401 416 +15
==========================================
+ Hits 399 414 +15
Misses 2 2
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The proposed changes look good!
R CMD check looks good!
Revdepcheck also looks good!
Revdepcheck
> revdepcheck::revdep_check(timeout = as.difftime(600, units = "mins"), num_workers = 30)
── INIT ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Computing revdeps ──
── INSTALL ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 2 versions ──
Installing CRAN version of proxyC
also installing the dependencies ‘Rcpp’, ‘RcppParallel’, ‘RcppArmadillo’
Installing DEV version of proxyC
Installing 3 packages: Rcpp, RcppArmadillo, RcppParallel
── CHECK ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 11 packages ──
✔ applicable 0.1.0 ── E: 0 | W: 0 | N: 0
✔ dynutils 1.0.11 ── E: 0 | W: 0 | N: 0
✔ quanteda.textstats 0.96.3 ── E: 0 | W: 0 | N: 1
✔ seededlda 1.1.0 ── E: 0 | W: 0 | N: 4
✔ LSX 1.3.1 ── E: 0 | W: 0 | N: 1
✔ immcp 1.0.3 ── E: 1 | W: 0 | N: 0
✔ scClassify 1.12.0 ── E: 0 | W: 0 | N: 0
✔ scMerge 1.16.0 ── E: 1 | W: 0 | N: 0
✔ SimBu 1.2.0 ── E: 0 | W: 0 | N: 2
✔ simplifyEnrichment 1.10.0 ── E: 0 | W: 0 | N: 1
✔ scFeatures 1.0.0 ── E: 1 | W: 0 | N: 0
OK: 11
BROKEN: 0
Total time: 1 hour
LGTM!
for #42