bergant / datamodelr

Data model diagrams in R
Other
285 stars 28 forks source link

Use `Imports` rather than `Suggests` in `DESCRIPTION` file #8

Open dongzhuoer opened 5 years ago

dongzhuoer commented 5 years ago

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.

dongzhuoer commented 5 years ago

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.

cjtexas commented 4 years ago

I just did a fresh install and this is still an issue 🧐