{"id":13711691,"url":"https://github.com/yanpd01/ggsector","last_synced_at":"2026-02-24T04:03:32.248Z","repository":{"id":63898189,"uuid":"569528559","full_name":"yanpd01/ggsector","owner":"yanpd01","description":"Use R language to draw sector","archived":false,"fork":false,"pushed_at":"2024-10-31T06:26:15.000Z","size":2828,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T17:06:49.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yanpd01.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-23T02:59:43.000Z","updated_at":"2025-02-01T19:30:12.000Z","dependencies_parsed_at":"2023-01-29T12:31:05.112Z","dependency_job_id":null,"html_url":"https://github.com/yanpd01/ggsector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanpd01%2Fggsector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanpd01%2Fggsector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanpd01%2Fggsector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanpd01%2Fggsector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanpd01","download_url":"https://codeload.github.com/yanpd01/ggsector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252772114,"owners_count":21801854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T23:01:10.727Z","updated_at":"2025-10-22T04:10:40.469Z","avatar_url":"https://github.com/yanpd01.png","language":"R","funding_links":[],"categories":["Plot layers"],"sub_categories":[],"readme":"---\noutput:\n  md_document:\n    variant: gfm\nhtml_preview: false\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\",\n  message = FALSE,\n  warning = FALSE\n)\n```\n\n```{r echo=FALSE, results=\"hide\", message=FALSE}\nlibrary(\"badger\")\n```\n\n# ggsector: Easily draw sectors with grid and ggplot2\n\n\u003c!-- badges: start --\u003e\n[![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)\n\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ggsector)](https://cran.r-project.org/package=ggsector)\n`r badge_devel(\"yanpd01/ggsector\", \"deepgreen\")`\n\n\n\u003c!-- [![CRAN_download](http://cranlogs.r-pkg.org/badges/grand-total/ggsector?color=green)](https://cran.r-project.org/package=ggsector) --\u003e\n\u003c!-- [![Github All Releases](https://img.shields.io/github/downloads/yanpd01/ggsector/total.svg)]() --\u003e\n\n\n`r badger::badge_custom(\"Windows\", \"passing\", \"deepgreen\")`\n`r badger::badge_custom(\"Linux\", \"passing\", \"deepgreen\")`\n\u003c!-- badges: end --\u003e\n\n```{r comment=\"\", echo=FALSE, results='asis'}\ncat(packageDescription(\"ggsector\")$Description)\n```\n\n## :writing_hand: Authors\n\nPengdong Yan\n\n\n\n## :arrow_double_down: Installation\n\nGet the released version from Cran:\n\n```{r, eval = FALSE}\ninstall.packages(\"ggsector\")\n```\n\nOr the development version from github or gitee:\n\n```{r, eval = FALSE}\n## install.packages(\"remotes\")\n\n## from github\n# simple install\nremotes::install_github(\"yanpd01/ggsector\")\n# with vignettes\nremotes::install_github(\"yanpd01/ggsector\", build_vignettes = TRUE)\n\n## from gitee\n# simple install\nremotes::install_git(\"https://gitee.com/yanpd01/ggsector\")\n# with vignettes\nremotes::install_git(\"https://gitee.com/yanpd01/ggsector\", build_vignettes = TRUE)\n```\n\n\n##  :books: Usage\n\nFor more details, please refer to the online\n[vignette](https://cran.r-project.org/web/packages/ggsector/vignettes/ggsector.html).\n\n![logo](ggsector.png)\n\n## :sparkling_heart: Acknowledgments\n\nThe code of this R package refers to [jjplot](https://github.com/junjunlab/jjPlot) of [JunJunLao](https://github.com/junjunlab) and [ggplot2](https://github.com/tidyverse/ggplot2) of [Hadley](https://github.com/hadley).\n\nThe Description, vignette, and readme of this R package refer to [clusterProfiler](https://github.com/YuLab-SMU/clusterProfiler), [ggfun](https://github.com/YuLab-SMU/ggfun), and [treeio](https://github.com/YuLab-SMU/treeio) of [Guangchuang YU](https://github.com/YuLab-SMU/).\n\nHere, I would like to express my highest respect to thank the big guys for their open source spirit.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanpd01%2Fggsector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanpd01%2Fggsector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanpd01%2Fggsector/lists"}