# yyeasy **Repository Path**: yanpd01/yyeasy ## Basic Information - **Project Name**: yyeasy - **Description**: A simple R package - **Primary Language**: R - **License**: Artistic-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-09 - **Last Updated**: 2022-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yyeasy: Easily draw sectors with grid and ggplot2 [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) [![](https://img.shields.io/badge/devel%20version-0.5.2-green.svg)](https://github.com/yanpd01/yyeasy) ![](https://img.shields.io/badge/Windows-passing-green.svg) ![](https://img.shields.io/badge/Linux-passing-green.svg) Easy read, Easy write, Easy save, Easy use. ## :writing_hand: Authors Pengdong Yan ## :arrow_double_down: Installation Get the development version from github or gitee: ``` r ## install.packages("remotes") # from github remotes::install_github("yanpd01/yyeasy") # from gitee remotes::install_git("https://gitee.com/yanpd01/yyeasy") ``` ## :books: Usage For the usage of this R package, please type `?function` after installation to view it. There are detailed case descriptions in it.