{"id":16572588,"url":"https://github.com/knapply/syknappticthemes","last_synced_at":"2026-06-10T14:31:11.483Z","repository":{"id":105873630,"uuid":"119291881","full_name":"knapply/syknappticThemes","owner":"knapply","description":"Personal ggplot2 themes","archived":false,"fork":false,"pushed_at":"2018-01-28T20:47:11.000Z","size":665,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T14:28:31.331Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knapply.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,"publiccode":null,"codemeta":null}},"created_at":"2018-01-28T19:47:44.000Z","updated_at":"2018-01-28T20:35:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"d466f5bb-d257-4fe5-aae9-caef8a380027","html_url":"https://github.com/knapply/syknappticThemes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knapply/syknappticThemes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapply%2FsyknappticThemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapply%2FsyknappticThemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapply%2FsyknappticThemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapply%2FsyknappticThemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knapply","download_url":"https://codeload.github.com/knapply/syknappticThemes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knapply%2FsyknappticThemes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":"2024-10-11T21:28:02.727Z","updated_at":"2026-06-10T14:31:11.465Z","avatar_url":"https://github.com/knapply.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(collapse = TRUE, comment = \"##\",\n                      fig.retina = 4,\n                      fig.path = \"README_figs/README-\",\n                      fig.width = 10, fig.height = 7,\n                      message = FALSE, warning = FALSE)\n\nlibrary(dplyr)\nsource(\"R/theme_nuclear.R\")\n```\n\n## `syknappticThemes` : Custom themes for `ggplot2`\n\nThis package is intended to allow for easy reuse of themes I've made for various projects.\n\n### `theme_nuclear()`\n\n```{r}\nggplot(mpg, aes(displ, cty, color = factor(year))) +\n  geom_point() +\n  theme_nuclear() +\n  labs(title = \"Much Deterrence.\",\n       subtitle = \"Very Scary. Wow.\",\n       caption = \"@syknapptic\")\n```\n\n```{r}\nmpg %\u003e%\n  filter(manufacturer %in% c(\"audi\", \"chevrolet\", \"dodge\", \"ford\")) %\u003e%\n  ggplot(aes(displ, hwy, color = cyl)) +\n  geom_jitter(show.legend = TRUE) +\n  scale_color_continuous(low = \"orange\", high = \"red\") +\n  facet_wrap(~ manufacturer, scales = \"free\") +\n  theme_nuclear() +\n  theme(legend.position = \"right\") +\n  labs(title = \"Many Delivery Systems.\",\n       subtitle = \"So Fusion. Wow.\",\n       caption = \"@syknapptic\")\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknapply%2Fsyknappticthemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknapply%2Fsyknappticthemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknapply%2Fsyknappticthemes/lists"}