Skip to content

Remove lme4#266

Open
kenkellner wants to merge 7 commits intomasterfrom
remove_lme4
Open

Remove lme4#266
kenkellner wants to merge 7 commits intomasterfrom
remove_lme4

Conversation

@kenkellner
Copy link
Copy Markdown
Collaborator

@kenkellner kenkellner commented Dec 11, 2023

We currently use lme4 to handle bar expressions in formulas (via findbars and nobars) and to create the Z random effects matrix (via mkReTrms). This pull request re-writes this functionality from scratch (to better match what we use it for) and thus removes the lme4 dependency.

@kenkellner kenkellner linked an issue Dec 11, 2023 that may be closed by this pull request
@kenkellner
Copy link
Copy Markdown
Collaborator Author

I think I probably will not merge this because it looks like the reformulas package will be on CRAN soon, which would provide the formula processing tools without the weight of the rest of lme4.

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.

Copy lme4 code into package, instead of importing it

1 participant