From 525574fc3c211a114aba6248e575d54cf573b34d Mon Sep 17 00:00:00 2001 From: Jack Davison Date: Wed, 19 Oct 2022 12:00:18 +0100 Subject: [PATCH] chore: drop xref to colorBrewer Fix NOTE in check_results --- R/trajLevelMap.R | 2 +- R/trajMap.R | 2 +- man/trajLevelMap.Rd | 2 +- man/trajMap.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/trajLevelMap.R b/R/trajLevelMap.R index fffbc96..b1096ed 100644 --- a/R/trajLevelMap.R +++ b/R/trajLevelMap.R @@ -34,7 +34,7 @@ #' below \code{min.bin} are set as missing. #' @param cols Colours to be used for plotting. Options include #' \dQuote{default}, \dQuote{increment}, \dQuote{heat}, \dQuote{jet} and -#' [RColorBrewer::brewer.pal()] colours — see the [openair::openColours()] +#' \code{RColorBrewer} colours — see the [openair::openColours()] #' function for more details. For user defined the user can supply a list of #' colour names recognised by R (type [grDevices::colours()] to see the full #' list). An example would be \code{cols = c("yellow", "green", "blue")}. diff --git a/R/trajMap.R b/R/trajMap.R index b469044..0e3906d 100644 --- a/R/trajMap.R +++ b/R/trajMap.R @@ -21,7 +21,7 @@ #' menu. #' @param cols Colours to be used for plotting. Options include #' \dQuote{default}, \dQuote{increment}, \dQuote{heat}, \dQuote{jet} and -#' [RColorBrewer::brewer.pal()] colours — see the [openair::openColours()] +#' \code{RColorBrewer} colours — see the [openair::openColours()] #' function for more details. For user defined the user can supply a list of #' colour names recognised by R (type [grDevices::colours()] to see the full #' list). An example would be \code{cols = c("yellow", "green", "blue")}. If diff --git a/man/trajLevelMap.Rd b/man/trajLevelMap.Rd index a30f82c..6ecc766 100644 --- a/man/trajLevelMap.Rd +++ b/man/trajLevelMap.Rd @@ -59,7 +59,7 @@ below \code{min.bin} are set as missing.} \item{cols}{Colours to be used for plotting. Options include \dQuote{default}, \dQuote{increment}, \dQuote{heat}, \dQuote{jet} and -\code{\link[RColorBrewer:ColorBrewer]{RColorBrewer::brewer.pal()}} colours — see the \code{\link[openair:openColours]{openair::openColours()}} +\code{RColorBrewer} colours — see the \code{\link[openair:openColours]{openair::openColours()}} function for more details. For user defined the user can supply a list of colour names recognised by R (type \code{\link[grDevices:colors]{grDevices::colours()}} to see the full list). An example would be \code{cols = c("yellow", "green", "blue")}.} diff --git a/man/trajMap.Rd b/man/trajMap.Rd index 429e3b9..35ff8d7 100644 --- a/man/trajMap.Rd +++ b/man/trajMap.Rd @@ -35,7 +35,7 @@ menu.} \item{cols}{Colours to be used for plotting. Options include \dQuote{default}, \dQuote{increment}, \dQuote{heat}, \dQuote{jet} and -\code{\link[RColorBrewer:ColorBrewer]{RColorBrewer::brewer.pal()}} colours — see the \code{\link[openair:openColours]{openair::openColours()}} +\code{RColorBrewer} colours — see the \code{\link[openair:openColours]{openair::openColours()}} function for more details. For user defined the user can supply a list of colour names recognised by R (type \code{\link[grDevices:colors]{grDevices::colours()}} to see the full list). An example would be \code{cols = c("yellow", "green", "blue")}. If