-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
18 lines (18 loc) · 792 Bytes
/
DESCRIPTION
File metadata and controls
18 lines (18 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: gradienttext
Type: Package
Title: Apply gradient text on ggplot2 titles and labels
Version: 0.1.0
Author: person("Samia", "B", "samiaab1990@gmail.com", role = c("aut", "cre"))
Maintainer: Samia B <samiaab1990@gmail.com>
Description: Provides gradient color capability on ggplot2 titles and text labels. Primary function takes a string label and a vector of at least two colors as an argument and applies gradient colors to the text using linear interpolation. The function must be used with either geom_richtext, geom_textbox, render_markdown or render_textbox functions from the ggtext package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
grDevices
Suggests:
ggplot2,
ggtext,
testthat (>= 3.0.0)
RoxygenNote: 7.2.3
Config/testthat/edition: 3