{"id":18733515,"url":"https://github.com/insightsengineering/ggplot2.utils","last_synced_at":"2025-04-12T18:31:43.819Z","repository":{"id":161889778,"uuid":"383270641","full_name":"insightsengineering/ggplot2.utils","owner":"insightsengineering","description":"Utilities, in particular geoms and stats, for use with ggplot2","archived":false,"fork":false,"pushed_at":"2024-12-23T10:22:51.000Z","size":12191,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-03-26T12:51:14.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://insightsengineering.github.io/ggplot2.utils/","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/insightsengineering.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://pharmaverse.org"]}},"created_at":"2021-07-05T21:42:30.000Z","updated_at":"2024-12-23T10:20:24.000Z","dependencies_parsed_at":"2024-12-20T11:23:16.315Z","dependency_job_id":"4a46042a-116c-48ae-9098-6ea6c7d6edf1","html_url":"https://github.com/insightsengineering/ggplot2.utils","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fggplot2.utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fggplot2.utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fggplot2.utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fggplot2.utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insightsengineering","download_url":"https://codeload.github.com/insightsengineering/ggplot2.utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248613519,"owners_count":21133527,"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-11-07T15:10:05.620Z","updated_at":"2025-04-12T18:31:43.789Z","avatar_url":"https://github.com/insightsengineering.png","language":"R","funding_links":["https://pharmaverse.org"],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\u003c!-- markdownlint-disable-file --\u003e\n\u003c!-- README.md needs to be generated from README.Rmd. Please edit that file --\u003e\n\n# ggplot2.utils \u003ca href=\"https://insightsengineering.github.io/ggplot2.utils/\"\u003e\u003cimg src=\"man/figures/logo.svg\" align=\"right\" height=\"139\" /\u003e\u003c/a\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n\u003c!-- badges: start --\u003e\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![CRAN status](https://www.r-pkg.org/badges/version-last-release/ggplot2.utils)](https://www.r-pkg.org/badges/version-last-release/ggplot2.utils)\n[![CRAN monthly downloads](https://cranlogs.r-pkg.org/badges/ggplot2.utils)](https://cranlogs.r-pkg.org/badges/ggplot2.utils)\n[![CRAN total downloads](https://cranlogs.r-pkg.org/badges/grand-total/ggplot2.utils)](https://cranlogs.r-pkg.org/badges/grand-total/ggplot2.utils)\n[![Code Coverage](https://raw.githubusercontent.com/insightsengineering/ggplot2.utils/_xml_coverage_reports/data/main/badge.svg)](https://raw.githubusercontent.com/insightsengineering/ggplot2.utils/_xml_coverage_reports/data/main/coverage.xml)\n\u003c!-- badges: end --\u003e\n\\\n\nThe `ggplot2.utils` package simplifies access to utility functions adding functionality to [ggplot2](https://ggplot2.tidyverse.org/). The package imports functions across multiple extensions packages and then exports them, so that the user only needs to load this package instead of multiple others.\nIn addition, this package provides layers for Kaplan-Meier lines and ticks additions to plots.  \nAll functions are tested to make sure that they work reliably.\n\n## Installation\n\nTypically you want to install the release version. Developers and beta-testers\nmight want to install the development version.\n\n### Release\n\nYou can install the current release version from *CRAN* with:\n\n```{r cran-installation, eval = FALSE}\ninstall.packages(\"ggplot2.utils\")\n```\n\n### Development\n\nYou can install the current development version from *R-Universe* with:\n\n```{r runiverse-installation, eval = FALSE}\ninstall.packages(\n  \"ggplot2.utils\",\n  repos = c(\"https://insightsengineering.r-universe.dev\", \"https://cloud.r-project.org\")\n)\n```\n\nAlternatively, you can install the current development version from *GitHub* with:\n\n```{r gh-installation, eval = FALSE}\nif (!require(\"remotes\")) {\n  install.packages(\"remotes\")\n}\nremotes::install_github(\"insightsengineering/ggplot2.utils\")\n```\n\n## Getting Started\n\nHave a look at the package index to explore the available functionality:\n\n```{r index, eval = FALSE}\nhelp(package = \"ggplot2.utils\")\n```\n\n## Citing `ggplot2.utils`\n\nTo cite `ggplot2.utils` please see [here](https://insightsengineering.github.io/ggplot2.utils/latest-tag/authors.html#citation).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fggplot2.utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsightsengineering%2Fggplot2.utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fggplot2.utils/lists"}