AnalytixWare / ShinySky

Various UI widgets/components not part of Shiny e.g. alerts, styled buttons
Other
188 stars 65 forks source link

Use Imports rather than Depends for dependencies #32

Closed antoine-sachet closed 5 years ago

antoine-sachet commented 5 years ago

You should use Imports instead of Depends in the DESCRIPTION. Otherwise you create conflicts, especially since plyr conflicts with a lot of packages.

For example, using your package broke my app because count was suddenly taken from plyr instead of dplyr.

BTW you have to use Imports if you intend to submit to CRAN.

xiaodaigh commented 5 years ago

Done

xiaodaigh commented 5 years ago

Sorry guys. I have been inactive.