simplecolors

View reference docs on github pages:

https://github.com/rjake/simplecolors

Science Score: 36.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 2 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

View reference docs on github pages:

Basic Info
Statistics
  • Stars: 15
  • Watchers: 1
  • Forks: 0
  • Open Issues: 11
  • Releases: 5
Created over 7 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output:
  md_document:
    variant: markdown_github
---





```{r, echo = FALSE}
knitr::opts_chunk$set(
  eval = FALSE,
  collapse = TRUE,
  comment = "#>",
  message = FALSE,
  warning = FALSE,
  fig.path = "man/figures/"
)
```

# simplecolors 


[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/simplecolors)](https://cran.r-project.org/package=simplecolors)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/simplecolors)](https://cran.r-project.org/package=simplecolors)
  
  
simplecolors is designed to generate hex codes using uniformly named colors. 

## Installation
You can install the released version of `simplecolors` from [CRAN](https://cran.r-project.org/package=simplecolors) with:

```{r}
install.packages("simplecolors")
```

You can install the development version from [GitHub](https://github.com/rjake/simplecolors) with:
```{r}
devtools::install_github("rjake/simplecolors")
```

## Usage
The idea is to have a simpler way of accessing color values that is intuitive and easy to remember. Colors can be called using `sc()` or by using the various palette tools `sc_across()`, `sc_blue()`, etc. To see all available colors use `show_colors()`

The colors follow a pattern of `[saturation]` `[color name]` `[lightness]`

More details can be found in  created can be found in [this vignette](articles/intro.html).



![](man/figures/color_names.png)

Owner

  • Name: Jake
  • Login: rjake
  • Kind: user

GitHub Events

Total
  • Create event: 2
  • Release event: 2
  • Issues event: 1
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 4
  • Push event: 4
  • Pull request event: 3
Last Year
  • Create event: 2
  • Release event: 2
  • Issues event: 1
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 4
  • Push event: 4
  • Pull request event: 3

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 113
  • Total Committers: 2
  • Avg Commits per committer: 56.5
  • Development Distribution Score (DDS): 0.062
Top Committers
Name Email Commits
rjake r****e@s****u 106
Jake Riley r****3@e****u 7
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 30
  • Total pull requests: 31
  • Average time to close issues: 6 months
  • Average time to close pull requests: about 4 hours
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.37
  • Average comments per pull request: 0.13
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 3
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 7 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 4.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rjake (29)
  • teunbrand (1)
Pull Request Authors
  • rjake (31)
Top Labels
Issue Labels
enhancement (7) documentation (6) bug (5) invalid (1)
Pull Request Labels
documentation (2) bug (1)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 353 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: simplecolors

Access Color Names Using a Standardized Nomenclature

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 353 Last month
Rankings
Stargazers count: 15.6%
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 33.2%
Dependent repos count: 35.5%
Downloads: 56.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.0 depends
  • colorspace * imports
  • dplyr * imports
  • forcats * imports
  • ggplot2 * imports
  • magrittr * imports
  • stats * imports
  • stringr * imports
  • covr * suggests
  • devtools * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • spelling * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2 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 v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite