We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Imports
Suggests
DESCRIPTION
I install your package using
devtools::install_github("bergant/datamodelr")
But when I call dm_render_graph(), I get a error telling me to install DiagrammeR.
dm_render_graph()
DiagrammeR
The text was updated successfully, but these errors were encountered:
I suggest that you read this article, in summary
Imports: packages listed here must be present for your package to work. Suggests: your package can use these packages, but doesn’t require them.
Sorry, something went wrong.
I just did a fresh install and this is still an issue 🧐
No branches or pull requests
I install your package using
But when I call
dm_render_graph()
, I get a error telling me to installDiagrammeR
.The text was updated successfully, but these errors were encountered: