yanlinlin82 / ggvenn

Venn Diagram by ggplot2, with really easy-to-use API.
Other
167 stars 25 forks source link

Refactor dependencies and imports for clarity and resolve `scales` warning #45

Closed dnldelarosa closed 2 months ago

dnldelarosa commented 2 months ago

This pull request refactors the dependencies and imports of the ggvenn package to improve code clarity, maintainability, and resolve the following warning encountered during R CMD check:

❯ checking dependencies in R code ... NOTE
Package in Depends field not imported from: 'scales'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.

Key changes:

This pull request contributes to the overall health and maintainability of the ggvenn package. Thank you for considering this contribution!