{"id":13712821,"url":"https://github.com/jkaupp/nord","last_synced_at":"2025-05-06T22:31:32.015Z","repository":{"id":43040606,"uuid":"113631075","full_name":"jkaupp/nord","owner":"jkaupp","description":"ArcticIce Studios nord, and northern inspired palettes from the Group of Seven.","archived":false,"fork":false,"pushed_at":"2019-08-29T18:28:50.000Z","size":59,"stargazers_count":51,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-13T23:32:38.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jkaupp.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}},"created_at":"2017-12-09T01:05:35.000Z","updated_at":"2024-04-22T21:15:58.000Z","dependencies_parsed_at":"2022-09-16T12:01:54.150Z","dependency_job_id":null,"html_url":"https://github.com/jkaupp/nord","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkaupp%2Fnord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkaupp%2Fnord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkaupp%2Fnord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkaupp%2Fnord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkaupp","download_url":"https://codeload.github.com/jkaupp/nord/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252779094,"owners_count":21802881,"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-08-02T23:01:23.133Z","updated_at":"2025-05-06T22:31:31.598Z","avatar_url":"https://github.com/jkaupp.png","language":"R","funding_links":[],"categories":["Themes and aesthetics"],"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 setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n# nord: Northern-themed Color palettes\n\n[![Travis Build Status](https://travis-ci.org/jkaupp/nord.svg?branch=master)](https://travis-ci.org/jkaupp/nord)[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jkaupp/nord?branch=master\u0026svg=true)](https://ci.appveyor.com/project/jkaupp/nord)[![CRAN status](http://www.r-pkg.org/badges/version/nord)](https://cran.r-project.org/package=nord)[![CRAN\\_Download\\_Badge](http://cranlogs.r-pkg.org/badges/nord)](https://CRAN.R-project.org/package=nord)\n\nThe goal of nord is to provide access to many northern inspired palettes:\n\n 1. 4  colour palettes from [ArticIceStudio's Nord Palettes](https://git.io/nord) \n 2. 1 color palette extracted from [Lumina Borealis](https://www.luminaborealis.com/)\n 3. 11 colour palettes extracted from the works of the [Group of Seven](https://en.wikipedia.org/wiki/Group_of_Seven_(artists)). \n \nThese palettes can be used both with `ggplot2`, `lattice` and base R plotting to provide color to charts and graphics.  The palettes in `nord` try to split equally between qualitative, sequential and diverging data, similar to the categories used in [ColorBrewer](http://colorbrewer2.org/).  Further information and use of each palette can be found in the vignette.\n\n\n## Installation\n\nYou can install nord from CRAN:\n\n```{r cran-install, eval = FALSE}\ninstall.packages(\"nord\")\n```\n\nor you can install the development version of nord from github with:\n\n```{r gh-installation, eval = FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"jkaupp/nord\")\n```\n\n## The Palettes of `nord`\n\n```{r palettes}\nlibrary(nord)\nlibrary(purrr)\n\npar(mfrow=c(8, 2), lheight = 2, mar=rep(1, 4), adj = 0)\n\nwalk(names(nord_palettes), nord_show_palette)\n\n```\n\n## Example\n\nThis is a basic example which shows you how to use the different features in `nord`:\n\nHere is how to use `scale_fill_nord()` with `ggplot2` \n```{r ggplot2_example}\nlibrary(ggplot2)\nlibrary(nord)\n\nggplot(diamonds) + \n  geom_bar(aes(x = cut, fill = clarity)) +\n  scale_fill_nord(\"victory_bonds\")\n```\n\nHere is using the `nord` function, with built in color-ramping, with the obligatory base r volcano.\n\n```{r plot_example}\nimage(volcano, col = nord(\"aurora\", 20))\n```\n\nYou can view the individual palettes in `nord` via `nord_show_palette()`\n\n```{r show_palette}\nnord_show_palette(\"baie_mouton\")\n```\n\n## Acknowledgements\n\nI started building this package long ago, as part of my own personal utility packages, as I have been using the nord palettes from ArcticIce Studioes for quite some time.  A few months ago, I read something on the interwebs stating that work you did that was still private was pretty much a waste, so share it openly.  That struck a chord.  Then I read Maelle Salmon's [\"How to Develop Good R Packages (for open science)\"](http://www.masalmon.eu/2017/12/11/goodrpackages/), and was introduced to `usethis`, `styler` and `goodpractice`. That was the catalyst for making this package.  \n\nI drew inspiration from many color palette packages out there (`viridis`, `ochRe`, `swatches`, `wesanderson`, `RColorBrewer`), and used a lot of the functions to modernize, streamline and finally create `nord`. \n\n## Referenced Work from the Group of Seven\n\n* Forest, Algoma by Arthur Lismer\n* Entrance to Halifax Harbor by AY Jackson\n* Baie des Moutons by Edwin Holgate\n* Moose Pond by Frank H Johnston\n* A Northern Silver Mine by Franklin Carmichael\n* The Cloudy Red Mountain by Frederick H Varley\n* Give Us the Tools by AJ Casson\n* Mountain Forms by Lawren S. Harris\n* Afternoon Sun Lake Superior by Lawren S. Harris\n* Goat Range Rocky Mountain by JEH MacDonald\n* Sunny Afternoon Prarie by Lionel LeMoine Fitzgerald\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkaupp%2Fnord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkaupp%2Fnord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkaupp%2Fnord/lists"}