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

density function clashes with stats::density #3

Open
iagomosqueira opened this issue Feb 8, 2017 · 0 comments
Open

density function clashes with stats::density #3

iagomosqueira opened this issue Feb 8, 2017 · 0 comments

Comments

@iagomosqueira
Copy link
Member

kobe::density clashes with stats::density.

> stats::density
function (x, ...) 
UseMethod("density")
<bytecode: 0x1f864d8>
<environment: namespace:stats>

Since this is not dispatched on any particular class, it might be better to change the name.

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

No branches or pull requests

1 participant