-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
So CodeDepends imports the XML for reasons which may or may not continue to
be relevant to how @duncantl uses the package today. That could potentially
be changed to a suggests or an importFrom, but it would take a bit of doing
as the parts of the package that do touch XML functionality do so quite a
bit, and adding all the ::'s after doing a requireNamespace or finding the
full set of things for the importFrom is doable but will be annoying.
The other one is a bit more puzzling, as CodeDepends doesn't import or
depend on graphics. Off the top of my head I'm not really sure what's going
on there.
~G
…On Tue, Mar 13, 2018 at 12:50 PM, Will Landau ***@***.***> wrote:
After installing fe50582
<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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3dsdaGExloN35R-zx0JNK0nNEF0ffrks5teCLygaJpZM4SpVtS>
.
--
Gabriel Becker, Ph.D
Scientist
Bioinformatics and Computational Biology
Genentech Research
|
You could probably modify the bit of |
This is fixed in 0.6.0, now in Github and submitted to CRAN. |
Thanks, Gabe! |
After installing fe50582:
This is affecting packages that import from
CodeDepends
.The text was updated successfully, but these errors were encountered: