yanlinlin82 / ggvenn

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

Enhancements: improved documentation and added tests - Preparing for new feature integration #44

Closed dnldelarosa closed 2 months ago

dnldelarosa commented 2 months ago

First off, thank you for creating and maintaining the ggvenn package! It's a valuable tool for creating Venn diagrams in R.

This pull request focuses on two key improvements, laying the groundwork for the integration of exciting new features I've been developing:

1. Improved documentation:

2. Added tests - Crucial for upcoming feature integration:

Specific changes:

These improvements, particularly the addition of tests, are vital for the future of ggvenn. They provide a safety net for introducing new features without compromising the stability and reliability of the existing codebase. I'm excited to share these new features in upcoming pull requests!

Thank you for considering this contribution!