{"id":33187057,"url":"https://eliocamp.github.io/tagger/","last_synced_at":"2025-11-20T23:01:11.083Z","repository":{"id":84292420,"uuid":"280564975","full_name":"eliocamp/tagger","owner":"eliocamp","description":"Adds tags to 'ggpot2' facets","archived":false,"fork":false,"pushed_at":"2023-12-11T20:54:46.000Z","size":271,"stargazers_count":34,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T15:13:36.415Z","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/eliocamp.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-07-18T02:22:12.000Z","updated_at":"2025-05-16T12:13:18.000Z","dependencies_parsed_at":"2023-12-28T13:19:46.626Z","dependency_job_id":"921d80bc-19f1-4799-b146-18ffc13ab667","html_url":"https://github.com/eliocamp/tagger","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"baefbd7fa2bd23c2b11a099e1714aad9d0d25015"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eliocamp/tagger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliocamp","download_url":"https://codeload.github.com/eliocamp/tagger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliocamp%2Ftagger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285526205,"owners_count":27186656,"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-11-20T02:00:05.334Z","response_time":54,"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":[],"created_at":"2025-11-16T05:00:30.371Z","updated_at":"2025-11-20T23:01:11.060Z","avatar_url":"https://github.com/eliocamp.png","language":"R","funding_links":[],"categories":["Presentation, composition and scales"],"sub_categories":[],"readme":"---\noutput: github_document\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)\n```\n\n# tagger\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of tagger is to easily add tags to facetted plots in order to identify panles. \n\n## Installation\n\n\u003c!-- You can install the released version of tagger from [CRAN](https://CRAN.R-project.org) with: --\u003e\n\n\u003c!-- ``` r --\u003e\n\u003c!-- install.packages(\"tagger\") --\u003e\n\u003c!-- ``` --\u003e\n\nYou can install the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"eliocamp/tagger\")\n```\n## Example\n\nIn the default usage, you can simply add `tag_facets()` to add a tag to each panel of a ggplo2 plot.\n\n```{r example}\nlibrary(tagger)\nlibrary(ggplot2)\n\nggplot(mtcars, aes(hp, mpg)) +\n   geom_point() +\n   facet_grid(cyl ~ vs) +\n   tag_facets()\n```\nIf you want to tag rows and columns instead of each panel indivdually, you can set it with the `tag` argument. \n\n```{r}\nggplot(mtcars, aes(hp, mpg)) +\n   geom_point() +\n   facet_grid(cyl ~ vs) +\n   tag_facets(tag = \"rc\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/eliocamp.github.io%2Ftagger%2F","html_url":"https://awesome.ecosyste.ms/projects/eliocamp.github.io%2Ftagger%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/eliocamp.github.io%2Ftagger%2F/lists"}