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

Fix/matching by col numeric #504

Merged
merged 4 commits into from
Nov 27, 2022
Merged

Conversation

jefferis
Copy link
Collaborator

> as.character(1e5)
[1] "1e+05"

@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #504 (2b36409) into master (49d578d) will increase coverage by 1.14%.
The diff coverage is 70.00%.

@@            Coverage Diff             @@
##           master     #504      +/-   ##
==========================================
+ Coverage   75.73%   76.88%   +1.14%     
==========================================
  Files          48       48              
  Lines        5906     5914       +8     
==========================================
+ Hits         4473     4547      +74     
+ Misses       1433     1367      -66     
Impacted Files Coverage Δ
R/neuronlist.R 80.86% <70.00%> (-0.44%) ⬇️
R/neuron-io.R 84.71% <0.00%> (+1.55%) ⬆️
R/amiralandmarks-io.R 90.74% <0.00%> (+9.25%) ⬆️
R/neuronlistfh.R 79.47% <0.00%> (+30.52%) ⬆️

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

@dokato
Copy link
Contributor

dokato commented Oct 17, 2022

Doesn't as.character(bit64::as.integer64((x))) solve the problem?

@jefferis
Copy link
Collaborator Author

Doesn't as.character(bit64::as.integer64((x))) solve the problem?
@dokato yes some variation on that could help, but I have so far resisted to make base nat depend on the bit64 package.

@jefferis jefferis merged commit 5efde63 into master Nov 27, 2022
@jefferis jefferis deleted the fix/matching-by-col-numeric-id branch November 27, 2022 22:31
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.

fix bug in matching by first column
2 participants