Skip to content

Commit

Permalink
update r docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DyfanJones committed May 15, 2024
1 parent 14b9a48 commit 58a02ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions make.paws/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Imports:
devtools,
data.table,
glue,
gitcreds,
httr,
httr2,
jsonlite,
Expand Down
4 changes: 4 additions & 0 deletions make.paws/R/sdk_helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ paws_check_url <- function(in_dir = "../cran", path, pkg_list = list()) {
#' @param in_dir Directory containing paws sdk packages.
#' @param pkg_list list of packages check through rhub, check all packages by default
#' @param platforms Platforms to use, a character vector. Use NULL to select from a list in interactive sessions. See `rhub::rhub_platforms()`.
#' @param email address to notify, defaults to the maintainer address in the package.
#' @param interactive whether to show the status of the build interactively. R-hub
#' will send an email to the package maintainer's email address, regardless of
#' whether the check is interactive or not.
#' @name paws_check_rhub
#' @export
paws_check_rhub <- function(in_dir = "../cran",
Expand Down
6 changes: 6 additions & 0 deletions make.paws/man/paws_check_rhub.Rd

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

0 comments on commit 58a02ef

Please sign in to comment.