Skip to content

Commit

Permalink
Fix roxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Nov 14, 2024
1 parent 81912e1 commit 84c3c6e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/validate_model_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' task ID values will result in **false validation errors when validating
#' required values**.
#'
#' ### Details of checks performed by `validate_model_data()`
#' Details of checks performed by `validate_model_data()`
#'
#' ```{r, echo = FALSE}
#' arrow::read_csv_arrow(system.file("check_table.csv", package = "hubValidations")) %>%
Expand Down
3 changes: 2 additions & 1 deletion R/validate_submission.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
#' task ID values will result in **false validation errors when validating
#' required values**.
#'
#' ### Details of checks performed by `validate_submission()`
#' Details of checks performed by `validate_submission()`
#'
#' ```{r, echo = FALSE}
#' arrow::read_csv_arrow(system.file("check_table.csv", package = "hubValidations")) %>%
#' dplyr::filter(.data$`parent fun` != "validate_model_metadata", !.data$optional) %>%
Expand Down
5 changes: 2 additions & 3 deletions man/validate_model_data.Rd

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

6 changes: 3 additions & 3 deletions man/validate_submission.Rd

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

0 comments on commit 84c3c6e

Please sign in to comment.