From 85f31c9bb0d02d863938d6da8b032510b3cd1384 Mon Sep 17 00:00:00 2001 From: Yunuuuu Date: Wed, 8 Jan 2025 03:18:32 +0800 Subject: [PATCH] add acknowledgement --- README.Rmd | 15 +++++++++++++++ README.md | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/README.Rmd b/README.Rmd index 9dc77b22..5aa8b0c2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -102,3 +102,18 @@ remotes::install_github("Yunuuuu/ggalign") | **Fully Compatible with ggplot2** | Yes | No | No | No | Limited Geometric layers support | | **Ease of Use** | Easy for ggplot2 users | Easy for for grid user | Easy for python user | Easy | Easy for ggplot2 users | | **Interactive** | No | Yes | No | No | No | + +## Acknowledgements +I would like to express my sincere gratitude to the contributors of the +`ggplot2` project for providing a powerful and flexible framework for data +visualization in R. Their work laid the foundation for the functionality and +design of this package. I would also like to thank the `patchwork` project, from +which the core coding for the plot composer was adapted. The `patchwork` library +provided a useful mechanism for combining and aligning plots, which was modified +to suit the needs of this package. Without the contributions of these +open-source projects, this package would not have been possible. + +Additionally, I would like to extend my heartfelt thanks to @teunbrand, who has +fulfilled my numerous feature requests, and assisted with the integration of new +functions into ggplot2, and contributed to the ongoing maintenance of the +`ggplot2` package. diff --git a/README.md b/README.md index 658a8410..26fa2f0d 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,20 @@ remotes::install_github("Yunuuuu/ggalign") | **Fully Compatible with ggplot2** | Yes | No | No | No | Limited Geometric layers support | | **Ease of Use** | Easy for ggplot2 users | Easy for for grid user | Easy for python user | Easy | Easy for ggplot2 users | | **Interactive** | No | Yes | No | No | No | + +## Acknowledgements + +I would like to express my sincere gratitude to the contributors of the +`ggplot2` project for providing a powerful and flexible framework for +data visualization in R. Their work laid the foundation for the +functionality and design of this package. I would also like to thank the +`patchwork` project, from which the core coding for the plot composer +was adapted. The `patchwork` library provided a useful mechanism for +combining and aligning plots, which was modified to suit the needs of +this package. Without the contributions of these open-source projects, +this package would not have been possible. + +Additionally, I would like to extend my heartfelt thanks to @teunbrand, +who has fulfilled my numerous feature requests, and assisted with the +integration of new functions into ggplot2, and contributed to the +ongoing maintenance of the `ggplot2` package.