-
-
Notifications
You must be signed in to change notification settings - Fork 9
join_key can set default parent
#215
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
497435d
feat: initial support
averissimo 1b3f662
feat: use match.arg and keep checkmate error
averissimo a781284
fix: remove redundant line
averissimo 4039252
Merge branch 'main' into 203_default_parents@main
averissimo 9e5abc8
feat: protect against cyclical graphs on const./merge
averissimo 8e5136d
docs: initial pass on vignette
averissimo 6c01c19
fix: correcting check warnings
averissimo ee0a073
docs: reflecting new API
averissimo b05cf02
docs: minor changes
averissimo c7f6c89
tests: better support for default parent behavior
averissimo 8a09b00
lint: adds nolint (hidden) block in vignette
averissimo a293fb0
feat: remove unecessary iterations and adds coverage
averissimo 3f0f7a6
Merge branch 'main' into 203_default_parents@main
averissimo a11a663
fix: revert to base::match.arg suggestion from @chlebowa
averissimo e731ecd
Update R/join_key.R
averissimo fe50145
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] 80b5118
feat: change parameter from parent to directed
averissimo efb3cf6
Merge branch 'main' into 203_default_parents@main
averissimo 886fa72
docs: rephrase parameter
averissimo edc6ffa
Merge branch 'main' into 203_default_parents@main
averissimo b1e62fe
Apply suggestions from @kartikeyakirar and @gogonzo
averissimo 5aa0d43
Merge branch 'main' into 203_default_parents@main
averissimo 6ea3a14
Apply suggestions from @chlebowa
averissimo 9249bdd
[skip actions] Roxygen Man Pages Auto Update
dependabot-preview[bot] 62aac3b
fix: remove unused variable
averissimo ba0ef66
docs: improve on assertion
averissimo ddd729e
Remove rendundant code from @gogonzo
averissimo a6c9272
fix: removed redundant test
averissimo b317708
fix: allow incompatible keys on constructor and c
averissimo 78d4240
fix: remove .merge_parents are there are better protections in place
averissimo 1cf0632
Merge branch 'main' into 203_default_parents@main
kartikeyakirar 7947878
removed unused variable.
kartikeyakirar 74925c5
Merge branch 'main' into 203_default_parents@main
averissimo 86529be
empty commit
averissimo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,11 @@ | ||
| Forkers | ||
| Getter | ||
| Hoffmann | ||
| Reproducibility | ||
| formatters | ||
| funder | ||
| Getter | ||
| getter | ||
| Hoffmann | ||
| pre | ||
| repo | ||
| Reproducibility | ||
| reproducibility | ||
| undirected |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.