Skip to content

Commit

Permalink
Improved documentation for various functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Apr 22, 2024
1 parent 3d043ad commit 799556d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
5 changes: 4 additions & 1 deletion R/fetchDirectory.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
#' @param registry String containing a path to the registry.
#' @param url String containing the URL to the Gobbler REST API.
#' @param cache String containing a path to a cache directory.
#' If \code{NULL}, an appropriate cache is automatically chosen.
#' If \code{NULL}, an appropriate location is automatically chosen.
#' Only used for remote access.
#' @param forceRemote Logical scalar indicating whether to force remote access.
#' This will download all files in the \code{path} via the REST API and cache them locally.
#' @param overwrite Logical scalar indicating whether to overwrite the existing cache.
#' Only used for remote access.
#' @param concurrent Integer specifying the number of concurrent downloads.
#' Only used for remote access.
#'
#' @return Path to the subdirectory on the caller's filesystem.
#' This is either a path to the registry if it is accessible,
Expand Down
1 change: 1 addition & 0 deletions R/fetchManifest.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#' \item \code{md5sum}, a string containing the hex-encoded MD5 checksum of the file.
#' \item \code{link} (optional): a list specifying the link destination for a file.
#' This contains the strings \code{project}, \code{asset}, \code{version} and \code{path}.
#' If the link destination is itself a link, an \code{ancestor} list will be present that specifies the final location of the file after resolving all intermediate links.
#' }
#'
#' @examples
Expand Down
9 changes: 6 additions & 3 deletions man/fetchDirectory.Rd

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

7 changes: 5 additions & 2 deletions man/fetchManifest.Rd

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

6 changes: 4 additions & 2 deletions man/fetchSummary.Rd

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

0 comments on commit 799556d

Please sign in to comment.