Skip to content
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

Merged
merged 9 commits into from
Oct 24, 2023
Merged

Add Fuzzy Jacard similarity #43

merged 9 commits into from
Oct 24, 2023

Conversation

koheiw
Copy link
Owner

@koheiw koheiw commented Oct 14, 2023

for #42

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #43 (277e1c1) into master (b349c4a) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            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              
Files Coverage Δ
R/proxy.R 99.12% <100.00%> (ø)
src/pair.cpp 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@koheiw koheiw requested a review from rcannood October 14, 2023 08:28
Copy link
Collaborator

@rcannood rcannood left a 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!

@koheiw koheiw merged commit 6a96c86 into master Oct 24, 2023
8 checks passed
@koheiw koheiw deleted the issue-42 branch October 24, 2023 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants