Paris2024Colours

Color Palettes Inspired by Paris 2024 Olympic and Paralympic Games

https://github.com/maximekuntz/paris2024colours

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Color Palettes Inspired by Paris 2024 Olympic and Paralympic Games

Basic Info
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 2
Created about 2 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# Paris2024Colours


[![CRAN status](https://www.r-pkg.org/badges/version/Paris2024Colours)](https://CRAN.R-project.org/package=Paris2024Colours)
[![](https://img.shields.io/badge/DOI-10.32614/CRAN.package.Paris2024Colours-1f57b6?style=flat&link=https://doi.org/10.32614/CRAN.package.Paris2024Colours)](https://doi.org/10.32614/CRAN.package.Paris2024Colours)


Palettes inspired by Paris 2024 Olympic and Paralympic Games.

This package is inspired by the [`PNWColors`](https://github.com/jakelawlor/PNWColors) and [`wesanderson`](https://github.com/karthik/wesanderson) packages.

## Installation

You can install the package from CRAN with:

``` r
install.packages("Paris2024Colours")
```
or the development version of Paris2024Colours from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("maximekuntz/Paris2024Colours")
```

## Usage

```{r see_palettes}
library("Paris2024Colours")

# See all palettes
names(paris2024_palettes)
```

## Palettes

```{r logo}
paris2024_palette("Logo")
```

```{r olympic_rings}
paris2024_palette("OlympicRings")
```

```{r paralympic_agitos}
paris2024_palette("ParalympicAgitos")
```

```{r games_look}
paris2024_palette("GamesLook")
```

```{r generation2024}
paris2024_palette("Generation2024")
```

```{r impact2024}
paris2024_palette("Impact2024")
```

```{r terre_de_jeux}
paris2024_palette("TerreDeJeux")
```

```{r tickets}
paris2024_palette("Tickets")
```

```{r flame}
paris2024_palette("Flame")
```

Owner

  • Name: Maxime Kuntz
  • Login: maximekuntz
  • Kind: user

GitHub Events

Total
  • Watch event: 2
  • Push event: 2
Last Year
  • Watch event: 2
  • Push event: 2

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 1
  • Total pull requests: 10
  • Average time to close issues: 6 days
  • Average time to close pull requests: about 23 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.2
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • maximekuntz (1)
Pull Request Authors
  • maximekuntz (10)
Top Labels
Issue Labels
Pull Request Labels
enhancement (4)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 175 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: Paris2024Colours

Color Palettes Inspired by Paris 2024 Olympic and Paralympic Games

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 175 Last month
Rankings
Dependent packages count: 28.0%
Dependent repos count: 36.0%
Average: 49.8%
Downloads: 85.4%
Maintainers (1)
Last synced: 9 months ago

Dependencies

DESCRIPTION cran
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite