Skip to content

Commit ad5e9be

Browse files
committed
docs
1 parent ea44b2d commit ad5e9be

File tree

8 files changed

+25
-31
lines changed

8 files changed

+25
-31
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Imports:
2626
graphics,
2727
Rcpp (>= 1.0.10)
2828
RoxygenNote: 7.2.3
29+
Roxygen: list(markdown = TRUE)
2930
Suggests:
3031
covr,
3132
microbenchmark,

R/colour_values_hex.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
#' @details
2626
#'
2727
#' The palette can either be
28-
#' \itemize{
29-
#' \item{String - }{use \code{colour_palettes()} to view available palettes}
30-
#' \item{Matrix - }{At least 5 rows, and 3 (or 4) columns representing the red, green and blue (and alpha) values}
31-
#' }
28+
#' * String - use \code{colour_palettes()} to view available palettes
29+
#' * Matrix - At least 5 rows, and 3 (or 4) columns representing the red, green and blue (and alpha) values
3230
#'
3331
#' The matrix \code{palette} requires 5 rows because the colours are interpolated using a
3432
#' cubic b-spline. This method requires 5 values.

R/colour_values_rgb.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
#' @details
1010
#'
1111
#' The palette can either be
12-
#' \itemize{
13-
#' \item{String - }{use \code{colour_palettes()} to view available palettes}
14-
#' \item{Matrix - }{At least 5 rows, and 3 (or 4) columns representing the red, green and blue (and alpha) values}
15-
#' }
12+
#' * String - use \code{colour_palettes()} to view available palettes
13+
#' * Matrix - At least 5 rows, and 3 (or 4) columns representing the red, green and blue (and alpha) values
1614
#'
1715
#' The matrix \code{palette} requires 5 rows because the colours are interpolated using a
1816
#' cubic b-spline. This method requires 5 values.

R/palettes.R

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,14 @@ get_palette <- function( palette, rgb = TRUE ) {
3636
#' "viridis","rcolorbrewer","grdevices","colorspace","colorramp". NULL will reutrn all palettes.
3737
#'
3838
#' @details
39-
#' The palettes avaialble in \code{colourvalues} have been derived from those avaialble in
39+
#' The palettes available in \code{colourvalues} have been derived from those in
4040
#' the libraries
4141
#'
42-
#' \itemize{
43-
#' \item{viridis}
44-
#' \item{RColorBrewer}
45-
#' \item{grDevices}
46-
#' \item{colorspaces}
47-
#' \item{colorRamp}
48-
#' }
42+
#' * viridis
43+
#' * RColorBrewer
44+
#' * grDevices
45+
#' * colorspaces
46+
#' * colorRamp
4947
#'
5048
#' @examples
5149
#' colour_palettes()

man/colour_palettes.Rd

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/colour_values.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/colour_values_rgb.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ConvertColours-c3695067.o.tmp

Whitespace-only changes.

0 commit comments

Comments
 (0)