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

warnings when loading CodeDepends #25

Closed
wlandau opened this issue Mar 13, 2018 · 4 comments
Closed

warnings when loading CodeDepends #25

wlandau opened this issue Mar 13, 2018 · 4 comments

Comments

@wlandau
Copy link

wlandau commented Mar 13, 2018

After installing fe50582:

library(CodeDepends)
#> Warning: replacing previous import 'graph::addNode' by 'XML::addNode' when
#> loading 'CodeDepends'
#> Warning: replacing previous import 'graph::plot' by 'graphics::plot' when
#> loading 'CodeDepends'

This is affecting packages that import from CodeDepends.

@gmbecker
Copy link
Collaborator

gmbecker commented Mar 13, 2018 via email

@joshuaulrich
Copy link

... or finding the full set of things for the importFrom is doable but will be annoying.

You could probably modify the bit of R CMD check that finds imports from base packages to find imports from a specific package. That might be globally useful to the entire R community, since it's often said it's better to importFrom(pkg, foo) than import(pkg). I'd be willing to help, if you're interested.

@gmbecker
Copy link
Collaborator

This is fixed in 0.6.0, now in Github and submitted to CRAN.

@wlandau
Copy link
Author

wlandau commented Jun 24, 2018

Thanks, Gabe!

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

3 participants