diff --git a/R/data.R b/R/data.R index 2b03438..4a73028 100644 --- a/R/data.R +++ b/R/data.R @@ -186,7 +186,7 @@ -#' @title Paris climat +#' @title Paris climate #' #' @description This data contains information about the climate in Paris, France. #' diff --git a/R/scales.R b/R/scales.R index 82ba353..f500fc4 100644 --- a/R/scales.R +++ b/R/scales.R @@ -398,7 +398,7 @@ v_scale_datetime <- function(vc, #' @param breaks One of: #' * A single `numeric` value giving the number of breaks. #' * A numeric vector of positions. -#' @param pretty Use [pretty()] to dertimen breaks if `breaks` is a single numeric value. +#' @param pretty Use [pretty()] to identify breaks if `breaks` is a single numeric value. #' @param labels,labels_tooltip The format to be applied on numeric in the labels/tooltip. Either: #' * A single character indicating the D3 format. #' * A `JS` function, such as [format_num_d3()]. diff --git a/R/specs.R b/R/specs.R index de75742..062eb01 100644 --- a/R/specs.R +++ b/R/specs.R @@ -44,7 +44,7 @@ #' @param serie_id Used to set or modify options for a chart where there are multiple series. You can use : #' * a `numeric` to target the position of the serie in the order where it's added to the chart #' * a `character` to refer to a `serie_id` set when the serie was added to the plot. -#' @param drop_nulls Drom NULL elements from the options. +#' @param drop_nulls Drop NULL elements from the options. #' #' @return A [vchart()] `htmlwidget` object. #' @export diff --git a/R/theme.R b/R/theme.R index a2884bc..2efee30 100644 --- a/R/theme.R +++ b/R/theme.R @@ -32,7 +32,7 @@ #' @param .infoColor info Color #' @param .discreteLegendPagerTextColor discrete Legend Pager Text Color #' @param .discreteLegendPagerHandlerColor discrete Legend Pager Handler Color -#' @param .discreteLegendPagerHandlerDisableColor discrete LegendP ager Handler Disable Color +#' @param .discreteLegendPagerHandlerDisableColor discrete Legend Pager Handler Disable Color #' @param ... Other parameters. #' #' @return A [vchart()] `htmlwidget` object. diff --git a/man/meteo_paris.Rd b/man/meteo_paris.Rd index c299217..e86f954 100644 --- a/man/meteo_paris.Rd +++ b/man/meteo_paris.Rd @@ -3,7 +3,7 @@ \docType{data} \name{meteo_paris} \alias{meteo_paris} -\title{Paris climat} +\title{Paris climate} \format{ A data frame with 177 observations and 3 variables: \itemize{ diff --git a/man/scale-continuous.Rd b/man/scale-continuous.Rd index 2b1c489..0f60ef1 100644 --- a/man/scale-continuous.Rd +++ b/man/scale-continuous.Rd @@ -75,7 +75,7 @@ v_scale_y_log( \item A numeric vector of positions. }} -\item{pretty}{Use \code{\link[=pretty]{pretty()}} to dertimen breaks if \code{breaks} is a single numeric value.} +\item{pretty}{Use \code{\link[=pretty]{pretty()}} to identify breaks if \code{breaks} is a single numeric value.} \item{labels, labels_tooltip}{The format to be applied on numeric in the labels/tooltip. Either: \itemize{ diff --git a/man/v_specs.Rd b/man/v_specs.Rd index a8daa93..b487239 100644 --- a/man/v_specs.Rd +++ b/man/v_specs.Rd @@ -17,7 +17,7 @@ v_specs(vc, ..., serie_id = NULL, drop_nulls = FALSE) \item a \code{character} to refer to a \code{serie_id} set when the serie was added to the plot. }} -\item{drop_nulls}{Drom NULL elements from the options.} +\item{drop_nulls}{Drop NULL elements from the options.} } \value{ A \code{\link[=vchart]{vchart()}} \code{htmlwidget} object. diff --git a/man/v_theme.Rd b/man/v_theme.Rd index 40561c1..53fbe19 100644 --- a/man/v_theme.Rd +++ b/man/v_theme.Rd @@ -103,7 +103,7 @@ v_theme( \item{.discreteLegendPagerHandlerColor}{discrete Legend Pager Handler Color} -\item{.discreteLegendPagerHandlerDisableColor}{discrete LegendP ager Handler Disable Color} +\item{.discreteLegendPagerHandlerDisableColor}{discrete Legend Pager Handler Disable Color} \item{...}{Other parameters.} } diff --git a/vignettes/articles/charts.Rmd b/vignettes/articles/charts.Rmd index 94ac302..7184d24 100644 --- a/vignettes/articles/charts.Rmd +++ b/vignettes/articles/charts.Rmd @@ -87,7 +87,7 @@ subset(world_electricity, year == 2023 & type == "total") %>% ## Histogram Chart -Create histograms wioth `v_hist()`: +Create histograms with `v_hist()`: ```{r hist} vchart(palmerpenguins::penguins) %>%