Skip to content

Commit

Permalink
add GitHub CITATION file
Browse files Browse the repository at this point in the history
  • Loading branch information
mccarthy-m-g committed Feb 4, 2024
1 parent 65d108b commit a82f53b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^CRAN-SUBMISSION$
^revdep$
^vignettes/articles$
^CITATION\.cff$
18 changes: 18 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
cff-version: 1.2.0
message: 'To cite package "palettes" in publications use:'
type: software
license: MIT
title: 'palettes: Methods for Colour Vectors and Colour Palettes'
abstract: 'Provides a comprehensive library for colour vectors and colour palettes
using a new family of colour classes (palettes_colour and palettes_palette) that
always print as hex codes with colour previews. Capabilities include: formatting,
casting and coercion, extraction and updating of components, plotting, colour mixing
arithmetic, and colour interpolation.'
authors:
- family-names: McCarthy
given-names: Michael
repository: https://CRAN.R-project.org/package=palettes
repository-code: https://github.com/mccarthy-m-g/palettes
url: https://mccarthy-m-g.github.io/palettes/
version: 0.1.1
date-released: 2023-01-12

0 comments on commit a82f53b

Please sign in to comment.