Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DyfanJones committed May 15, 2024
1 parent 4048699 commit 14b9a48
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion make.paws/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Remotes:
r-lib/cachem
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
Roxygen: list(markdown = TRUE, roclets = c("rd"))
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Collate:
'cache.R'
'docs.R'
Expand Down
4 changes: 2 additions & 2 deletions make.paws/R/sdk_helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ paws_check_url <- function(in_dir = "../cran", path, pkg_list = list()) {
paws_check_rhub <- function(in_dir = "../cran",
pkg_list = list(),
platforms = c("linux", "macos", "macos-arm64", "windows")) {
paws_check_rhub_sub_cat(in_dir, pkg_list, email, interactive)
paws_check_rhub_cat(in_dir, pkg_list, email, interactive)
paws_check_rhub_sub_cat(in_dir, pkg_list, platforms)
paws_check_rhub_cat(in_dir, pkg_list, platforms)
pkg <- file.path(in_dir, "paws")
paws_rhub_action_check(pkgs, platforms)
}
Expand Down
21 changes: 10 additions & 11 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 14b9a48

Please sign in to comment.