{"id":13858168,"url":"https://github.com/briandconnelly/lato","last_synced_at":"2025-10-29T14:56:27.624Z","repository":{"id":138079374,"uuid":"111163691","full_name":"briandconnelly/lato","owner":"briandconnelly","description":"Minimal and flexible 'ggplot2' themes using 'Lato' Typeface","archived":false,"fork":false,"pushed_at":"2017-11-18T03:08:24.000Z","size":6179,"stargazers_count":16,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-22T16:39:15.905Z","etag":null,"topics":["ggplot2","ggplot2-themes","mit-license","r","r-package"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/briandconnelly.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-11-18T00:31:14.000Z","updated_at":"2024-01-29T05:06:10.000Z","dependencies_parsed_at":"2024-02-09T02:20:22.710Z","dependency_job_id":null,"html_url":"https://github.com/briandconnelly/lato","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/briandconnelly/lato","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Flato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Flato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Flato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Flato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briandconnelly","download_url":"https://codeload.github.com/briandconnelly/lato/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Flato/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265220376,"owners_count":23729801,"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","mit-license","r","r-package"],"created_at":"2024-08-05T03:01:59.027Z","updated_at":"2025-10-29T14:56:22.591Z","avatar_url":"https://github.com/briandconnelly.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput:\n  md_document:\n    variant: markdown_github\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README_figures/README-\",\n  fig.retina = 2\n)\n```\n\n# lato\n\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)\n[![BSD License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n\n**This package is in early development. It probably will not work well for you.**\n\nIt will also be re-named.\n\n\n## Installation\n\nThis package is not ready for [CRAN](http://cran.r-project.org/) just yet, but you can use [devtools](http://cran.r-project.org/web/packages/devtools/index.html) to be wild and install install the latest and greatest development version. To do so:                           \n\n```{r installation, eval=FALSE}                                                            \nif(!require(\"devtools\")) install.packages(\"devtools\")\ndevtools::install_github(\"briandconnelly/lato\") \n```\n\n\n## Example\n\n```{r mtcars_example, message=FALSE}\nlibrary(ggplot2)\nlibrary(lato)\n\np1 \u003c- ggplot(mtcars, aes(wt, mpg, color = as.factor(cyl) )) +\n    facet_grid(cyl ~ .) +\n    geom_line() +\n    geom_point() +\n    scale_color_hue(name = \"# Cylinders\") +\n    labs(\n        x = \"Weight (tons)\",\n        y = \"Fuel Efficiency (mpg)\",\n        title = \"Just Buy a Convertible\",\n        subtitle = \"Lighter cars are more efficient. Shave off some weight by\\nditching the roof, and drive your savings to the bank!\",\n        caption = \"Source: Motor Trend\"\n    ) +\n    theme_lato()\n\np1\n```\n\n### Dark Mode\n\n```{r mtcars_dark, message=FALSE, warning=FALSE}\np1 + theme_lato_dark()\n```\n\n## Contributer Code of Conduct\n\nThis project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandconnelly%2Flato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriandconnelly%2Flato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandconnelly%2Flato/lists"}