You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 2018-03-30, your package, mdsr, lists the tidyverse package in
either Depends,
Imports, or Suggests on CRAN.
Because the tidyverse is a set of packages designed for interactive data
analysis, this is, in short, a bad idea. The tidyverse package includes a
substantial number of direct and indirect dependencies (79 packages, as of this
writing), many of which are likely unnecessary for the purposes of your package.
Furthermore, the CRAN maintainers frown upon depending on it, which can cause
hassle for you down the line.
If you could please correct this by importing functions from, suggesting,
or depending on the tidyverse component packages you require at your nearest
convenience, it would be most appreciated.
Please let us know if you have any questions.
Thank you,
Hadley Wickham
c/o Mara Averick
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: