{"id":16274616,"url":"https://github.com/aravind-j/gglyph","last_synced_at":"2025-10-07T01:09:52.588Z","repository":{"id":44419611,"uuid":"375306079","full_name":"aravind-j/gglyph","owner":"aravind-j","description":"Multivariate Data Visualization using Glyphs","archived":false,"fork":false,"pushed_at":"2022-07-31T11:06:04.000Z","size":58732,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T16:33:13.415Z","etag":null,"topics":["ggplot-extension","ggplot2","multivariate-data","rstats","visualization"],"latest_commit_sha":null,"homepage":"https://aravind-j.github.io/gglyph/","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/aravind-j.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":"2021-06-09T09:53:48.000Z","updated_at":"2025-02-23T09:55:36.000Z","dependencies_parsed_at":"2022-09-10T00:11:36.060Z","dependency_job_id":null,"html_url":"https://github.com/aravind-j/gglyph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aravind-j/gglyph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind-j%2Fgglyph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind-j%2Fgglyph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind-j%2Fgglyph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind-j%2Fgglyph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aravind-j","download_url":"https://codeload.github.com/aravind-j/gglyph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind-j%2Fgglyph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274268370,"owners_count":25253389,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ggplot-extension","ggplot2","multivariate-data","rstats","visualization"],"created_at":"2024-10-10T18:29:24.798Z","updated_at":"2025-10-07T01:09:52.554Z","avatar_url":"https://github.com/aravind-j.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: rmarkdown::github_document\nalways_allow_html: true\n---\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"\",\n  fig.path = \"inst/extdata/\"\n)\n```\n\n\u003c!-- \n```{r, out.width = '20%', echo = FALSE, eval = TRUE}\nknitr::include_graphics(\"https://raw.githubusercontent.com/aravind-j/gglyph/master/inst/extdata/gglyph.png\") \n```\n--\u003e\n\n## `gglyph`: Multivariate Data Visualization using Glyphs \u003cimg src=\"https://raw.githubusercontent.com/aravind-j/gglyph/master/inst/extdata/gglyph.png\" align=\"right\" alt=\"logo\" width=\"173\" height = \"200\" style = \"border: none; float: right;\"\u003e\n\n```{r,echo = FALSE, message = FALSE}\ndevtools::load_all(\".\", quiet = TRUE) # quiet = T for hiding macOS compiler warnings\n\n```\n\n###### Version : [`r getNamespaceVersion(\"gglyph\")`](https://aravind-j.github.io/gglyph/); License: [GPL-2|GPL-3](https://www.r-project.org/Licenses/)\n\n##### Aravind, J.\n\nDivision of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.\n\n***\n[![minimal R version](https://img.shields.io/badge/R\u003e%3D-3.5.0-6666ff.svg?logo=R)](https://cran.r-project.org/)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version-last-release/gglyph)](https://cran.r-project.org/package=gglyph)\n[![Dependencies](https://tinyverse.netlify.com/badge/gglyph)](https://cran.r-project.org/package=gglyph)\n[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/gglyph?color=green)](https://CRAN.R-project.org/package=gglyph)\n```{r, results='asis', echo=FALSE}\ndver \u003c- ifelse(test = gsub(\"(.\\\\.)(\\\\d+)(\\\\..)\", \"\", getNamespaceVersion(\"gglyph\")) != \"\",\n               yes = getNamespaceVersion(\"gglyph\"),\n               no = gsub(\"Version:\\\\s*\", \"\", readLines(paste0(\"https://raw.githubusercontent.com/\", \"aravind-j/gglyph\", \"/master/DESCRIPTION\"))[grep(\"Version:\", readLines(paste0(\"https://raw.githubusercontent.com/\", \"aravind-j/gglyph\", \"/master/DESCRIPTION\")))]))\n\ncat(paste(\"[![develVersion](https://img.shields.io/badge/devel%20version-\", dver, \"-orange.svg)](https://github.com/aravind-j/gglyph)\", sep = \"\"))\n```\n[![Github Code Size](https://img.shields.io/github/languages/code-size/aravind-j/gglyph.svg)](https://github.com/aravind-j/gglyph)\n[![R-CMD-check](https://github.com/aravind-j/gglyph/workflows/R-CMD-check/badge.svg)](https://github.com/aravind-j/gglyph/actions)\n[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-maturing.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)\n[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](https://github.com/aravind-j/gglyph/)\n\u003c!-- [![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.xxxxxxxx.svg)](https://doi.org/10.5281/zenodo.xxxxxxxx) --\u003e\n[![Website - pkgdown](https://img.shields.io/website-up-down-green-red/https/aravind-j.github.io/gglyph.svg)](https://aravind-j.github.io/gglyph/)\n[![.](https://pro-pulsar-193905.appspot.com/UA-199996472-2/welcome-page)](https://github.com/aravind-j/google-analytics-beacon)\n\u003c!-- [![packageversion](https://img.shields.io/badge/Package%20version-0.2.3.3-orange.svg)](https://github.com/aravind-j/gglyph) --\u003e\n\u003c!-- [![GitHub Download Count](https://github-basic-badges.herokuapp.com/downloads/aravind-j/gglyph/total.svg)] --\u003e\n\u003c!-- [![Rdoc](http://www.rdocumentation.org/badges/version/gglyph)](http://www.rdocumentation.org/packages/gglyph) --\u003e\n\n***\n\n## Description\n`r gsub(\"(\u003cdoi:)(.+)(\u003e)\", \"[doi:\\\\2](https://doi.org/\\\\2)\", gsub(\"\\\\n\", \" \", packageDescription(\"gglyph\", fields = \"Description\")))`\n\n## Installation\n\u003c!-- The package can be installed from CRAN as follows: --\u003e\n\n```{r, eval=FALSE, echo=FALSE}\n# Install from CRAN\ninstall.packages('gglyph', dependencies=TRUE)\n```\n\nThe development version can be installed from github as follows:\n\n```{r, eval=FALSE}\n# Install development version from Github\ndevtools::install_github(\"aravind-j/gglyph\")\n```\n\n\u003c!-- ## Detailed tutorial\nFor a detailed tutorial (vignette) on how to used this package type:\n\n```{r, eval=FALSE}\nbrowseVignettes(package = 'gglyph')\n```\nThe vignette for the latest version is also available [online](https://aravind-j.github.io/gglyph/articles.html).--\u003e\n\n## What's new\nTo know whats new in this version type:\n\n```{r, eval=FALSE}\nnews(package='gglyph')\n```\n\n## Links\n\n\u003c!-- [CRAN page](https://cran.r-project.org/package=gglyph) --\u003e\n\n[Github page](https://github.com/aravind-j/gglyph)\n\n[Documentation website](https://aravind-j.github.io/gglyph/)\n\n\u003c!-- [Zenodo DOI](https://doi.org/10.5281/zenodo.xxxxxxx) --\u003e\n\n\u003c!-- ## CRAN checks --\u003e\n\n```{r, echo = FALSE, eval=FALSE}\npkgname \u003c- \"gglyph\"\n\nosdf \u003c-\n  rbind(data.frame(OS = \"Linux\", \n           Flavour = c(\"r-devel-linux-x86_64-debian-clang\",\n                       \"r-devel-linux-x86_64-debian-gcc\", \n                       \"r-devel-linux-x86_64-fedora-clang\",\n                       \"r-devel-linux-x86_64-fedora-gcc\", \n                       \"r-patched-linux-x86_64\",\n                       \"r-release-linux-x86_64\")),\ndata.frame(OS = \"Solaris\", \n           Flavour = c(\"r-patched-solaris-x86\")),\ndata.frame(OS = \"Windows\", \n           Flavour = c(\"r-devel-windows-ix86+x86_64\", \n                       \"r-release-windows-ix86+x86_64\",\n                       \"r-oldrel-windows-ix86+x86_64\")),\ndata.frame(OS = \"macOS\", \n           Flavour = c(\"r-release-macos-x86_64\", \n                       \"r-oldrel-macos-x86_64\")))\n\nosdf$`CRAN check` \u003c- paste(\"[![CRAN check - \", osdf$Flavour, \"]\",\n                    \"(https://cranchecks.info/badges/flavor/\",\n                    osdf$Flavour, \"/\", pkgname, \")]\",\n                    \"(https://cran.r-project.org/web/checks/check_results_\",\n                    pkgname, \".html)\",\n                    sep = \"\")\n```\n\n```{r, echo = FALSE, results='asis', eval=FALSE}\nlibrary(kableExtra, warn.conflicts = FALSE)\n\nkosdf \u003c- kbl(osdf[, c(\"Flavour\", \"CRAN check\")], row.names = FALSE)\n\nkosdf2 \u003c- kable_styling(kosdf, bootstrap_options = c(\"striped\", \"hover\"),\n              full_width = F, position = \"left\")\n\npack_rows(kosdf2, index = c(\"[![Linux](https://shields.io/badge/Linux--9cf?logo=Linux\u0026style=social)](https://cran.r-project.org/web/checks/check_results_ammistability.html)\" = 6,\n                            \"[![Solaris](https://shields.io/badge/Solaris--9cf?logo=Oracle\u0026style=social)](https://cran.r-project.org/web/checks/check_results_ammistability.html)\" = 1,\n                            \"[![Windows](https://shields.io/badge/Windows--9cf?logo=Windows\u0026style=social)](https://cran.r-project.org/web/checks/check_results_ammistability.html)\" = 3,\n                            \"[![MacOS](https://shields.io/badge/MacOS--9cf?logo=Apple\u0026style=social)](https://cran.r-project.org/web/checks/check_results_ammistability.html)\" = 2))\n\n```\n\n## Citing `gglyph`\nTo cite the methods in the package use:\n\n```{r, eval = FALSE}\ncitation(\"gglyph\")\n```\n\n```{r, echo = FALSE}\ndetach(\"package:gglyph\", unload = TRUE)\nsuppressPackageStartupMessages(library(gglyph))\ncit \u003c- citation(\"gglyph\")\n# yr \u003c- format(Sys.Date(), \"%Y\")\n# cit[1]$year \u003c- yr\n# oc \u003c- class(cit)\n# \n# cit \u003c- unclass(cit)\n# attr(cit[[1]],\"textVersion\") \u003c- gsub(\"\\\\(\\\\)\",\n#                                      paste(\"\\\\(\", yr, \"\\\\)\", sep = \"\"),\n#                                      attr(cit[[1]],\"textVersion\"))\n# class(cit) \u003c- oc\ncit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravind-j%2Fgglyph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faravind-j%2Fgglyph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravind-j%2Fgglyph/lists"}