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

avoid partial matching #18

Closed
ghost opened this issue Dec 3, 2016 · 1 comment
Closed

avoid partial matching #18

ghost opened this issue Dec 3, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 3, 2016

In some of the extract.* functions partial matching is done due to the $ operator.
This can be checked with setting these options and running the code

options(warnPartialMatchAttr   = TRUE,
        warnPartialMatchDollar = TRUE,
        warnPartialMatchArgs   = TRUE)
@ghost ghost mentioned this issue Dec 3, 2016
@ghost ghost changed the title avoid partial matching s$coef avoid partial matching Dec 3, 2016
@leifeld
Copy link
Owner

leifeld commented Mar 17, 2017

Closed for now. Feel free to open more specific issues or pull requests if you find additional instances of partial matching! Thanks.

@leifeld leifeld closed this as completed Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant