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

Transferred duplicates() from poisdata #17

Merged
merged 11 commits into from
Aug 1, 2024
Merged

Transferred duplicates() from poisdata #17

merged 11 commits into from
Aug 1, 2024

Conversation

dunkenwg
Copy link
Contributor

  • Moved duplicates() and associated tests from poisdata
  • Removed unnecessary dependencies

@dunkenwg dunkenwg requested a review from aylapear July 16, 2024 17:10
tests/testthat/test-duplicates.R Outdated Show resolved Hide resolved
Copy link
Member

@joethorley joethorley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a great idea and like the name. However I think we should be use tidy evaluation so that the argument should be

duplicates(.data, ...)

so that we can call it as follows

duplicates(x, column1, anothercolumn)

It's probably worth looking to distinct for inspiration.

@dunkenwg dunkenwg requested a review from aylapear July 24, 2024 14:56
@aylapear
Copy link
Member

@dunkenwg I don't see any changes since the last review. Did you forget to push them?

@dunkenwg
Copy link
Contributor Author

@aylapear I think I accidentally asked for your review. I'll work on this today and tomorrow and let you know if I get it done or run into any troubles.

@dunkenwg dunkenwg merged commit 9245dae into main Aug 1, 2024
2 checks passed
@dunkenwg dunkenwg deleted the duplicate branch August 1, 2024 00:46
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.

3 participants