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

Prepare for deprecation of the blocks argument #581

Merged
merged 8 commits into from
Sep 7, 2023
Merged

Conversation

stefvanbuuren
Copy link
Member

This PR prepares for the deprecation of the blocks argument at various places.

  • Removes the need for blocks in initialize_chain()
  • In rbind(), when formulas are concatenated and duplicate names are found, also rename the duplicated variables in formulas by their new name
  • Fixes a bug in filter.mids() that incorrectly removed empty components in the imp object
  • Fixes a bug in ibind() that incorrectly used length(blocks) as the first dimension of the chainMean and chainVar objects
  • Corrects the description visitSequence, chainMean and chainVar components of the mids object

@stefvanbuuren stefvanbuuren merged commit fc3d8f9 into master Sep 7, 2023
6 checks passed
@stefvanbuuren stefvanbuuren deleted the block_fixes branch November 22, 2024 08:26
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.

2 participants