diff --git a/DESCRIPTION b/DESCRIPTION index a24cb62..c02f6f9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -25,13 +25,14 @@ Imports: emmeans, data.table (>= 1.14.8), graphics, + grid, ggplot2 (>= 3.4.3), + scales, ggpubr, mgcv, mice, methods, psych, - grid, rms, robustbase, quantreg, @@ -42,8 +43,7 @@ Imports: digest, fst, rlang -Suggests: - scales, +Suggests: foreach, testthat (>= 3.1.10), covr, diff --git a/R/geoms_themes.R b/R/geoms_themes.R index eb3443c..2509c12 100644 --- a/R/geoms_themes.R +++ b/R/geoms_themes.R @@ -1,6 +1,6 @@ #' Tufte Range #' -#' Make axis lines informative by making them show the \textbf{observed range} of the data. +#' Make axis lines informative by making them show the observed range of the data. #' Inspired from the excellent ggthemes package: https://github.com/jrnold/ggthemes #' #' @inheritParams ggplot2::geom_point diff --git a/man/geom_tufterange.Rd b/man/geom_tufterange.Rd index fc98741..ebefea3 100644 --- a/man/geom_tufterange.Rd +++ b/man/geom_tufterange.Rd @@ -64,7 +64,7 @@ that define both data and aesthetics and shouldn't inherit behaviour from the default plot specification, e.g. \code{\link[ggplot2:borders]{borders()}}.} } \description{ -Make axis lines informative by making them show the \textbf{observed range} of the data. +Make axis lines informative by making them show the observed range of the data. Inspired from the excellent ggthemes package: https://github.com/jrnold/ggthemes } \keyword{datasets}