Skip to content

Conversation

@jangorecki
Copy link
Member

closes #710

@codecov
Copy link

codecov bot commented Sep 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.10%. Comparing base (cf898ab) to head (38a8e89).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7348   +/-   ##
=======================================
  Coverage   99.10%   99.10%           
=======================================
  Files          84       84           
  Lines       16128    16128           
=======================================
  Hits        15983    15983           
  Misses        145      145           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ben-schwen
Copy link
Member

Unfortunately the problem still persists with other types than integer

DF1 <- data.frame(b=letters[1:3], c=c(1.1, 2.2, 3.3))
DF2 <- transform(DF1, c = c(4.4, 5.5, 6.6))
setorder(setDT(DF2), -c)

@jangorecki jangorecki marked this pull request as draft September 27, 2025 19:35
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.

Mixing use of data.frame and data.table in R 3.1+

2 participants