Skip to content

Commit

Permalink
Merge pull request #120 from katilingban:dev
Browse files Browse the repository at this point in the history
add CITATION; fix #119
  • Loading branch information
ernestguevarra authored Jan 2, 2025
2 parents f4d8ef2 + 8a27ac4 commit 91767b7
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: paleta
Type: Package
Title: Collection of Palettes, Themes, and Theme Components
Version: 0.1.0.9000
Version: 0.1.0
Authors@R: person(
given = "Ernest",
family = "Guevarra",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

* created NHS brewer base palettes

* created Global Nutrition Cluster palettes and themes

* created palette brewer functions for sequential, divergent, and qualitative colour palettes

## General updates
Expand Down
11 changes: 7 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ A collection of palettes, themes, and theme components based on publicly availab

Currently, `paleta` has colours, palettes, and `ggplot2` themes based on the following organisations' branding/visual identity guidelines:

* [Africa CDC](https://africacdc.org/) [communication style guide](https://africacdc.org/download/communication-style-guide-africa-centres-for-disease-control-and-prevention/);
* [Africa Centres for Disease Control and Prevention](https://africacdc.org/) [communication style guide](https://africacdc.org/download/communication-style-guide-africa-centres-for-disease-control-and-prevention/);

* [World Bank](https://www.worldbank.org) [visual identity guidelines](https://thedocs.worldbank.org/en/doc/723361567518322252-0060022019/original/WBGBrandingandVisualIdentityGuidelinesFebruary2016.pdf).
* [World Bank](https://www.worldbank.org) [visual identity guidelines](https://thedocs.worldbank.org/en/doc/723361567518322252-0060022019/original/WBGBrandingandVisualIdentityGuidelinesFebruary2016.pdf);

* [United Nations Children's Fund](https://www.unicef.org/) [Brand Book and Brand Manual](https://www.unicef.org/jordan/media/7166/file/ANNEX_G_-_Brand_book_V3.1.pdf).
* [United Nations Children's Fund](https://www.unicef.org/) [Brand Book and Brand Manual](https://www.unicef.org/jordan/media/7166/file/ANNEX_G_-_Brand_book_V3.1.pdf);

* [NHS](https://www.nhs.uk/) [identity guidelines](https://www.england.nhs.uk/nhsidentity/identity-guidelines/)
* [National Health Service](https://www.nhs.uk/) [identity guidelines](https://www.england.nhs.uk/nhsidentity/identity-guidelines/); and,

* [Global Nutrition Cluster](https://www.nutritioncluster.net/) [Brand Book](https://www.nutritioncluster.net/resources/nutrition-cluster-brand-book).

Additional colours, palettes, and themes will be provided over time.

Expand Down Expand Up @@ -70,6 +71,8 @@ install.packages(

* [Using the NHS colours, palettes, and themes](https://katilingban.io/paleta/articles/nhs.html)

* [Using the GNC colours, palettes, and themes](https://katilingban.io/paleta/articles/gnc.html)

## Community guidelines

Feedback, bug reports and feature requests are welcome; file issues or seek support [here](https://github.com/katilingban/paleta/issues). If you would like to contribute to the package, please see our [contributing guidelines](https://katilingban.io/paleta/CONTRIBUTING.html).
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,23 @@ organisations, government agencies, and United Nations units.
Currently, `paleta` has colours, palettes, and `ggplot2` themes based on
the following organisations’ branding/visual identity guidelines:

- [Africa CDC](https://africacdc.org/) [communication style
- [Africa Centres for Disease Control and
Prevention](https://africacdc.org/) [communication style
guide](https://africacdc.org/download/communication-style-guide-africa-centres-for-disease-control-and-prevention/);

- [World Bank](https://www.worldbank.org) [visual identity
guidelines](https://thedocs.worldbank.org/en/doc/723361567518322252-0060022019/original/WBGBrandingandVisualIdentityGuidelinesFebruary2016.pdf).
guidelines](https://thedocs.worldbank.org/en/doc/723361567518322252-0060022019/original/WBGBrandingandVisualIdentityGuidelinesFebruary2016.pdf);

- [United Nations Children’s Fund](https://www.unicef.org/) [Brand
Book and Brand
Manual](https://www.unicef.org/jordan/media/7166/file/ANNEX_G_-_Brand_book_V3.1.pdf).
Manual](https://www.unicef.org/jordan/media/7166/file/ANNEX_G_-_Brand_book_V3.1.pdf);

- [NHS](https://www.nhs.uk/) [identity
guidelines](https://www.england.nhs.uk/nhsidentity/identity-guidelines/)
- [National Health Service](https://www.nhs.uk/) [identity
guidelines](https://www.england.nhs.uk/nhsidentity/identity-guidelines/);
and,

- [Global Nutrition Cluster](https://www.nutritioncluster.net/) [Brand
Book](https://www.nutritioncluster.net/resources/nutrition-cluster-brand-book).

Additional colours, palettes, and themes will be provided over time.

Expand Down Expand Up @@ -76,6 +81,9 @@ install.packages(
- [Using the NHS colours, palettes, and
themes](https://katilingban.io/paleta/articles/nhs.html)

- [Using the GNC colours, palettes, and
themes](https://katilingban.io/paleta/articles/gnc.html)

## Community guidelines

Feedback, bug reports and feature requests are welcome; file issues or
Expand Down
10 changes: 10 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bibentry(
bibtype = "Manual",
header = "To cite paleta in publications use:",
title = "paleta: Collection of Palettes, Themes, and Theme Components",
author = person("Ernest Guevarra"),
year = 2024,
note = "R package version 0.1.0",
url = "https://katilingban.io/paleta/",
doi = "10.5281/zenodo.10809367"
)
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Codecov
ColorBrewer
Frutiger
GNC
IASC
IBRD
ICSID
IFC
Expand Down

0 comments on commit 91767b7

Please sign in to comment.