Skip to content

Commit

Permalink
Minor docfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Apr 9, 2024
1 parent 1cb9e0c commit 5d666c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/createProject.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Create a new project in the registry.
#'
#' @param project String containing the project to remove.
#' @param project String containing the name of the project to create.
#' @param owners Character vector containing the user IDs for owners of this project.
#' This defaults to the current user.
#' @param uploaders List specifying the authorized uploaders for this project.
Expand Down
4 changes: 4 additions & 0 deletions R/startGobbler.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#'
#' @examples
#' startGobbler()
#' startGobbler() # repeated calls just re-use the same instance.
#'
#' stopGobbler()
#' startGobbler() # reinitializes a new instance.
#'
#' @export
#' @importFrom utils download.file
Expand Down
2 changes: 1 addition & 1 deletion man/createProject.Rd

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

4 changes: 4 additions & 0 deletions man/startGobbler.Rd

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

0 comments on commit 5d666c8

Please sign in to comment.