Skip to content

Commit

Permalink
Fixing typo. Updating docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Puzzled-Face committed Sep 11, 2023
1 parent aa69ee0 commit 4fc7999
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 28 deletions.
2 changes: 1 addition & 1 deletion R/helpers_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ h_plot_data_dataordinal <- function(
blind = FALSE,
legend = TRUE,
tox_labels = c(Yes = "red", No = "black"),
tox_shapes = c(Yes = 17L, No = 16L)
tox_shapes = c(Yes = 17L, No = 16L),
...) {
assert_flag(blind)
assert_flag(legend)
Expand Down
2 changes: 1 addition & 1 deletion man/DataOrdinal-class.Rd

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

4 changes: 2 additions & 2 deletions man/h_plot_data_df.Rd

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

8 changes: 4 additions & 4 deletions man/plot-Data.Rd

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

23 changes: 13 additions & 10 deletions man/update-Data-method.Rd

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

23 changes: 13 additions & 10 deletions man/update-DataOrdinal-method.Rd

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

0 comments on commit 4fc7999

Please sign in to comment.