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

Remove character(0) warnings when running devtools::load_all(“.”) #31

Closed
andrie opened this issue Nov 17, 2014 · 0 comments
Closed
Assignees
Milestone

Comments

@andrie
Copy link
Owner

andrie commented Nov 17, 2014

This question at StackOverflow provides a hint:

http://stackoverflow.com/questions/26104401/character0-warnings-when-running-devtoolsload-all-in-rstudio

empty warnings that load_all is giving you are actually initiated when loading the package because of function name conflicts

Conflicts exist in @import tools and we should use @importFrom tools ... instead.

@andrie andrie self-assigned this Nov 17, 2014
@andrie andrie added this to the Version 0.2 milestone Dec 11, 2014
@andrie andrie closed this as completed in ca4b0cd Jan 15, 2015
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