{"id":13712747,"url":"https://inbo.github.io/INBOtheme/","last_synced_at":"2025-05-06T22:31:24.664Z","repository":{"id":11659976,"uuid":"66818802","full_name":"inbo/INBOtheme","owner":"inbo","description":"An R package with several ggplot2 themes","archived":false,"fork":false,"pushed_at":"2025-03-24T20:18:42.000Z","size":24383,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-02T18:53:19.369Z","etag":null,"topics":["ggplot2","ggplot2-themes","package","r"],"latest_commit_sha":null,"homepage":"https://inbo.github.io/INBOtheme","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inbo.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":".zenodo.json"}},"created_at":"2016-08-29T06:48:00.000Z","updated_at":"2025-03-24T20:06:53.000Z","dependencies_parsed_at":"2024-01-17T22:14:11.226Z","dependency_job_id":"17868b41-8cbe-42cd-9eaa-88f6bdde818d","html_url":"https://github.com/inbo/INBOtheme","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inbo%2FINBOtheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inbo%2FINBOtheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inbo%2FINBOtheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inbo%2FINBOtheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inbo","download_url":"https://codeload.github.com/inbo/INBOtheme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252779065,"owners_count":21802874,"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":["ggplot2","ggplot2-themes","package","r"],"created_at":"2024-08-02T23:01:22.165Z","updated_at":"2025-05-06T22:31:24.644Z","avatar_url":"https://github.com/inbo.png","language":"R","funding_links":[],"categories":["Themes and aesthetics"],"sub_categories":[],"readme":"[![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[![Lifecycle:stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable-1)\n[![License](https://img.shields.io/badge/license-GPL--3-blue.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.en.html)\n[![Release](https://img.shields.io/github/release/qubyte/rubidium.svg)](https://github.com/inbo/inbotheme/releases)\n[![R build status](https://github.com/inbo/INBOtheme/actions/workflows/check_on_main.yml/badge.svg)](https://github.com/inbo/INBOtheme/actions)\n![r-universe name](https://inbo.r-universe.dev/badges/:name?color=c04384)\n![r-universe package](https://inbo.r-universe.dev/badges/INBOtheme)\n[![Codecov test coverage](https://codecov.io/gh/inbo/INBOtheme/branch/main/graph/badge.svg)](https://app.codecov.io/gh/inbo/INBOtheme?branch=main)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/inbo/INBOtheme.svg)\n![GitHub repo size](https://img.shields.io/github/repo-size/inbo/INBOtheme.svg)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1219480.svg)](https://doi.org/10.5281/zenodo.1219480)\n\n# INBOtheme\n\n## Documentation\n\nAll help files and vignettes are available at https://inbo.github.io/INBOtheme\n\n## Installation\n\nThe latest version of the package is available through the [INBO R universe](https://inbo.r-universe.dev).\n\n```r\n# Enable the INBO universe\noptions(\n  repos = c(\n    inbo = \"https://inbo.r-universe.dev\", CRAN = \"https://cloud.r-project.org\"\n  )\n)\n# Install the package\ninstall.packages(\"INBOtheme\")\n```\n\nAnother option is to install the package from GitHub.\n\n```r\nif (!\"remotes\" %in% rownames(installed.packages())) {\n  install.packages(\"remotes\")\n}\n# install the latest version\nremotes::install_github(\"inbo/INBOtheme\")\n# install a specific release\n# see https://github.com/inbo/INBOtheme/releases\nremotes::install_github(\"inbo/INBOtheme@v0.5.8\")\n```\n\n## Rationale\n\nThe [`ggplot2`](https://ggplot2.tidyverse.org) package has a nice and easy system to apply [themes](https://ggplot2.tidyverse.org/reference/index.html#section-themes).\nThe `INBOtheme` packages contains themes for the [Research Institute for Nature and Forest](https://www.vlaanderen.be/inbo), the [Flemish government](https://www.vlaanderen.be/en) and [Elsevier](https://www.elsevier.com/products/journals?producttype=journal) journals.\n\nThe documentation is available at https://inbo.github.io/INBOtheme.\nThis includes a set of [example figures](https://inbo.github.io/INBOtheme/articles/themes.html) for each available theme.\n\n## Folder structure\n\nThe folder structure is that of a typical R packages with the mandatory `R` folder (definition of the functions) and `man` (helpfiles in Rd format).\n`max-roxygen` contains some templates for the help files.\n`inst` contains some auxiliary scripts are stored.\nThe `test` folder contains the unit tests using the infrastructure from the `testthat` package.\nThe `vignette` folder contains examples of the available themes.\n\n```\nINBOtheme\n├── inst \n├── man \n├── man-roxygen\n├── R\n├─┬ tests\n│ └── testthat\n└── vignettes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/inbo.github.io%2FINBOtheme%2F","html_url":"https://awesome.ecosyste.ms/projects/inbo.github.io%2FINBOtheme%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/inbo.github.io%2FINBOtheme%2F/lists"}