Skip to content

Commit

Permalink
even more spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Jan 1, 2024
1 parent 4e6066f commit 12edfa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/clarke_wright.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#' pos_y = c(0, 1, 1, 2, 3)
#' )
#'
#' clark_wright(
#' clarke_wright(
#' demand,
#' dist(pos),
#' data.frame(n = NA_integer_, caps = 6)
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pos <-
)
res <-
clark_wright(
clarke_wright(
demand,
dist(pos),
data.frame(n = NA_integer_, caps = 33)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pos <-
)

res <-
clark_wright(
clarke_wright(
demand,
dist(pos),
data.frame(n = NA_integer_, caps = 33)
Expand Down
2 changes: 1 addition & 1 deletion man/clarke_wright.Rd

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

0 comments on commit 12edfa1

Please sign in to comment.