Skip to content

Commit

Permalink
Fix old docs for R-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Aug 15, 2023
1 parent 5537ce4 commit c72356e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion R/legacy_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Tests a particular board, useful only when creating new boards.
#'
#' @param name The name of the board to test.
#' @param board The name of the board to test.
#' @param exclude Names of tests to exclude form test.
#' @param suite The test suite to run, currently only `"versions"` or
#' `default` are supported.
Expand Down
4 changes: 1 addition & 3 deletions R/pin.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ pin_load <- function(path, ...) {
#' @param board The board to extended, retrieved with `board_get()`.
#' @param name The name of the pin.
#' @param path The path to store.
#' @param description The text patteren to find a pin.
#' @param type The type of pin being stored.
#' @param pin_metadata A list of pin metadata describing the pin. Must contain
#' `type` and `description`.
#' @param metadat Additional user supplied metadata.
#' @param metadata Additional user supplied metadata.
#' @param custom_metadata Deprecated. Please use `metadata` instead.
#' @param retrieve Should the pin be retrieved after being created? Defaults to `TRUE`.
#' @param ... Additional parameteres.
Expand Down
4 changes: 2 additions & 2 deletions man/board_test.Rd

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

8 changes: 2 additions & 6 deletions man/custom-pins.Rd

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

0 comments on commit c72356e

Please sign in to comment.