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

Drop formula.tools #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Drop formula.tools #55

wants to merge 2 commits into from

Conversation

gregorsteiner
Copy link
Collaborator

I replaced all occurences of formula.tools with equivalent base string/formula manipulations and removed formula.tools as an import. I will do some more testing before merging this.

I removed all instances of formula.tools and replaced them with base R string manipulations. However, there are still problems, mainly in the anova.logistf function. deparse1() might solve them as it returns the same string as formula.tools::as.character.formula() would (I think).
I fixed the remaining errors, mostly by using deparse1() where previously one would use formula.tools::as.character.formula()
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

1 participant