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

Edit R6 refactor #443

Merged
merged 10 commits into from
Apr 29, 2024
Merged

Edit R6 refactor #443

merged 10 commits into from
Apr 29, 2024

Conversation

brookslogan
Copy link
Contributor

Checklist

Please:

  • [-] Make sure this PR is against "dev", not "main" (unless this is a release
    PR).
  • [-] Request a review from one of the current main reviewers:
    brookslogan, nmdefries.
  • [-] Makes sure to bump the version number in DESCRIPTION. Always increment
    the patch version number (the third number), unless you are making a
    release PR from dev to main, in which case increment the minor version
    number (the second number).
  • Describe changes made in NEWS.md, making sure breaking changes
    (backwards-incompatible changes to the documented interface) are noted.
    Collect the changes under the next release number (e.g. if you are on
    1.7.2, then write your changes under the 1.8 heading).
  • See DEVELOPMENT.md for more information on the development
    process.

Change explanations for reviewer

Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch

  • Resolves #{issue number}

Sorry, something went wrong.

brookslogan and others added 10 commits April 26, 2024 10:10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Print to stdout and without using messages for all the output.  Prevents Rmds
from splitting print output into multiple chunks. Allows `capture.output` by
default to capture all expected output, and the same for logging utilities
expecting regular output to come from stdout.
This applied for a different default `clobberable_versions_start`.
- Update `epix_as_of` docs further based on `clobberable_versions_start` now
  defaulting to `NA`.
- Don't include `max_version =` in example `epix_as_of` calls as it seems
  atypical and a strange name if extracting a snapshot rather than an archive.
We don't want to try to use an `epi_archive` method implementation on a
`grouped_epi_archive`, or have `is_epi_archive` succeed on them even with
`grouped_okay = FALSE`, to prevent attempted extraction of nonexistent fields.
- Use new `%>% clone()` when we want a deep copy
- Use aliasing instead of shallow copies, since with S3 lists we should not have
  the threat of mutation of the shallow list structure
@dshemetov dshemetov merged commit eb4b355 into ds/r6-clean Apr 29, 2024
2 checks passed
@dshemetov dshemetov deleted the ds/r6-clean-lcb/suggests2 branch April 29, 2024 22: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.

None yet

2 participants