We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f418e92 commit 2bc493eCopy full SHA for 2bc493e
DESCRIPTION
@@ -32,7 +32,6 @@ Imports:
32
scales (>= 0.5.0),
33
stats,
34
tibble,
35
- viridisLite,
36
withr (>= 2.0.0)
37
Suggests:
38
covr,
R/scale-viridis.r
@@ -5,7 +5,7 @@
5
#' with common forms of colour blindness. See also
6
#' <https://bids.github.io/colormap/>.
7
#'
8
-#' @inheritParams viridisLite::viridis
+#' @inheritParams scales::viridis_pal
9
#' @inheritParams scales::gradient_n_pal
10
#' @inheritParams continuous_scale
11
#' @param ... Other arguments passed on to [discrete_scale()],
0 commit comments