Skip to content

Commit

Permalink
Update docs and regen
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Jun 24, 2024
1 parent 0717e61 commit 15b02cb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/location.R
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ orderly_location_pull_metadata <- function(location = NULL, root = NULL,
##' efficient, as we keep track of files that are copied over even in
##' the case of an interrupted pull.
##'
##' @title Pull a single packet from a location
##' @title Pull one or more packets from a location
##'
##' @param ... Arguments passed through to
##' [orderly2::orderly_search]. In the special case where the first
Expand Down
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ is_testing <- function() {
identical(Sys.getenv("TESTTHAT"), "true")
}

#' Given a character vector, missing names are filled using the value.
# Given a character vector, missing names are filled using the value.
fill_missing_names <- function(x) {
if (is.null(names(x))) {
names(x) <- x
Expand Down
2 changes: 1 addition & 1 deletion man/orderly_location_pull_packet.Rd

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

13 changes: 10 additions & 3 deletions man/orderly_shared_resource.Rd

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

0 comments on commit 15b02cb

Please sign in to comment.