Skip to content

Commit

Permalink
Add return for Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Aug 20, 2024
1 parent 9d3f937 commit ea2d173
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 8 additions & 1 deletion R/bedbaser.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#' BEDbase class
#'
#'
#' @importFrom methods new
#'
#' @returns BEDbase class instance
#'
#' @examples
#' .BEDbase()
.BEDbase <- setClass(
"BEDbase",
contains = "Service"
Expand Down Expand Up @@ -63,6 +68,8 @@ BEDbase <- function() {
#' @importFrom AnVIL operations
#' @importFrom methods callNextMethod
#'
#' @returns list() API end points
#'
#' @examples
#' api <- BEDbase()
#' operations(api)
Expand Down
6 changes: 6 additions & 0 deletions man/BEDbase-class.Rd

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

3 changes: 3 additions & 0 deletions man/operations-BEDbase-method.Rd

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

0 comments on commit ea2d173

Please sign in to comment.