Skip to content

prefix lm() and loess() with stats:: instead of base:: #3306

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

Merged
merged 1 commit into from
May 9, 2019
Merged

prefix lm() and loess() with stats:: instead of base:: #3306

merged 1 commit into from
May 9, 2019

Conversation

bfgray3
Copy link
Contributor

@bfgray3 bfgray3 commented May 7, 2019

> "lm" %in% ls("package:base")
[1] FALSE
> "loess" %in% ls("package:base")
[1] FALSE
> "lm" %in% ls("package:stats")
[1] TRUE
> "loess" %in% ls("package:stats")
[1] TRUE

@clauswilke clauswilke merged commit 4ce3953 into tidyverse:master May 9, 2019
@lock
Copy link

lock bot commented Nov 5, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Nov 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants