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

Implement the brmsframe layer #1653

Merged
merged 18 commits into from
May 14, 2024
Merged

Implement the brmsframe layer #1653

merged 18 commits into from
May 14, 2024

Conversation

paul-buerkner
Copy link
Owner

@paul-buerkner paul-buerkner commented May 13, 2024

This PR implements brmsframe objects, which store a combination of formula and data information, thus reducing the need for repeated evaluation of several data-processing functions across the brms codebase. Although this PR changes a lot of code, there should not be any user-facing changes.

TODOs:

  • update NEWS
  • run all local tests
  • review the changes on github

Copy link
Owner Author

@paul-buerkner paul-buerkner left a comment

Choose a reason for hiding this comment

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

After going through the PR on github again, I think it looks good. Will merge now.

@paul-buerkner paul-buerkner merged commit 298b947 into master May 14, 2024
5 checks passed
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.

1 participant