Skip to content

Commit

Permalink
chore: drop xref to colorBrewer
Browse files Browse the repository at this point in the history
Fix NOTE in check_results
  • Loading branch information
jack-davison committed Oct 19, 2022
1 parent da2db2b commit 525574f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/trajLevelMap.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")}.
Expand Down
2 changes: 1 addition & 1 deletion R/trajMap.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/trajLevelMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/trajMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 525574f

Please sign in to comment.