Skip to content

Commit

Permalink
spell checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Oct 28, 2024
1 parent 1b2589f commit 099f9d7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@



#' @title Paris climat
#' @title Paris climate
#'
#' @description This data contains information about the climate in Paris, France.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/scales.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()].
Expand Down
2 changes: 1 addition & 1 deletion R/specs.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/meteo_paris.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/scale-continuous.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/v_specs.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/v_theme.Rd

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

2 changes: 1 addition & 1 deletion vignettes/articles/charts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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) %>%
Expand Down

0 comments on commit 099f9d7

Please sign in to comment.