Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Qile0317 committed Jul 29, 2024
1 parent c2380c2 commit d40ea11
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R/validation.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#' try(
#' validateObject(
#' obj,
#' list(checkNotNull, checkIsNumeric), errorHandler = stop)
#' list(checkNotNull, checkIsNumeric, errorHandler = stop)
#' ),
#' silent = TRUE
#' )
Expand Down
15 changes: 10 additions & 5 deletions man/colToRownames.Rd

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

12 changes: 8 additions & 4 deletions man/mutateToRownames.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/validateObject.Rd

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

0 comments on commit d40ea11

Please sign in to comment.