Skip to content

Commit 2bc493e

Browse files
Remove viridisLite (#3631)
Fix #3623
1 parent f418e92 commit 2bc493e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Imports:
3232
scales (>= 0.5.0),
3333
stats,
3434
tibble,
35-
viridisLite,
3635
withr (>= 2.0.0)
3736
Suggests:
3837
covr,

R/scale-viridis.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' with common forms of colour blindness. See also
66
#' <https://bids.github.io/colormap/>.
77
#'
8-
#' @inheritParams viridisLite::viridis
8+
#' @inheritParams scales::viridis_pal
99
#' @inheritParams scales::gradient_n_pal
1010
#' @inheritParams continuous_scale
1111
#' @param ... Other arguments passed on to [discrete_scale()],

0 commit comments

Comments
 (0)