Skip to content

Commit

Permalink
add to pkgdown index
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgfalk committed Aug 21, 2024
1 parent 0883785 commit 432d6df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/request-gracefully.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#' of the failed request.
#' @export
#'
#' @keywords utility
#'
#' @examplesIf rlang::is_installed("webfakes")
#' # This fails without throwing an error
#' req <- httr2::request(httr2::example_url()) |>
Expand Down
2 changes: 2 additions & 0 deletions R/wikkitidy-example.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#' @export
#' @return A character vector, containing either the path of the chosen file, or
#' the nicknames of all available example files.
#'
#' @keywords utility
#' @examples
#' wikkitidy_example()
#' wikkitidy_example("akan_wiki")
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ reference:
- has_keyword("data_type")
- title: Utilities
contents:
- wikkitidy_example
- has_keyword("utility")
1 change: 1 addition & 0 deletions man/gracefully.Rd

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

1 change: 1 addition & 0 deletions man/wikkitidy_example.Rd

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

0 comments on commit 432d6df

Please sign in to comment.